From: Stephen F. <sfi...@18...> - 2005-03-11 18:20:22
|
I am having some difficulties with the latest release candidate. I've gotten it down to an easily reproducible fault. This is a brand new install of phpwebsite-0.10.1-RC1.tar.gz on a hosted LAMP system. A fair amount of data is already on the site and everything else is working correctly. We've got FAQs, Photo Gallery, etc. running fine. Here's how to reproduce the problem: Create a menu. Add two items. (Doesn't seem to matter if they are internal pages or not.) Add an item under one of the items. (Ditto.) Fatal error: Call to a member function on a non-object in /home/ignigorg/public_html/cms/mod/menuman/class/Menu.php on line 362 I do not believe that it is in the creation of the menu so much as the display of the menu because once this occurs you can click on the offending item in the "real" menu and get the same error msg. As long as a menu has only one level of items, it works correctly. But as soon as a second level is added, it blows. Is anyone else having this problem? Has anyone got a solution? Thanks! Stephen Fierbaugh |