![]() |
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_attacht oobig")."\");"); exit; } if ($filesize!=$attachment_size) {-------------------------------------------------------------------------------- with this: code:-------------------------------------------------------------------------------- if ($maxattachsize!=0 and $filesize>$maxattachsize and $bbuserinfo[usergroupid]!=6) { // too big! eval("standarderror(\"".gettemplate("error_attacht oobig")."\");"); exit; } if ($filesize!=$attachment_size and $bbuserinfo[usergroupid]!=6) {-------------------------------------------------------------------------------- can someone help please??? Thanks in advance |
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! ;) |
GT2002, please go to this 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. |
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. |
If you don't want to purchase it, you can't get support.
|
All times are GMT. The time now is 11:22 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|