Wednesday 06 April 2005 11:14:15 pm
I am aware of the bug filed for this issue at http://www.ez.no/community/bugs/call_to_undefined_function_storedata but I am having a more severe problem. I am working with a brand-new install of 3.5.1 on Win/Apache(latest)/PHP(latest). When I turn on template compile for my user site, I get the dreaded error that has been noted in the bug report:
Fatal error: Call to undefined function: storedata() in c:\appserv\www\cms\ezpublish\kernel\classes\datatypes\ezimage\ezimagealiashandler.php on line 1203
Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
The strange thing is that this has nothing to do with any of my template code. I can modify my user site's pagelayout.tpl to nothing more than "hello world" and I still get this error. I can also remove all custom image aliases from my image.ini.append and still get this error. Please help, this is driving me crazy! Using var_dump at line 1203 ezimagealiashandler.php (in the storeDOMTree function), I can see that the failure is at the VERY FIRST run of this function. What makes the FIRST call to this function, and for which image alias? Below I enclose the entire output of eZ when template compile is enabled, my site's homepage url is loaded with pagelayout.tpl set to "hello world," and var_dump($contentObjectAttribute) is inserted before $contentObjectAttribute->storeData(); in ezimagealiashandler.php. Suggestions as to how to troubleshoot and fix are most appreciated. Thank you!
--
chirsch{AT}gmail{d.t}com
|