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/
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.
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
Then increase PHP's memory limit setting. It's currently set to 16M.
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