Forums / General / Node does not exist (ezwebin_admin)

Node does not exist (ezwebin_admin)

Author Message

Sietse de Glee

Monday 21 March 2011 6:01:46 am

Hello,

We are experiencing a rather odd problem with the ezwebin_admin module. When viewing either the Media Libary or Content Structure, the node-tree in the left-hand panel of the screen returns a rather vague 'node does not exist'-error.

See the image attached for a better understanding of the problem: http://dl.dropbox.com/u/5467193/node%20does%20not%20exist.tiff

Strangely, the tree does show randomly, but disappears again as fast as it showed. We are also able to browse the content tree just fine, using the 'sub-items' menu at the bottom of the page.

I am hoping this problem is familiar to someone in the community, as it is quite a hassle for our content managers at the moment.

Thanks in advance,

Sietse

André R.

Monday 21 March 2011 6:24:46 am

Is this 4.3 or 4.4?

And what kind of error do you find if you use firebug or similar development tools in your browser?
(javascript error or http error returned from server and so on)

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Sietse de Glee

Monday 21 March 2011 7:17:37 am

We are using 4.5.0beta1; this might even be cause of the problem?

The following request results in a full content page displaying the following error:

kernel (20) / Error
<h2><span class="time">[03/21/2011 03:13 pm]</span> The requested page could not be displayed. (20)</h2>

Request URL: index.php/content/treemenu/2/1300715234/1300712382/43b864bde60564a9abad0598b1d5d203

Status code: 404 Not Found

I hope this information provides more insight to our problem.

Thanks in advance,

Sietse

André R.

Monday 21 March 2011 7:28:13 am

What is the url to the site itself (a url that works)?

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Sietse de Glee

Monday 21 March 2011 7:40:39 am

For example: http://corso-contracting.cms.dynamicals.nl/content/view/full/2

[Edit] Front-end: http://corso-contracting.com/

André R.

Tuesday 22 March 2011 3:40:31 am

Ok, well the index.php shouldn't be in the url when your on vh setup.

Cleared cache? :)

At least it seems to work using this url (403 forbidden though, meaning it is correclty disabled for public siteaccess): http://corso-contracting.com/content/treemenu/2/1300715234/1300712382/43b864bde60564a9abad0598b1d5d203

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Sietse de Glee

Tuesday 22 March 2011 4:12:10 am

Yes, we've cleared the cache multiple times. This does not affect the problem unfortunately.

As you've mentioned, the problem is indeed that EZ is adding index.php to the URL, when I remove it from the AJAX request, the tree loads just fine.

Do you have any clue on how we can proceed to solving this problem? I've checked the global site.ini override and the siteaccess version; there's no mention of any index.php file in there.

André R.

Tuesday 22 March 2011 6:09:26 am

You can debug, open view source in your browser and look for contentTreeUrl.

It probably contain index.php in it, and you can try changing the template to make it work (as an override if you want to).
Template in question is: design/admin2/templates/contentstructuremenu/content_structure_menu_dynamic.tpl

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom