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
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
Comment #1
arlinsandbulte commentedThis might be relevant: PHP version: 5.2.9-1
Comment #2
indytechcook commentedI found the fix. That was a copy past and edit issue.
remove the '&' on line 612. So it should be:
Commit coming soon. This might also fix #671320: Cannot create term set
Comment #3
arlinsandbulte commentedConfirmed that #2 fixes this issue.
Also confirmed that #2 fixes #671320: Cannot create term set (which has been marked a duplicate of this issue)
Comment #4
indytechcook commentedFixed: http://drupal.org/cvs?commit=308632