I just downloaded and installed this module for the first time and am getting the following error when I try to access any of the setup pages.
Parse error: syntax error, unexpected ')', expecting '(' in /www/share/htdocs/snowice/newPerFolder/sites/all/modules/backup_migrate/includes/destinations.s3.inc on line 24
Comments
Comment #1
ronan commentedI'm not able to reproduce this. What version of php do you have?
Comment #2
Tristian076 commentedHello, I'm having the same issue with PHP 4.4.9 on Drupal 6.14!
Comment #3
lizurah commentedI'm having the same problem too. Using PHP 4.4.8
Comment #4
ronan commentedYeah that's what I suspected. The module doesn't technically support drupal 4 and I'm not going to be able to write and test code that does because I don't run version 4 anymore. If somebody who does run PHP 4 wants to write a patch that works around this issue I'll happily commit it.
I'm marking it as won't fix, but if anybody has any interest in making it work on PHP4 go ahead and reopen it.
In the mean time, I believe the 1.x branch still supports PHP 4.
Comment #5
Tristian076 commentedResolved with PHP5
thank you guys
Comment #6
wlcable commentedThanks. It is good to know it is PHP 4, hopefully I will be able to upgrade soon. This isn't the first problem I have run into because of PHP 4.
Comment #7
rob_howe commentedI'm receiving the same error on Drupal 6.15 with PHP version 4.4.7
I'm stuck with a Windows webhosting company (don't ask) so can't upgrade anytime soon.
Has anyone found a fix or work-around for this yet?
Thanks.