Trouble Installing Forum Plugin for 1.5 Trouble Installing Forum Plugin for 1.5
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Trouble Installing Forum Plugin for 1.5

Started by chuckMc63, October 28, 2011, 09:26:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

chuckMc63

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.

ΑndrĂ©

Open codebase.php, find
if (!USER_ID && ($CONFIG['fr_guest_browse'] == 0)) {
and replace with
if (!USER_ID && (\$CONFIG['fr_guest_browse'] == 0)) {

egorip