I'm trying to install version 1.3.4 on PHP 4.3.1 and have configured it successfully using configurator.php, but upon loading index.php I get:
"Parse error: parse error, unexpected T_STRING in /home/sites/site27/web/wiki/index.php on line 361"
Any help much appreciated :-)
Jon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-10-24
easy, i've had this problem too, which is not really one: just edit index.php an comment line 361
this line must -before you modify it- look like:
Ignored. blablabla
after modification it should look like:
//Ignored. blablabla
--pilouface
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to install version 1.3.4 on PHP 4.3.1 and have configured it successfully using configurator.php, but upon loading index.php I get:
"Parse error: parse error, unexpected T_STRING in /home/sites/site27/web/wiki/index.php on line 361"
Any help much appreciated :-)
Jon
easy, i've had this problem too, which is not really one: just edit index.php an comment line 361
this line must -before you modify it- look like:
Ignored. blablabla
after modification it should look like:
//Ignored. blablabla
--pilouface