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

rapsli’s picture

What version of PHP are you running?

Mixx’s picture

PHP Version 4.4.8
MySQL 4.1.11

rapsli’s picture

Status: Active » Fixed

there you go. PHP 5 is required.

Status: Fixed » Closed (fixed)

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

gerhardgmx’s picture

Status: Closed (fixed) » Active

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

rapsli’s picture

Status: Active » Closed (fixed)

going to close this issue, as this version is not supported anymore and the issue is old