Fatal error: Allowed memory size
Permalink
Hi, I got the following error:
I asked the hosting company to increase the PHP memory size but I still get the error, on refresh it changes betweeen the following 2 errors:
Is there a way to find out what is going wrong.
I can't login (get the error when visiting the url) so I can't reach dashboard or system..
Any ideas. Thanks!
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 290461 bytes) in /home/xxxxx/domains/xxxxx.nl/public_html/voorbeeld/c5-2/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 962
I asked the hosting company to increase the PHP memory size but I still get the error, on refresh it changes betweeen the following 2 errors:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 290461 bytes) in /home/xxxxx/domains/xxxxx.nl/public_html/voorbeeld/c5-2/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 962
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 278 bytes) in /home/xxxxx/domains/xxxxx.nl/public_html/voorbeeld/c5-2/concrete/libraries/3rdparty/Zend/Cache/Core.php on line 312
Is there a way to find out what is going wrong.
I can't login (get the error when visiting the url) so I can't reach dashboard or system..
Any ideas. Thanks!
Something is severely wrong there. There's no way concrete5 should be using anywhere near 512mb of memory by itself. My first guess would be some programming customization or a package.
Any chance something in your environment recently changed? Theme modification? Host move? New Package Installed? Based on what you're showing here the only real conclusion we can draw is that you're running out of memory.
Any chance something in your environment recently changed? Theme modification? Host move? New Package Installed? Based on what you're showing here the only real conclusion we can draw is that you're running out of memory.
I really have no idea. The site worked, few day later it didn't work.
Is there something I can do in database or something else? Or do I have to reinstall C5 and fill the website from start..
Is there something I can do in database or something else? Or do I have to reinstall C5 and fill the website from start..
Do I have any other options? If I backup the database and reinstall Concrete5 I probably end up getting the same error...