Active
Project:
Hierarchical Select
Version:
6.x-3.0
Component:
HS API implementation questions
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2013 at 06:37 UTC
Updated:
2 Mar 2013 at 06:21 UTC
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
Comment #1
ranga143 commentedFixed 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"