Fatal error: Allowed memory size of

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

Quote · 24 Apr 2009

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.

Quote · 24 Apr 2009

where do i have to increase the memory? :O

Quote · 24 Apr 2009

Ask your host if they are able to do that for you...

Happiness is a warm gun.
Quote · 24 Apr 2009

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
Quote · 24 Apr 2009

Now i change it to 50MB, and no error appear but the forum doesnt show up.....

only a blanck page....

!!!

Quote · 28 Apr 2009

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

Quote · 1 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.