Forums / Setup & design / how to resolve subitems not showing for newbies

how to resolve subitems not showing for newbies

Author Message

Herve Njoya

Sunday 26 December 2010 11:13:43 am

Hi to all.

I have seen a lot of threads on the sub-items issue in ez 4.4. unfortunately am an entire newbie and would like someone to explain me exactly how to resolve the issue in simple terms.

went around firebug...and the data is properly retrieved, but I have an error or the style:

{"error_code":0,"node_id":2,"children_count":0,"children":[]}

without the sub-items I cannot really do much, and I really would like to go deeper into knowing the system.

any help would mostly be apreciated.

regards

Robin Muilwijk

Sunday 26 December 2010 12:21:02 pm

Hello Herve,

First, welcome to the community portal of eZ. About your problem, have you looked at some of the solutions in this thread: http://share.ez.no/forums/general/4.4-does-not-display-subitems-in-admin?

Kind regards, Robin

Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.

LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk

Tom W

Wednesday 29 December 2010 8:35:34 am

It's a ezjscore problem, so my thinking is that I need a ezjscore solution.
Grab the latest version from trunk.
http://projects.ez.no/ezjscore/subversion
This solved the problem for me.

Herve Njoya

Saturday 22 January 2011 12:42:07 am

Thx guys.

Tom, I don't know how to update from the subversion, and probably the error is there.

Robin, thanks for the help, but I had seen that post and only brought me more confusion.

the answer in on line 923 of << lib/ezutils/classes/ezsys.php >>

by putting $isCGI=false;

you can read full info here: http://issues.ez.no/IssueView.php?Id=15176&activeItem=4

thx guys, I can go and discover now