Forums / General / assignedNodeKey doesn't exist and makes ez fail
Michaël Todorovic
Friday 20 March 2009 3:08:25 am
Hello, I have ez 4.0.1 with latest ezcomponents. Here's the server config :Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny2 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g Server.
I'm having a bug when editing (in public interface only, admin interface works) users which are in differents locations and siteaccesses. I can't edit those users. Exponential says me "Location did not validate - A node in the node assignment list has been deleted."
You can see the debug log below:
Warning: PHP Mar 20 2009 09:50:19 Undefined variable: assignedNodeKey in /data/www/extranet/kernel/content/node_edit.php on line 782 Warning: PHP Mar 20 2009 09:50:19 Undefined index: categories in /data/www/extranet/extension/ezcategoryselection/autoloads/ezcategoryselectionutiloperators.php on line 573 Warning: PHP Mar 20 2009 09:50:19 Invalid argument supplied for foreach() in /data/www/extranet/extension/ezcategoryselection/autoloads/ezcategoryselectionutiloperators.php on line 582 Warning: PHP Mar 20 2009 09:50:19 Undefined index: categories in /data/www/extranet/extension/ezcategoryselection/autoloads/ezcategoryselectionutiloperators.php on line 573
assignedNodeKey is defined nowhere ! What this variable is supposed to do ?
I found this bug http://issues.ez.no/IssueView.php?Id=12740 but it seems that no one cares about it.
Thank you
André R.
Friday 20 March 2009 5:19:12 am
I guess the reason it is not looked at is because it is not used by default, and only one person until now have voiced it as an issue. And he only mentioned that his code editor is complaining about it, not that it causes any actually issues when using ezp.
So please add your findings in the issue and link back to this thread so we can prioritize it higher.
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
Saturday 21 March 2009 5:20:22 am
I can not re create this issue actually on 4.1.0. 1. the node locations are not shown / used in frontend (tested in webin)2. there are no warning at all, not even in the admin interface.
So guess you either use something else then webin, or you have extended it?