Friday 29 September 2006 4:36:45 am
Hi! My eZ installation has started behaving weirdly, and I haven't been able to resolve the issue yet. Hope someone have some experience with this. When I access pages on my site using the path_url (ie. www.site.com/about/about_us), everything works fine. But if I try accessing the same page using the content/view/full/ - url, I get the following error:
Parse error: parser stack overflow in /www/html/vhost/site.com/var/plain/cache/wildcard/wildcard_eaa557f7ede766108f13f76d41216203.php on line 13306
Fatal error: Unknown function: () in /www/html/vhost/site.com/var/plain/cache/wildcard/wildcard_eaa557f7ede766108f13f76d41216203.php on line 171
Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
The line number in the Fatal error is sometimes relpaced by 1634887022, but obviously the file doesn't have this many lines. It's also sometimes replaced with 0. Anyways, the line number doesn't seem to have anything to do with the node I'm trying to view. In this example, I'm accessing my own user, and line 171 is the wildcard-things for a completely different user. The error occurs both in user and admin siteaccess. I have tried clearing all caches (I get the same error when trying to clear the cache using the web interface, so I have deleted everything in var/cache and var/plain/cache manually). Is there anything else I can try?
<b>UPDATE:</b> This error also occurs when accessing user/register and user/login, once again with reference to this enormously high line number (1634887022).
<b>UPDATE 2:</b>
content/action also gives this error. When trying to access a .swf-file directly (http://www.diil.no/d0607/content/download/144136/1131830/diilweekend.swf), I also get this error - Even though I thought a file like this is sorted out in RewriteRule in Apache, and shouldn't even get processed through the eZ system?
|