Wednesday 02 June 2004 10:55:49 pm
Hi, I've just installed 3.4.0 on a development box to take a look at it. The installation seemed to proceed ok, but I had problems when trying to access the site. The admin site exceeded the default 30 second time limit, so I reloaded it a couple of times just to see if it was making progress and it eventually came up. I'm not too worried about the as the development box isn't very powerful, and the fact that it got there at all in the end is impressive. I can navigate around in there and it seems to be running just fine. However I can't get the user site to come up at all. When I try I get the following error messages:
Fatal error: Maximum function nesting level of '64' reached, aborting! in /home/jrdalton/workdir/ezpublish/ezpublish-3.4.0/lib/eztemplate/classes/eztemplatecompiler.php on line 1345
Fatal error: Maximum function nesting level of '64' reached, aborting! in Unknown on line 0
Fatal error: Maximum function nesting level of '64' reached, aborting! in Unknown on line 0
Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
I'm running the XDebug PHP extension (http://www.xdebug.org/) so I get a nice function stack trace after each of those errors (the same every time) which I can reproduce here on request. Has anybody else run across this problem? Any idea how I can fix it?
|