See attached image. I think this is a new issue after searching.
It occurred with alpha1, then with dev as well.
I am following the instructions from this tutorial: http://drupal.org/node/201916.
Adding a context: node edit or node add causes the screenshot.
Then the panel doesn't properly display at node/%/edit...
And if you go back to click the gear or close icon after saving that argument, you are taken to a blank page with this:

{ "output": "\x3cform action=\"/panels/ajax/context-configure/panel_page/argument/override_story_edit/0\" accept-charset=\"UTF-8\" method=\"post\" id=\"panels-common-edit-argument-form\"\x3e\n\x3cdiv\x3e\x3cdiv class=\"description\"\x3eDisplays the node edit form for a node.\x3c/div\x3e\x3cinput type=\"hidden\" name=\"argument[name]\" id=\"edit-argument-name\" value=\"node_edit\" /\x3e\n\x3cinput type=\"hidden\" name=\"argument[id]\" id=\"edit-argument-id\" value=\"1\" /\x3e\n\x3cdiv class=\"form-item\" id=\"edit-argument-default-wrapper\"\x3e\n \x3clabel for=\"edit-argument-default\"\x3eDefault: \x3c/label\x3e\n \x3cselect .... more but deleted.

I'd really like to be able to change the node/%/edit urls and the node/add/% urls...
Thanks.
(Drupal 6.5)

CommentFileSizeAuthor
node edit argument.jpg119.1 KBkyle.vh

Comments

marcel tuchek’s picture

i've got the same problem! and i'd also really like to change the "node/%/edit urls ...

sdboyer’s picture

Status: Active » Closed (duplicate)

This ought to be covered in fixed I introduced in alpha2 - #311192: Allow paths other than node/% (or other 'override' paths). Although the foreach() errors may still remain...but those'll get tended to soon enough regardless.

marcel tuchek’s picture

hm .. but i get the error messages and the tutorial also doesn't work.

jwaxman’s picture

I realize this is an old issue but it's exactly the problem I'm having with the latest 6.x-2.x-dev.
Adding a node edit context results in the foreach() errors.
The resulting panel page whether set to node/%/edit or node/%/page shows a the panel title and no content.