How do i fix this problem?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33207 bytes) in /home/wik/public_html/bge/orca/inc/util.inc.php on line 236
How do i fix this problem? Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33207 bytes) in /home/wik/public_html/bge/orca/inc/util.inc.php on line 236 |
Hi Mathilda, I recently got this same error and it was an issue of not enough allocated ram to process the php. After it was increased I no longer got the message and the site worked. Hope this helps. |
where do i have to increase the memory? :O |
Ask your host if they are able to do that for you... Happiness is a warm gun. |
How do i fix this problem? Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33207 bytes) in /home/wik/public_html/bge/orca/inc/util.inc.php on line 236 Your memory_limit size for executing scripts as set in php.ini has been exhausted (32 megabytes). Increase it to 48M by asking your host if on a shared server and you don't have access to php.ini or increase it through .htaccess (if allowed by your host) by including this line in the .htaccess file php_value memory_limit 48M
|
Now i change it to 50MB, and no error appear but the forum doesnt show up..... only a blanck page.... !!! |
please help I have a bug ... Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12288 bytes) in public_html / inc / classes / BxDolImageResize.php on line 433 |