Forums / General / Remind your editors to disable user accounts instead of deleting them!

Remind your editors to disable user accounts instead of deleting them!

Author Message

Peter Keung

Sunday 09 January 2011 9:08:21 pm

Did an eZ Publish 4.4 upgrade today and got a "Data Error" problem in the "Sub items" window. I quickly checked the usual suspects of rewrite rules and PHP-CGI setup first -- no issues.

The PHP error log showed:
PHP Fatal error: Call to a member function attribute() on a non-object in ezpublish-4.4.0/extension/ezjscore/classes/ezjscajaxcontent.php on line 252

This particular line of code returns the object's last modifier user. The general eZ Publish rule since the beginning of time has been "don't remove a user account unless you know they haven't created or edited any objects", but only since 4.4 does this cause the crippling problem of an empty "Sub items" window. In this case, the client had innocently deleted a main editor user object (without a trace in the trash).
The fix is relatively straightforward: in the table ezcontentobject set owner_id to another user (or a re-created user) if it's "0"; in the table ezcontentobject_version set creator_id to another user (or a re-created user) if it's "0".

http://www.mugo.ca
Mugo Web, eZ Partner in Vancouver, Canada

Damien Pobel

Monday 10 January 2011 12:27:22 am

Hi Peter,

In fact this is the issue #017443 Subitems does not display if creator has been deleted in admin2 that is solved in github master branch of eZJSCore.

Cheers

Damien
Planet eZ Publish.fr : http://www.planet-ezpublish.fr
Certification : http://auth.ez.no/certification/verify/372448
Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish

Nicolas Pastorino

Monday 10 January 2011 6:25:54 am

Thanks guys for sharing both a thorough description of the issue, and solutions.

Cheers,

--
Nicolas Pastorino
Director Community - eZ
Member of the Community Project Board

eZ Publish Community on twitter: http://twitter.com/ezcommunity

t : http://twitter.com/jeanvoye
G+ : http://plus.tl/jeanvoye

Peter Keung

Monday 10 January 2011 8:55:53 am

Thanks Damien -- very useful to know.

http://www.mugo.ca
Mugo Web, eZ Partner in Vancouver, Canada

Roberto Antoniazzi

Monday 02 May 2011 8:22:38 am

Thank you very much Damien

Cheers

Roberto