PDA

View Full Version : 3.6.8 help final upgrade


mrlion
Sun 14th Oct '07, 6:25pm
Importing vbulletin-adminhelp.xml Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 374776 bytes) in /includes/adminfunctions_language.php on line 230


what must i do

StrongMotive
Sun 14th Oct '07, 6:29pm
Do you know your servers memory_limit value? You may want to tell your webhost to change the memory_limit to 12M

mrlion
Sun 14th Oct '07, 6:39pm
my i can do something there

Steve Machol
Sun 14th Oct '07, 7:47pm
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);