Page 1 of 1

Fatal error: Allowed memory size

Posted: Mon May 30, 2005 7:33 pm
by Elricko
I Have an error, when I create a new topic:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 149122096 bytes) in /home/oberoni/public_html/tjmsgboard/mboard.php on line 375

I dont have access to php.ini

idea???

Richard :)

Posted: Mon May 30, 2005 8:48 pm
by Klemen
Hi,

I have no idea what could be wrong, but it has to be something with your server settings. Can you give an URL to your script?

Regards

re

Posted: Tue May 31, 2005 1:23 pm
by Elricko
http://www.oberon-inf.com/tjmsgboard/mboard.php
tanks

Klemen Stirn wrote:Hi,

I have no idea what could be wrong, but it has to be something with your server settings. Can you give an URL to your script?

Regards

Posted: Tue May 31, 2005 2:10 pm
by Klemen
Hi,

In your settings.php file try setting $settings['notify'] to 0, like this:

$settings['notify']=0;

Does that help?

Regards

Posted: Tue May 31, 2005 7:01 pm
by Guest
Yesssssssssssssssssssss
All is ok.
tanks a Lot

For reset the message board
delete all in msg folder and replace the file threat.txt by the original is ok?


Klemen Stirn wrote:Hi,

In your settings.php file try setting $settings['notify'] to 0, like this:

$settings['notify']=0;

Does that help?

Regards

Posted: Wed Jun 01, 2005 7:46 am
by Klemen
That's correct.

Regards