Installed 5.x-1.1, I can't access my site anymore, but get an error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in .../sites/default/modules/addnode/addnode.module on line 102
I must reinstall back to version 5.x-1.0
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | addnode_php4.patch | 1.33 KB | bdragon |
Comments
Comment #1
bdragon commentedPHP5 specific code got in, it seems.
(You can't use the object operator on the return value of a function in php4!)
Comment #2
Lionfish commentedApplied patch bdragon supplied.
There may be other php5 specific code in the module, so it still needs testing.
Thanks!
Mike.
Comment #3
(not verified) commented