View Full Version : Uploading Problem
nextslit
06-08-2009, 08:06 PM
Hi
I have Problem with this error when uploading a file .
My Php max upload size is 124 mg .
thx
EagleNick
06-08-2009, 08:14 PM
Your PHP does not have enough memory allocated to it to complete this operation. Ask your host to increase the 'memory_limit' variable in php.ini to at least 32M.
To temporarily up your limits edit your includes/config.php file and add these lines right under the <?php line:
ini_set('memory_limit', 32 * 1024 * 1024);
nextslit
06-08-2009, 08:22 PM
Your PHP does not have enough memory allocated to it to complete this operation. Ask your host to increase the 'memory_limit' variable in php.ini to at least 32M.
thx but 'memory_limit' is 128 MG
her you can check it :
http://theproit.com/forum/phpinfo.php
Lynne
06-08-2009, 08:32 PM
It wants more than 128 MB - it wants 17022396 more bytes to be exact (a bit more than 16 MB more).
nextslit
06-08-2009, 10:44 PM
should i edit Class_core.php on line 3334 ?
Lynne
06-08-2009, 10:57 PM
No. You need to increase the memory_limit.
nextslit
06-09-2009, 12:00 AM
My Memory Limit has been increased .
500MG
http://theproit.com/forum/phpinfo.php
What Should I do Now?
I have already problem with uploading ...
https://vborg.vbsupport.ru/attachment.php?attachmentid=100322&stc=1&d=1244509228
https://vborg.vbsupport.ru/attachment.php?attachmentid=100330&stc=1&d=1244509575
Lynne
06-09-2009, 02:46 AM
You didn't need to increase it that much. You had it at 128 and it was just asking for another 16. 500 is very, very large.
In order to see the actual error, you need to view the page source and the database error will be near the bottom of the page.
nextslit
06-09-2009, 07:10 AM
Memory limit is set to 150 M Now but I have already problem with uploading !
Memory_limit = 150M
Anyone can fix this problem ?
https://vborg.vbsupport.ru/attachment.php?attachmentid=100364&stc=1&d=1244534839
https://vborg.vbsupport.ru/attachment.php?attachmentid=100365&stc=1&d=1244534984
Help me plz :confused:
Your upload_max_file size is still only 100mb..
nextslit
06-09-2009, 01:44 PM
I can change it to 150M or more but its the same problem !
Lynne
06-09-2009, 02:59 PM
We need to see the actual error. Can you please copy/paste it. The image doesn't show what we need to see.
nextslit
06-12-2009, 04:37 PM
<div align="left">Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'root'@'localhost' (using password: NO)
/home/theproit/public_html/forum/includes/class_core.php on line 311
MySQL Error :
Error Number :
Request Date : Friday, June 12th 2009 @ 12:35:56 PM
Error Date : Friday, June 12th 2009 @ 12:35:56 PM
Script :
Referrer :
IP Address : ...//.167.214
Username :
Classname : vB_Database
MySQL Version : </div>
Lynne
06-12-2009, 06:18 PM
You have something wrong in your config.php file if that is the error you are now getting.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.