The Arcive of vBulletin Modifications Site. |
|
Error after Play Details »»
|
|||||||||||||||||||||||||
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
<a href="https://vborg.vbsupport.ru/showthread.php?t=166710" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=166710</a>
|
|
#3
|
|||
|
|||
|
php.ini
upload_max_filesize = 30M post_max_size = 30M Do i need a new entry in this file ?!?! |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
|||
|
|||
|
1000x thx ini_set('memory_limit', 32 * 1024 * 1024); works perfect
|
|
#6
|
|||
|
|||
|
you can also just say 32M ini_set("memory_limit","32M");
|
![]() |
|
|