Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Fatal Error  (Read 7115 times)

0 Members and 1 Guest are viewing this topic.

Guvner

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Fatal Error
« on: May 08, 2005, 05:41:12 am »

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
« Last Edit: May 10, 2005, 10:26:24 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

Guvner

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: Fatal Error
« Reply #2 on: May 08, 2005, 06:53:17 pm »

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
Logged

Nibbler

  • Guest
Re: Fatal Error
« Reply #3 on: May 08, 2005, 10:01:11 pm »

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:

Code: [Select]
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.
Logged

Guvner

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: Fatal Error
« Reply #4 on: May 10, 2005, 08:41:48 am »

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


Logged

Guvner

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: Fatal Error
« Reply #5 on: May 10, 2005, 08:53:16 am »

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

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


Logged

Guvner

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: Fatal Error
« Reply #6 on: May 10, 2005, 09:37:06 am »

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 ..

Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.