[SOLVED] Page editor error (listcontent.php and usertagoperations)
Posted: Wed Dec 10, 2008 11:32 am
Solution: There was an error in the UDT associated with the ContentPostEdit event
Hello,
CMS 1.4.1
FrontEndUsers 1.4.4
CustomContent 1.5
Apache server on Linux
If I open a page in the page editor and click on Submit, I get the message (with debug enabled):
If I Add new content, the new page does not appear in the page editor and the frontend goes wrong, with an error message where the menu should be:
In the cms-content table in the database, the new page is there, but with a NULL hierarchy_path and NULL prop_names. Simply deleting the row does not solve the problem.
From an earlier occurrence I guess this has to do with the llistcontent.php file but that's as far as I get.
Can anyone please give me an idea what to do?
(P.S. I tried restoring the entire site from a backup and this appeared to solve the problem, but now the problem has reoccurred.)
Thank you.
Steve
Hello,
CMS 1.4.1
FrontEndUsers 1.4.4
CustomContent 1.5
Apache server on Linux
If I open a page in the page editor and click on Submit, I get the message (with debug enabled):
Any changes I make to the page are not applied.Notice: Undefined variable: gCms in /home/metmeetings/www/cms/lib/classes/class.usertagoperations.inc.php(158) : eval()'d code on line 4
Notice: Trying to get property of non-object in /home/metmeetings/www/cms/lib/classes/class.usertagoperations.inc.php(158) : eval()'d code on line 4
Fatal error: Call to a member function AddAddress() on a non-object in /home/metmeetings/www/cms/lib/classes/class.usertagoperations.inc.php(158) : eval()'d code on line 18
If I Add new content, the new page does not appear in the page editor and the frontend goes wrong, with an error message where the menu should be:
It seems that the new page is not assigned to the correct place in the content tree (it appears, unnumbered, at the top of the dropdown list in the "Parent" option of the Add new content screen).Fatal error: Call to a member function Alias() on a non-object in /home/metmeetings/www/cms/modules/MenuManager/MenuManager.module.php on line 169
In the cms-content table in the database, the new page is there, but with a NULL hierarchy_path and NULL prop_names. Simply deleting the row does not solve the problem.
From an earlier occurrence I guess this has to do with the llistcontent.php file but that's as far as I get.
Can anyone please give me an idea what to do?
(P.S. I tried restoring the entire site from a backup and this appeared to solve the problem, but now the problem has reoccurred.)
Thank you.
Steve