View Full Version : Fatal error: Allowed memory size


arsalan
10th June 2008, 12:31 AM
hi dear

when i want to upgrade my forum give this error :(and in admin cpanel,editing style ...) :*(


Step 2) Import latest admin help
Importing vbulletin-adminhelp.xml
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 63 bytes) in /home/vbfans/public_html/includes/adminfunctions_language.php on line 225


anyone can help me ?

Brian
15th June 2008, 10:29 AM
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);