PDA

View Full Version : syntax error when i click a members name- please help


VBUsers
11-10-2006, 08:00 AM
when i click on a members name i get this

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/steve/public_html/talkgfx/member.php on line 27

G0F0RBR0KE
11-10-2006, 11:43 AM
Have you install any recent hacks to your board???
If so, please name them...

Also disable them and then enable it...

r007
11-10-2006, 12:44 PM
Hey -

I'm not sure if it is hack related or not, but if it is (And you really want to keep the hack) the reason it happened is because there isn't a , on the line before the error

For instance, it might read
$phrasegroups = array(
'wol',
'user',
'messaging'
'blah'
);
When it should read
$phrasegroups = array(
'wol',
'user',
'messaging',
'blah'
);

VBUsers
11-10-2006, 05:36 PM
its fixed with the upgrade to 3.6.3. i never did find out what caused it. i have about 4 or 5 hacks. thanks all. i i get it again ill post it here.