syntax error on setup.php

Parse error: syntax error, unexpected ',', expecting '(' in /homepages/19/d87198790/htdocs/colleendurkin/client/zp-core/lib-Imagick.php on line 79

i cant even get it to load setup.php

any ideas?

http://pastebin.com/cuCVZj4C is whats in lib-imagick.php

Comments

  • Imagick requires PHP5. It's likely that your server is running PHP4, though your server still reports Imagick to be working. This issue has been fixed in the nightly builds. You can fix this by either switching to PHP5 (if you don't know how, ask your provider) or installing the nightly build instead.
  • awesome! ill try a nightly build.

    for anyone else reading, im on host 1and1. will report back on the nightly build!

    thanks.
  • the nightly build did not work for me.. i get this error now

    Parse error: syntax error, unexpected ',', expecting '(' in /homepages/19/d87198790/htdocs/colleendurkin/client/zp-core/lib-Imagick.php on line 92
  • If the server is still reporting an error, then I think it would be best to take the issue up with your host. The script checks that PHP5 is running and Imagick is loaded with the required version. If your server reports that incorrectly, then I'm not sure that any amount of checks put into the script will fix this problem.
  • thanks, ive got a support ticket in to 1and1 so ill report back what they do incase anyone ever has a problem too.
  • PerryP Member
    xjasonx, did you get your problem solved? I'm running into that too.
Sign In or Register to comment.