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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_manager.module.patch | 528 bytes | jm.federico |
Comments
Comment #1
rgaskell commentedI 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
Comment #2
jm.federico commentedIncluding patch, works like a charm
Very common to find this kind of warning, nothing to worry about.
Cheers
Comment #3
mh86 commentedHi!
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.