Everytime I try to install the forum plugin, I get this message:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/m/a/s/masontheking/html/jstklsxnet/live/plugins/forum/codebase.php on line 124
Is this from just uploading the zip, or should I unzip and load via FTP? There are really no instructions in the folder. I would like to get this to work.
Thanks for the replies.
Open codebase.php, find
if (!USER_ID && ($CONFIG['fr_guest_browse'] == 0)) {
and replace with
if (!USER_ID && (\$CONFIG['fr_guest_browse'] == 0)) {
I had the same problem.
Thx it works ;)