Virtualei Posted November 7, 2013 Report Share Posted November 7, 2013 Hi all, I have recently migrated a friends site to a new host. When i go to the admin centre and check the admin activity logs i get this. Can anyone tell me how to fix it.m Thanks in advance Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 85 bytes) in/home/a7519666/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 273 Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted November 7, 2013 Administrators Report Share Posted November 7, 2013 The memory limit on the server is set lower than what the page is trying to use. You either have to getthe memory limit raised by the host or try to do it with a local php.ini file in the root of your site (If the host allows them) - or - reduce the ammount of data the page is trying to use. These might help; http://forum.phpvms.net/topic/8564-allowed-memory-size-exhausted-need-help/#entry57172 http://forum.phpvms.net/topic/3996-fatal-error-in-admin-panel-solved/page__hl__+memory%20+limit#entry26927 Quote Link to comment Share on other sites More sharing options...
Virtualei Posted November 7, 2013 Author Report Share Posted November 7, 2013 Thanks Simpilot the code ini_set("memory_limit","512M"); in the local_config worked Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.