Page 1 of 6

Premodified 2.0.22 files

Posted: Mon Dec 25, 2006 1:40 pm
by DavidIQ
Here are the premodified attachment mod files for the latest phpBB release (2.0.22)

NOTE: Since it's not obvious enough...if you have your forum already modded then you SHOULD NOT use the premodified files as it will most likely undo your other mods and probably break your board. If this is the case then you need to leave here and head on over to the phpBB forum to get the attachment mod package and MANUALLY do the file edits.

Here is the link to the attachment mod topic for easy access:
http://www.phpbb.com/phpBB/viewtopic.php?t=74505

If you're running the Categories Hiearchy version of phpBB then THIS IS NOT TO BE APPLIED TO YOUR FORUM. Instead you need to head on over to the ptifo website and obtain ptrhik's version of attachment mod optimized for CH:
http://ptifo.clanmckeen.com/

Posted: Mon Dec 25, 2006 2:33 pm
by dougrun
thanks for the files. Hope its not keeping you from the holidays. I've applied the .22 update, then applied your files and ran its update. I get some wierd results. Atachments show but not the link to download. tried both subsilver and our default subblack. Same thing. editing or postng a new topic gives the attachment box to upload but the buttons to delete, edit, and something else are just blank buttons. I've double checked all files.
http://www.teamidt.net/f/ is the forum.
happy to donate BTW..

Posted: Mon Dec 25, 2006 9:10 pm
by Brf
Jees, DavidIQ.... Have you got nuthing better to do on Christmas? I know I spent most of the day drinking :lol:

Posted: Tue Dec 26, 2006 1:08 pm
by DavidIQ
What you're experiencing happens if your functions.php file did not get the necessary edit of:

Code: Select all

# 
#-----[ FIND ]---------------------------------------------
# around line 350
	//
	// Set up style

# 
#-----[ BEFORE, ADD ]---------------------------------------
# 
	include_attach_lang();
However...I checked the zip file and the functions.php file contained in it has the necessary edit. Might want to try replacing that file again.

Posted: Tue Dec 26, 2006 3:22 pm
by dougrun
you da man.

Posted: Wed Dec 27, 2006 7:50 am
by Overfiend
many thanks, sir!

Posted: Wed Jan 03, 2007 1:52 pm
by SiX
Hi there

I unzipped phpbb, overwritten the files with the one from zip, and when I install, I get following error:

Could not query attachment information

DEBUG MODE

SQL Error : 1146 Table 'forum.phpbb_attachments_config' doesn't exist

SELECT * FROM phpbb_attachments_config

Line : 91
File : attachment_mod.php

Any ideas ?

Posted: Wed Jan 03, 2007 2:26 pm
by DavidIQ
Yeah...you didn't run the installer/install.php script.

Posted: Wed Jan 03, 2007 2:54 pm
by SiX
True, thx, works like a charm !

Posted: Tue Jan 16, 2007 10:41 pm
by Tommy
Awesome! Thanks David.

Posted: Tue Feb 06, 2007 8:23 pm
by macmiller
Thanks.... This is very helpful to me. One question I have though....

I have a list of files that need to be replaced to upgrade attachmod from 2.4.1 to 2.4.5. These files (the ones I currently have) are pre modded to version 2.0.21.

The files that need to be updated should be the same ones correct?

Code: Select all

admin		
	admin_attachments.php	
	admn_extensions.php	
attach_mod		
	includes	
		constants.php
		functions_attach.php
		functions_includes.php
		functions_admin.php
		functions_filetypes.php
	displaying.php	
	posting_attachments.php	
templates		
	subSilver	
		viewtopic_attach_body.tpl
download.php		
uacp.php		
(Just want to make sure that no new ones were added for attach_mod in the fact that this the premod is to 2.0.22 instead of 2.0.21 - if that makes any sense).

thanks a bunch for the great support.

Posted: Tue Feb 06, 2007 9:31 pm
by DavidIQ
In reality the specific attachment mod files that changed from 2.4.1 to 2.4.5 don't really matter since all you would have to do is replace the old files with the new files (from the package over at phpBB) and run the update_to_latest.php script. The edits to the core phpBB files haven't changed a bit either so if you have the edits in place then you're all done...

hi there

Posted: Thu Feb 08, 2007 10:29 am
by ajbird
right desperate times call for desperate measures...

I have a clean install of the latest phpbb

i have the board up and running and have tested everything to be working fine!

i uploaded the premodded files over my installation and the run the installer i get this..

Code: Select all

Checking attachment mod storage directory:
 files/  Directory found, Directory writeable

