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

32940stf’s picture

Just 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.

wim leers’s picture

Component: Code » Code - common.inc
Assigned: Unassigned » wim leers
Category: support » bug

Thanks, will be an easy fix.

wim leers’s picture

Status: Active » Fixed

Fixed.

32940stf’s picture

Thanks,

Looks to be working now

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.