The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
GRRRR- More dB errors
Over the past few days i've been getting lots of errors. The list of 300 errors in the cPanel is filling up every couple of hours. I posted yesterday about an error which caused the forums to go down and thankfully that issue was resolved. Then, in an effort to resolve the issue i decided to upgrade to 3.7, but now i can't complete the upgrade due to another error.
Quote:
The error about exhausting allowed memory is one that has been showing frequently in the error logs, but i have no idea what it refers to. As it is, the forums are turned off, and i'm getting cosntant IM etc asking when it'll be back up, but i have no idea how to resolve this one. Can anyone help? |
#2
|
||||
|
||||
edit your servers php.ini file and increase the memory limit to something over 8MB. 16MB is a good safe setting to have
memory_limit = 16M Don't set it to large, as if you have other scripts/plugins that are poorly written it could quickly eat up your server resources |
#3
|
|||
|
|||
where can i find the details for that mate?
|
#4
|
||||
|
||||
if you are on shared hosting you may not be able to edit this file. You'll need to contact your host and make them aware of the problem. Or you maybe able to edit your .htacess file and add this line to (this only works if your host allows you)
Code:
php_value memory_limit 16M updatedb locate php.ini The first command updates the search index for your server (not vBulletin search, the actual server files) The second will find all instances of php.ini file Most the time its some where like /usr/lib/local/php.ini or something like that. Lastly you maybe able to set this limit on the php file itself open the adminfunctions_language.php file and at the top after <?php add Code:
ini_set('memory_limit', '16M'); |
#5
|
|||
|
|||
nope, none of those appear to work. Guess i'll just ahve to wait until the host drags himslef out of bed in the States.
Thanks for your help anyway. |
#6
|
|||
|
|||
Is this a dedicated/vps server?
If it is, post hte contents of my.cnf, typically in the /etc dir, how much ram does the server have? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|