Parse error, unexpected T_VARIABLE – config.php
-
I receive the following error after install:
Parse error: parse error, unexpected T_VARIABLE in …/forum/config.php on line 18
The code relevant to line 18 is:
// The full URL of your bbPress install
$bb->uri = ‘http://thebigo.ejoculation.com/forum/’;
I’ve tried editing this to:
// The full URL of your bbPress install
$bb->uri = “http://thebigo.ejoculation.com/forum/”;
… as suggested in similar instances, but receive the same error.
It’s official, I don’t know the answer and I’m forced to admit there are smarter people out there than me. Can someone please help?
- You must be logged in to reply to this topic.