After upgrading to beta1 and -dev from Aug 05, 2013 the following error occurred:
Parse error: syntax error, unexpected ':' in /sites/all/modules/contrib/fancybox/fancybox.drush.inc on line 51
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2058911-1-drush-php5.2-fix.patch | 568 bytes | joelpittet |
Comments
Comment #1
joelpittetI see, it's using the PHP 5.3 ternary. May want to change that to 5.2 longer ternary or make note that this module needs PHP 5.3 to operate(with drush).
Patch attached.
Comment #2
dwieeb commentedAh, sorry, I had already fixed it.
Yes, it was stupid of me to assume it worked in PHP 5.2.
Thanks for the report and for investigating.
Comment #3
joelpittetThanks @dwieeb :)