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
CommentFileSizeAuthor
#1 2058911-1-drush-php5.2-fix.patch568 bytesjoelpittet

Comments

joelpittet’s picture

Status: Active » Needs review
Issue tags: +Quick fix, +incorrect php version, +PHP 5.2
StatusFileSize
new568 bytes

I 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.

dwieeb’s picture

Status: Needs review » Fixed
Issue tags: -incorrect php version, -PHP 5.2

Ah, 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.

joelpittet’s picture

Thanks @dwieeb :)

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