Forums / Setup & design / "execution of Exponential was abruptly ended"
Matt Dorn
Monday 27 October 2003 1:05:50 pm
I made some modifications to my 3.2 site, cleared the cache, and now every request (including to the admin interface) returns the following error message.
Any ideas? Is the request exceeding the allotted memory or something?
---------------------- eZ debugTiming: Oct 27 2003 13:02:04
Script start
Timing: Oct 27 2003 13:02:04
Module start 'content'
Warning: eZModuleOperationInfo::execute Oct 27 2003 13:02:04
Missing main operation memento for key: f250833b51c1bdc2c43ead6b5a2fecff
Timing points: Checkpoint Elapsed Rel. Elapsed Memory Rel. Memory Script start 0.0000 sec 0.1804 sec 1,486.9219KB 1,782.0703KB Module start 'content' 0.1804 sec 3,268.9922KB 0.0010KBTotal runtime: 8.8065 sec
Gunnstein Lye
Tuesday 28 October 2003 8:07:01 am
You could be exceeding your maximum exection time or memory limit. It takes a lot of resources to reload the page after clearing all cache, especially if you use translations and don't have the php mbstring extension.
Wednesday 29 October 2003 9:41:51 am
We've currently got 16MB as a limit set in php.ini. Is it likely that it would need more than that?