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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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