Hi. I get this when I try to install it:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_VARIABLE in /home/wrestlin/public_html/forum/includes/session.php on line 1392
Can anyone help me please?
Edit:
I noticed there was an extra ) in the middle of the code, so i removed it, and now I get:
Parse error: syntax error, unexpected ';', expecting ')' in /home/wrestlin/public_html/forum/includes/session.php on line 1392
This is the line of code I have:
var $keyoptions = array('viewimg' => 0, 'viewflash' => 1, 'viewsmilies' => 2, 'viewsigs' => 3, 'viewavatars' => 4, 'viewcensors' => 5, 'attachsig' => 6, 'bbcode' => 8, 'smilies' => 9, 'popuppm' => 10, 'viewquickreply' => 11, 'viewquickpost' => 12;);
Edit again

:
When I pasted that line of code in, I noticed the extra ;. Everything has installed now

. Thanks anyway, since I found out the problem while trying to get help on here
