i enabled node/add form from block and displaying that..when selected the hierarchical select node reference field that time i getting alert 'invalid response from the server'..

in admin node/add form it will working fine..how to fix .please give me solution..

Comments

ranga143’s picture

Fixed by adding this line of code to hierarchicalselect.module

require_once(drupal_get_path('module','node').'/node.pages.inc');

I put on line 304. Just before
check this once "http://drupal.org/node/1321674"