Hi. I need this module but it stop my site with error: Parse error: parse error, unexpected T_OBJECT_OPERATOR in /home/virtual/site56/fst/var/www/html/modules/panels_taxonomy/panels_taxonomy.module on line 216
in all pages!
I think that the problem can be Panels version:
I have standard I found version 2 but with this text: "I've released Panels 2 alpha 2. I don't recommend using it on a real site unless you're seriously adventurous and have a cast iron stomach, but I'd like to get people to test it out."
If you use it can tell us if work fine?
Thx
Comments
Comment #1
toma commentedsame here
Comment #2
fixus971 commentedHi. I need this module but it stop my site with error:
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /home/virtual/site56/fst/var/www/html/modules/panels_taxonomy/panels_taxonomy.module on line 216in all pages!
Comment #3
fixus971 commentedI think that the problem can be Panels version:
I have standard I found version 2 but with this text:
"I've released Panels 2 alpha 2. I don't recommend using it on a real site unless you're seriously adventurous and have a cast iron stomach, but I'd like to get people to test it out."If you use it can tell us if work fine?
Thx
Comment #4
robertgarrigos commentedThe problem is on the very last line of code.
This
should read
Comment #5
edrex commentedThis is a PHP4 compatibility bug (PHP4 doesn't support accessing the attributes of temporary objects returned by functions)
Changed to
Thanks for the report.
Comment #6
edrex commentedComment #7
(not verified) commented