Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2.x.x installation is NOT working. I get a Parse error in bootstrap.php - Please help?
I can't seem to get the installation of Vanilla 2.0.3 working.
I uploaded the zip file, unzipped it directly on the server, renamed the folder to "vanilla", then loaded the page in the browser as per instructions.
Nothing happens except an error:
Parse error: syntax error, unexpected ',', expecting '(' in /home/pryley/public_html/vanilla/bootstrap.php on line 64
What can I do to get this fixed?
This is what is installed on the server:
MySQL version: 4.1.22-standard
Apache version: 1.3.42
PHP version: 5.2.9
I uploaded the zip file, unzipped it directly on the server, renamed the folder to "vanilla", then loaded the page in the browser as per instructions.
Nothing happens except an error:
Parse error: syntax error, unexpected ',', expecting '(' in /home/pryley/public_html/vanilla/bootstrap.php on line 64
What can I do to get this fixed?
This is what is installed on the server:
MySQL version: 4.1.22-standard
Apache version: 1.3.42
PHP version: 5.2.9
Tagged:
1
Comments
I found out it was using the system default (PHP 4) to handle ".php" file extensions. I switched it to use PHP 5 and now it's working.
Thanks again!