PDA

View Full Version : Error after Play


Asteg
03-17-2008, 12:18 PM
Hi all,

i get a error after play a game.

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in ../forum/arcade/functions/functions.php(1261) : eval()'d code on line 59

I use ibpro 2.6.6 and vBB 3.6.8

Im hopefull somebody can help me :)

Cya Dominic

P.s Sorry my english is not the best

Gemma
03-17-2008, 12:41 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=166710" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=166710</a>

Asteg
03-17-2008, 12:44 PM
php.ini

upload_max_filesize = 30M
post_max_size = 30M

Do i need a new entry in this file ?!?!

Gemma
03-17-2008, 01:01 PM
Try editing the php.ini file to 32M or 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);

See if that helps

Asteg
03-17-2008, 01:49 PM
1000x thx ini_set('memory_limit', 32 * 1024 * 1024); works perfect :)

Kungfu
03-18-2008, 09:24 PM
you can also just say 32M ini_set("memory_limit","32M");