I have php 5.3 installed so this must be the reason of the problem.
I got warning: Parameter 1 to theme_taxonomy_manager_tree() expected to be a reference, value given in D:\apache\valeo.ru\www\includes\theme.inc on line 617.
when want to see/edit terms of the vocabulary and terms arn't shown.
I've deleted the reference(so now I can see terms) but don't know yet if the Manager will work properly.

CommentFileSizeAuthor
#2 taxonomy_manager.module.patch528 bytesjm.federico

Comments

rgaskell’s picture

I also have this error (running php 5.3.1). You said you deleted the reference and you could see the terms. Is the functionality of the taxonomy manager maintained when you do this?

Thanks for posting this - not much info on this problem that I could find.

R

jm.federico’s picture

Assigned: yugene » Unassigned
Category: task » bug
StatusFileSize
new528 bytes

Including patch, works like a charm
Very common to find this kind of warning, nothing to worry about.

Cheers

mh86’s picture

Status: Active » Fixed

Hi!

Patch committed, thanks :)
The reference was not necessary at this point, otherwise I wouldn't be possible to remove the '&' sign as long as we support PHP 4.

The PHP doc say "As of PHP 5.3.0, you will get a warning saying that "call-time pass-by-reference" is deprecated when you use & in foo(&$a);." So I guess you are getting more of these errors from core and other contrib modules...

anyway, this issue for the taxonomy manager should be fixed.

Status: Fixed » Closed (fixed)

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