PDA

View Full Version : attachment problem


GT2002
01-08-2002, 01:21 PM
Here is what i get whenever attaching a large file "No forum specified. If you followed a valid link, please notify the webmaster"

my my.cnf configuration

set-variables = max_allowed_packet=2400000M

my php.ini

; Maximum allowed size for uploaded files.
upload_max_filesize = 2000000000M

i also did

In functions.php, replace this:

code:-------------------------------------------------------------------------------- if ($maxattachsize!=0 and $filesize>$maxattachsize) {
// too big!
eval("standarderror(\"".gettemplate("error_attachtoobig")."\");");
exit;
}
if ($filesize!=$attachment_size) {--------------------------------------------------------------------------------

with this:

code:-------------------------------------------------------------------------------- if ($maxattachsize!=0 and $filesize>$maxattachsize and $bbuserinfo[usergroupid]!=6) {
// too big!
eval("standarderror(\"".gettemplate("error_attachtoobig")."\");");
exit;
}
if ($filesize!=$attachment_size and $bbuserinfo[usergroupid]!=6) {--------------------------------------------------------------------------------

can someone help please???

Thanks in advance

Psychdrone
01-08-2002, 10:50 PM
My god damn newbies (almost 99.9% sure that this is not a registered user) Have been posting alllllllllllllll over the board lately!

Dude your not gonna get any support! ;)

Steve Machol
01-08-2002, 11:00 PM
GT2002, please go to this (http://www.vbulletin.com/members/vbulletin.org.php) page and enter your username, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.

starman
03-06-2002, 03:21 PM
i have tried and tried to get vbb
to upload and attach files 1mb in size...

it does not do so....

i have tried changing
all the varables and still no go.

we get told . login to the members page.....

well i dont want to purchase something
that does not work to start with

maybe if someone would help people
instead of locking everything down
then more may purchase.

i just want a product thats going to work.

Admin
03-06-2002, 03:24 PM
If you don't want to purchase it, you can't get support.