Fatal Error Fatal Error
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Fatal Error

Started by Guvner, May 08, 2005, 05:41:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Guvner

I already search and checked the faw but didn't see an answer to my problem so here it is ..


I been running this coppermine for more than year and today I get an error sudden of all trying to upload image ..

This is the error I get ..

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /home/httpd/vhosts/findmall.com/httpdocs/gallery/include/functions.inc.php on line 114


No changes had been made to the coppermine or the server itself ..


Any idea what may had cause this error?

Thanks

Joachim Müller


Guvner

Pleae re-read my post again ..

I already saw that post and it not the issue I am having ..

I have no problem for over a year  and suddenly it start doing this .. give me that error explained in my previous post .. not the same error that your link explain and I know my php.ini setting is fine .

I have full access to the server and I know there been no upgrade/changes done to the server.

Bill

Nibbler

That's odd - looks like coppermine got a result from the database that was too huge to fit into a php array.

It's this code here:

function db_fetch_rowset($result)
{
        $rowset = array();

        while ($row = mysql_fetch_array($result)) $rowset[] = $row;

        return $rowset;
}


I'm not sure what to suggest other than looking for anything strange in your database.

Guvner

Checked the database and did a repair database but change nothing .. still same error ..



Guvner

Funny thing is .. it still upload the picture and post it fine ..

it just give that error every time after the upload completes ..



Guvner

I just said to myself "screw this" and upgraded it to coppermine 1.3 instead of trying to fix this problem..

Problem is gone now but I can't help and wonder why this problem appeared in the first place ..