- Original Poster
- #1
Morning all.
Seem to have an error with my admin section of magento.
Whenever i click manage customers, the pages tries for a few seconds to load, then goes to a blank white page.
I have checked the error log, and i see this error:
PHP Fatal error: Allowed memory size of 629145600 bytes exhausted (tried to allocate 599787521 bytes)in /public_html/lib/Varien/Object.php on line 542
Line 542 of object.php is:
throw new Varien_Exception("Invalid method ".get_class($this)."::".$method."(".print_r($args,1).")");
I hope someone is able to point me in the right direction
Thanks!
Dan
Seem to have an error with my admin section of magento.
Whenever i click manage customers, the pages tries for a few seconds to load, then goes to a blank white page.
I have checked the error log, and i see this error:
PHP Fatal error: Allowed memory size of 629145600 bytes exhausted (tried to allocate 599787521 bytes)in /public_html/lib/Varien/Object.php on line 542
Line 542 of object.php is:
throw new Varien_Exception("Invalid method ".get_class($this)."::".$method."(".print_r($args,1).")");
I hope someone is able to point me in the right direction
Thanks!
Dan