When i upload the module, i get this error instantly:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /****/****/*******/********.**/******_****/drupal/modules/fast_gallery/fast_gallery.module on line 596
I'm running on a clean Drupal 6.6 install.
Comments
Comment #1
rapsli commentedWhat version of PHP are you running?
Comment #2
Mixx commentedPHP Version 4.4.8
MySQL 4.1.11
Comment #3
rapsli commentedthere you go. PHP 5 is required.
Comment #5
gerhardgmx commentedI'm using php 5.0.5, D6.13 and get the same error on line 648.
As a consequence the whole website is blocked unless I remove the module.
On a test install with php 5.2.6 the parsing error does not occur.
Comment #6
rapsli commentedgoing to close this issue, as this version is not supported anymore and the issue is old