4.3.1 panel bug...

Status: 
Solved
Question: 

I came across a bug with the panel module on paragraph 4.3.1 in the book.

Ive tried both the 2.0-a3 version and the 3.0-a3 version and when Im trying to add a context argument, after selecting the profile option (though it happened also when not selecting profile/selecting other choises) and hitting save Im getting an empty page with something like the following:

[ { "command": "replace", "selector": "table#ctools-access-table", "data": "\x3ctable id=\"ctools-access-table\" class=\"sticky-enabled\"\x3e\n \x3cthead\x3e\x3ctr\x3e\x3cth class=\"ctools-access-title\"\x3eTitle\x3c/th\x3e\x3cth class=\"ctools-access-description\"\x3eDescription\x3c/th\x3e\x3cth class=\"ctools-access-operations\" align=\"right\"\x3e\x3c/th\x3e \x3c/tr\x3e\x3c/thead\x3e\n\x3ctbody\x3e\n \x3ctr class=\"odd\"\x3e\x3ctd class=\"ctools-access-title\"\x3eNode access by type\x3c/td\x3e\x3ctd class=\"ctools-access-description\"\x3eNode being viewed can be type \"Profile\"\x3c/td\x3e\x3ctd class=\"ctools-access-operations\" align=\"right\"\x3e\x3ca href=\"/drupal-6.10/ctools/context/ajax/access/configure/delegator_task_handler-node_view%2Anode_view_panel_context/0\" class=\"ctools-use-modal \" title=\"Configure settings for this item.\" alt=\"Configure settings for this item.\"\x3e\x3cimg src=\"/drupal-6.10/sites/all/modules/ctools/images/icon-configure.png\" alt=\"\" title=\"\" width=\"16\" height=\"16\" /\x3e\x3c/a\x3e\x3ca href=\"/drupal-6.10/ctools/context/ajax/access/delete/delegator_task_handler-node_view%2Anode_view_panel_context/0\" class=\"ctools-use-ajax \" title=\"Remove this item.\" alt=\"Remove this item.\"\x3e\x3cimg src=\"/drupal-6.10/sites/all/modules/ctools/images/icon-delete.png\" alt=\"\" title=\"\" width=\"16\" height=\"16\" /\x3e\x3c/a\x3e\x3c/td\x3e \x3c/tr\x3e\n \x3ctr class=\"even\"\x3e\x3ctd class=\"ctools-access-title\"\x3eNode access by type\x3c/td\x3e\x3ctd class=\"ctools-access-description\"\x3eNode being viewed can be type \"Profile\"\x3c/td\x3e\x3ctd class=\"ctools-access-operations\" align=\"right\"\x3e\x3ca href=\"/drupal-6.10/ctools/context/ajax/access/configure/delegator_task_handler-node_view%2Anode_view_panel_context/1\" class=\"ctools-use-modal \" title=\"Configure settings for this item.\" alt=\"Configure settings for this item.\"\x3e\x3cimg src=\"/drupal-6.10/sites/all/modules/ctools/images/icon-configure.png\" alt=\"\" title=\"\" width=\"16\" height=\"16\" /\x3e\x3c/a\x3e\x3ca href=\"/drupal-6.10/ctools/context/ajax/access/delete/delegator_task_handler-node_view%2Anode_view_panel_context/1\" class=\"ctools-use-ajax \" title=\"Remove this item.\" alt=\"Remove this item.\"\x3e\x3cimg src=\"/drupal-6.10/sites/all/modules/ctools/images/icon-delete.png\" alt=\"\" title=\"\" width=\"16\" height=\"16\" /\x3e\x3c/a\x3e\x3c/td\x3e \x3c/tr\x3e\n\x3c/tbody\x3e\n\x3c/table\x3e\n" }, { "command": "modal_dismiss" } ]

this text vary from V3 to V2.

how do I get across this problem and continue setting up the panel view?

Responses

1. This is the one less pleasant

This is the one less pleasant bug in panels 2. I thought panels 3 was built to circumvent this one, by using the menu system in a different way. Guess not: http://drupal.org/node/412664

2. good news, I just started

good news, I just started rebuilding my site by your book with a new fresh copy of drupal and the bug didnt appear this time (why though?)

now Im stuck with the comment settings not been kept on read/write when creating a new profile, just like http://drupalfun.com/question/comments-appear-admin-profile-not-users

see you there then...