I just wanted to upgrade the gallery on one of my websites and got the following error message after the set up page:
Parse error: syntax error, unexpected ',', expecting '(' in /homez.65/xxxxxx/www/albums/zp-core/lib-Imagick.php on line 100
I looked up this file in the zp-core but could not make out what was wrong.
I hope you can help me quickly.
Comments
Upgrade your PHP to version 5.
Alternatively, you could try the nightly build which has another check for PHP5. That might work better.
Edit: sbillard was quicker.
No, it is PHP-Version 5.2.13
I added "SetEnv PHP_VER 5_TEST" to the .htaccess file and it worked.
I had forgotten that PHP 5 is necessary.
Thanks a lot for your (always) competent and fast help.
This might also help http://www.zenphoto.org/trac/ticket/1626