[SOLVED] Page editor error (listcontent.php and usertagoperations)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
stevew
Forum Members
Forum Members
Posts: 74
Joined: Wed May 21, 2008 7:02 am

[SOLVED] Page editor error (listcontent.php and usertagoperations)

Post by stevew »

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):
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
Any changes I make to the page are not applied.

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:
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
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).

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
Last edited by stevew on Wed Dec 10, 2008 4:03 pm, edited 1 time in total.
Kira27
New Member
New Member
Posts: 9
Joined: Mon Sep 07, 2009 4:32 pm

Re: [SOLVED] Page editor error (listcontent.php and usertagoperations)

Post by Kira27 »

???

was there a reply to this that i'm missing?

how was this solved?  ???
~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
CMSMS 1.6.4

Operating system Redhat Linux Fedora 10
Kernel and CPU Linux 2.6.27.25-170.2.72.fc10.i686 on i686
Apache version 2.2.11
mysql version 5.0.77
PHP Version 5.2.9
Post Reply

Return to “CMSMS Core”