Opening admin/content/node/taxonomy_multi_edit I get the following error:

warning: Parameter 1 to theme_taxonomy_multi_edit_overview() expected to be a reference, value given in includes/theme.inc on line 656.

I suppose this is a PH 5.3 error, but I'm not sure.

Comments

joris.verschueren’s picture

Hello All,

I seem to have the same issue. No list of nodes appears, only the option to select taxonomies.

If anyone has a suggestion to solve this, please ...

Joris

husztisanyi’s picture

Assigned: Unassigned » husztisanyi
Priority: Normal » Major

I have the same problem.

husztisanyi’s picture

Status: Active » Fixed

I found. Php 5.3 cause the error.

You have to delete the "&" sign in the 89. row of taxonomy_multi_edit.module:
function theme_taxonomy_multi_edit_overview(&$form) {

Status: Fixed » Closed (fixed)
Issue tags: -PHP 5.3

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