Monday 04 December 2006 7:27:47 am
I want to instal ez on my windows to make some test, but at the finish I have a error like:
"Fatal error: Maximum execution time of 60 seconds exceeded in d:\program files\ezpublish\ezpublish\lib\ezxml\classes\ezxml.php on line 305 Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below." I looked at the line 305:
$cdataPos = strpos( $xmlDoc, "<![CDATA[", $pos );
What's on?
|