Problem with running version check after upgrading Problem with running version check after upgrading
 

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]

Main Menu

Problem with running version check after upgrading

Started by DannyBurchett, January 20, 2011, 04:17:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DannyBurchett

Just upgraded to from 1.4.x to 1.5.12

When I go to version check to make sure everything has worked I get

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 8192 bytes) in /var/www/galleries/include/versioncheck.inc.php on line 433

Everything else (so far) seems to be working, any suggestions?

Danny

www.danshome.org/galleries/

Αndré

Seems that your server has not enough power (or is configured too restrictively) to run the version check. Try if it works when you enable the options
QuoteOnly show potential errors    
Hide images    
Don't check for modified files    
Do not connect to the online repository
before submitting the version check form.

DannyBurchett

If I do that I get

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 78 bytes) in /var/www/galleries/include/versioncheck.inc.php on line 496

It's a fairly out of the box setup, server has 4GB RAM, so should be plenty (I hope!) Running ubuntu.

Danny

Αndré

Then increase PHP's memory limit setting. It's currently set to 16M.

DannyBurchett

Many thanks, that worked.

For anyone else that gets here on a google search, modify the php.ini file to increase memory and then restart apache.

Regards,

Danny