Running :: CREATE TABLE phpbb_attachments_config ( config_name varchar(255) NOT NULL, config_value varchar(255) NOT NULL, PRIMARY KEY (config_name) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_forbidden_extensions ( ext_id mediumint(8) UNSIGNED NOT NULL auto_increment, extension varchar(100) NOT NULL, PRIMARY KEY (ext_id) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_extension_groups ( group_id mediumint(8) NOT NULL auto_increment, group_name char(20) NOT NULL, cat_id tinyint(2) DEFAULT '0' NOT NULL, allow_group tinyint(1) DEFAULT '0' NOT NULL, download_mode tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, upload_icon varchar(100) DEFAULT '', max_filesize int(20) DEFAULT '0' NOT NULL, forum_permissions varchar(255) default '' NOT NULL, PRIMARY KEY group_id (group_id) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_extensions ( ext_id mediumint(8) UNSIGNED NOT NULL auto_increment, group_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, extension varchar(100) NOT NULL, comment varchar(100), PRIMARY KEY ext_id (ext_id) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_attachments_desc ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, physical_filename varchar(255) NOT NULL, real_filename varchar(255) NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, comment varchar(255), extension varchar(100), mimetype varchar(100), filesize int(20) NOT NULL, filetime int(11) DEFAULT '0' NOT NULL, thumbnail tinyint(1) DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY physical_filename (physical_filename(10)), KEY filesize (filesize) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, privmsgs_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, user_id_1 mediumint(8) NOT NULL, user_id_2 mediumint(8) NOT NULL, KEY attach_id_post_id (attach_id, post_id), KEY attach_id_privmsgs_id (attach_id, privmsgs_id), KEY post_id (post_id), KEY privmsgs_id (privmsgs_id) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_quota_limits ( quota_limit_id mediumint(8) unsigned NOT NULL auto_increment, quota_desc varchar(20) NOT NULL default '', quota_limit bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (quota_limit_id) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: CREATE TABLE phpbb_attach_quota ( user_id mediumint(8) unsigned NOT NULL default '0', group_id mediumint(8) unsigned NOT NULL default '0', quota_type smallint(2) NOT NULL default '0', quota_limit_id mediumint(8) unsigned NOT NULL default '0', KEY quota_type (quota_type) ) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_forums ADD auth_download TINYINT(2) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_auth_access ADD auth_download TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_posts ADD post_attachment TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_topics ADD topic_attachment TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: ALTER TABLE phpbb_privmsgs ADD privmsgs_attachment TINYINT(1) DEFAULT '0' NOT NULL -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('upload_dir','files') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('upload_img','images/icon_clip.gif') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('topic_icon','images/icon_clip.gif') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('display_order','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_filesize','262144') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attachment_quota','52428800') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_filesize_pm','262144') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_attachments','3') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('max_attachments_pm','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('disable_mod','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('allow_pm_attach','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attachment_topic_review','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('allow_ftp_upload','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('show_apcp','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('attach_version','2.4.5') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('default_upload_quota', '0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('default_pm_quota', '0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_server','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_path','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('download_path','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_user','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_pass','') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('ftp_pasv_mode','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_display_inlined','1') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_max_width','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_max_height','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_link_width','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_link_height','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_create_thumbnail','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_min_thumb_filesize','12000') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('img_imagick', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('use_gd2','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('wma_autoplay','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_attachments_config (config_name, config_value) VALUES ('flash_autoplay','0') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (1,'php') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (2,'php3') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (3,'php4') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (4,'phtml') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (5,'pl') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (6,'asp') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (7,'cgi') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (8,'php5') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_forbidden_extensions (ext_id, extension) VALUES (9,'php6') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (1,'Images',1,1,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (2,'Archives',0,1,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (3,'Plain Text',0,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (4,'Documents',0,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (5,'Real Media',0,0,2,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (6,'Streams',2,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extension_groups (group_id, group_name, cat_id, allow_group, download_mode, upload_icon, max_filesize, forum_permissions) VALUES (7,'Flash Files',3,0,1,'',0,'') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (1, 1,'gif', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (2, 1,'png', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (3, 1,'jpeg', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (4, 1,'jpg', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (5, 1,'tif', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (6, 1,'tga', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (7, 2,'gtar', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (8, 2,'gz', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (9, 2,'tar', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (10, 2,'zip', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (11, 2,'rar', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (12, 2,'ace', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (13, 3,'txt', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (14, 3,'c', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (15, 3,'h', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (16, 3,'cpp', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (17, 3,'hpp', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (18, 3,'diz', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (19, 4,'xls', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (20, 4,'doc', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (21, 4,'dot', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (22, 4,'pdf', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (23, 4,'ai', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (24, 4,'ps', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (25, 4,'ppt', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (26, 5,'rm', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (27, 6,'wma', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_extensions (ext_id, group_id, extension, comment) VALUES (28, 7,'swf', '') -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (1, 'Low', 262144) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (2, 'Medium', 2097152) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (3, 'High', 5242880) -> COMPLETED


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in ******forums/phpBB2/db/mysql4.php on line 318

COMPLETE!

Attachment Mod Tables generated successfully.

NOW REMOVE THE INSTALL AND CONTRIB DIRECTORIES
all seems to work fine in the admin panel except..

1) no matter what i do i cant see anything that will allow me to upload anthing
2)when looking at a forum it tell me at the botton that i cant upload anything
3) when looking at the forum permissions (where i can say who can do what to a forum) if i click advanced all the option i can see where you can set the forum to activate uploads
4) when i go to group or individual permissions then all the options are gone? ie blank

any ideas what i am doing wrong?

thanks
andy

Posted: Thu Feb 08, 2007 11:32 am
by DavidIQ
Are you using subSilver?

Posted: Thu Feb 08, 2007 12:19 pm
by ajbird
yes