I am getting this error when I visit /admin/build/taxonomy_menu.
Warning: Call-time pass-by-reference has been deprecated in \Sites\dev\sites\all\modules\taxonomy_menu\taxonomy_menu.admin.inc on line 612

Comments

arlinsandbulte’s picture

This might be relevant: PHP version: 5.2.9-1

indytechcook’s picture

I found the fix. That was a copy past and edit issue.

remove the '&' on line 612. So it should be:

_taxonomy_menu_ahah_disable_validation($form[$child]);

Commit coming soon. This might also fix #671320: Cannot create term set

arlinsandbulte’s picture

Confirmed that #2 fixes this issue.
Also confirmed that #2 fixes #671320: Cannot create term set (which has been marked a duplicate of this issue)

indytechcook’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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