Drupal: 6.14
Hierarchical Select: 6.x-3.0
Content Management Filter: 6.x-2.0
Problem: When editing a node via Content Management Filter list, and selecting a term with child terms, the term is not allowed to be selected. I receive a JavaScript error, there is an error in the log. Same action is works great (no errors) when editing a node via Content list.
Possible cause: When editing a node via Content Management Filter list, it adds a query parameter to the URI. This query parameter is repeated in the log error.
Details as follows.
Edit via Content list:
http://*/?q=node/56/edit
Edit via Content Management Filter list:
http://*/?q=node/56/edit&destination=admin/content/filter
JavaScript error: Received an invalid response from the server.
Log error:
Type: page not found
Date: Thursday, January 14, 2010 - 12:04
User: *
Location: http://*/index.php?q=hierarchical_select_json?destination=admin%2Fcontent%2Ffilter
Referrer: http://*/?q=node/56/edit&destination=admin%2Fcontent%2Ffilter
Message: hierarchical_select_json?destination=admin/content/filter
Severity: warning
Hostname: *
Operations:
Comments
Comment #1
shima commentedsee this:
http://drupal.org/node/538022
http://drupal.org/node/674528
Comment #2
wim leersMost likely a duplicate of #538022: JS alert: "Received an invalid response from the server.". When that issue has been fixed and the problem reported in this issue persists, feel free to reopen this issue.