Member
Member
wessjan   27-12-2015, 00:22
#1

I'm about to move my zenphoto installation to a new server. Made a sql backup, copied all files over, imported the sql backup and changed the DB parameters in zenphoto.cfg.php.

When trying to access /admin, I got the error message, that the MySql Version and the physical installation path has changed. I was asked if I would like to active the setup scripts again and to run setup.

I did, but when I try to access setup the browser fails and in the error log on the server I got "[Sun Dec 27 00:12:22.756751 2015] [:error] [pid 23794] [client xxx.xxx.xxx.xxx:54468] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 140428521866008 bytes) in Unknown on line 0"

Any Ideas?

Best regards Jan

Administrator
Administrator
acrylian   27-12-2015, 09:43
#2

Only what the error says: You somehow run out of memory on that server. This usually happens on too big images to process. That should not be the case on setup though.

I would suggest to contact your host as the part [i]in Unknown on line 0[/i] maybe indicates an issue with the server itself. Perhaps the memory limit is not set correctly.

Some quick findings:
http://stackoverflow.com/questions/20745767/phpmyadmin-fatal-error-allowed-memory-size-of-134217728-bytes-exhausted-trie
http://stackoverflow.com/questions/561066/fatal-error-allowed-memory-size-of-134217728-bytes-exhausted-codeigniter-xml

Member
Member
wessjan   27-12-2015, 14:16
#3

Hi Acrylian,

thanks for the quick reply. The first link already addressed the problem. in the apache2 php5 configuration the opcache was not enabled.

jan

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.