Message:
Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /mnt/sites/csgn.be/web/site/agenda/locaux/lib/autoload.inc on line 5
Thanks!
It might be worth checking that the server has the version of php you think it has. I had the same error on upgrading to the current verion of MRBS. The server had been set to 5.4 in the 'control panel' but phpinfo() showed it was still on 4.x.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've now (changeset 92a8e3e94cf5) moved the PHP version check to happen earlier, so that there's a more helpful message if the PHP version is below that required.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suspect your version of PHP is below 5.3.0. MRBS requires PHP 5.3.3 or above.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
What can I do to make the script work?
You will have to upgrade your version of PHP, or, if you don't have control of PHP on your server then find another server.
It might be worth checking that the server has the version of php you think it has. I had the same error on upgrading to the current verion of MRBS. The server had been set to 5.4 in the 'control panel' but phpinfo() showed it was still on 4.x.
I've now (changeset 92a8e3e94cf5) moved the PHP version check to happen earlier, so that there's a more helpful message if the PHP version is below that required.