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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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