Thursday 09 October 2008 2:14:10 pm
I've clusterized a 4.0.1 site (in an extension), and get the following when visiting the front-end siteaccess:
<i>
Fatal error: Call to a member function sortArray() on a non-object in ezpublish-4.0.1/kernel/common/eztreemenuoperator.php </i> Further down in the debug, I can see it's accessing contentobjects (& everything) using the file.ini.append.php details:
<i>
Query error: Table 'dev-data.ezcontentobject_tree' doesn't exist. </i> Have searched issues.ez.no & the forum for clues, to no avail. Permissions and ownership on var dir is fine. Removing the file.ini.append.php resolves the problem of db access. Have updated index_treemenu.php to SVN version as per docs, but have also tested on the old version, with no success. Any suggestions for debugging this?
|