Hi
Getting below error while enabling the module in Linux environment.
Parse error: syntax error, unexpected '[' IN sites/ALL/modules/contribute/animgif_support/animgif_support.module ON line 24.
After I replaced [] with array() inside hook_menu, it worked fine.
Comments
Comment #2
nivedha commentedComment #3
denes.szabo commented@Nivedha: how old is your PHP?
Comment #4
denes.szabo commentedhttp://php.net/manual/en/language.types.array.php says: As of PHP 5.4 you can also use the short array syntax, which replaces array() with [].
The PHP 5.4 is not supported today.