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.
Parse error: syntax error, unexpected ',', expecting '(sitedirectory...bootstrap.php on line 64
I am getting this error when I navigate to the forum files that I have uploaded, does anyone know how to fix it? I had the forum working on a local mamp server but it doesnt seem to qwork on my heart internet hosting package (home pro). The package doesnt support 'overide all' so i am not sure how to fix this or get round it.
Any help would be appreciated.
Chris
Any help would be appreciated.
Chris
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
Parse error: syntax error, unexpected ',', expecting '(' in /home/sites/public_html/bootstrap.php on line 64
on a completely different host....
Sorry guys im a bit new to all this, any ideas?
Vanilla Forums COO [GitHub, Twitter, About.me]
my hoster is OVH :
---------------------
Pour changer la version de PHP qui va exécuter un fichier .php il faut placer un .htaccess sur votre site.
Avec le bloc note ou tout autre éditeur de texte simple, tapez :
pour PHP 5.2 :
SetEnv PHP_VER 5
------------------------
It was because I was using php4. My host allowed an insta-switch to php5. I did so, and the above error immediately went away and the installation worked.
It's an issue with php4. You need to be on php5.
AddHandler x-httpd-php5 .php AddHandler x-httpd-php .php4
all better!
also, i'm on godaddy. not sure if that matters.