I have enabled the module for one node type. In the vocabulary configuration screen, the preview works great. However, when I go to create a new node, I get a blank screen and in the Apache log there is the following line:
[Fri May 09 21:32:44 2008] [error] [client 127.0.0.1] PHP Fatal error: Unsupported operand types in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\modules\\hierarchical_select\\includes\\common.inc on line 45, referer: http://localhost/en/node/add
If I back button, the following errors are displayed:
warning: Missing argument 3 for hierarchical_select_common_config_apply(), called in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\modules\taxonomy.inc on line 359 and defined in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\includes\common.inc on line 73.
warning: array_merge_recursive() [function.array-merge-recursive]: Argument #2 is not an array in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\includes\common.inc on line 42.
This may be related to #256813: Javascript makes IE freeze
Comments
Comment #1
32940stf commentedJust a update.
If I comment line #45 in the common.inc the page loads now but with the below errors:
* warning: Missing argument 3 for hierarchical_select_common_config_apply(), called in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\modules\taxonomy.inc on line 359 and defined in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\includes\common.inc on line 73.
* warning: array_merge_recursive() [function.array-merge-recursive]: Argument #2 is not an array in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\includes\common.inc on line 42.
* warning: Missing argument 3 for hierarchical_select_common_config_apply(), called in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\modules\taxonomy.inc on line 359 and defined in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\includes\common.inc on line 73.
* warning: array_merge_recursive() [function.array-merge-recursive]: Argument #2 is not an array in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\modules\hierarchical_select\includes\common.inc on line 42.
Comment #2
wim leersThanks, will be an easy fix.
Comment #3
wim leersFixed.
Comment #4
32940stf commentedThanks,
Looks to be working now
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.