Hello, I've just downloaded and installed EasyPhpAlbum Lite, but when I try to access the page, I get the following error message: Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /home/httpd/vhosts/ingwaz.nl/httpdocs/picture_library/index.php on line 86 The web address is: http://www.ingwaz.nl/picture_library/index.php This directory is accessible for the public, as I host all my images here that I use on forums, so I would imagine that a web page could also be possible in here. I've set the permission for both the directory and the index page at 755 Greetings, |
|||

I think it is related to your
I think it is related to your PHP version. Which PHP version are you running?
I'm not sure but I think PHP
I'm not sure but I think PHP 4. where can I check this?
Upload a php file like
Upload a php file like this:
<?php
phpinfo();
?>
But PHP4 would already be reason why it's not working, its intended for PHP5.