Fatal error: Allowed memory size

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Elricko

Fatal error: Allowed memory size

Post 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 :)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Elricko

re

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

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

$settings['notify']=0;

Does that help?

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Guest

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

That's correct.

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked