Page 1 of 1

Can't find what this error is pointing to

Posted: Fri Jul 13, 2007 9:43 am
by snowrhythm
i'm getting this error:

Parse error: parse error, unexpected ';', expecting T_FUNCTION ... on line 20

but there's no ; on line 20! i've looked everywhere for it, and i can't find it. has anyone run into this before?

Posted: Fri Jul 13, 2007 9:50 am
by purinkle
Is there one at the end of line 20?

Check that there is one at the end of line 19 as well

Posted: Fri Jul 13, 2007 9:52 am
by snowrhythm
nope, i've side-scrolled that document a million times, no ;

Posted: Fri Jul 13, 2007 9:57 am
by purinkle
Are all your " and ' closed?

Posted: Fri Jul 13, 2007 10:06 am
by snowrhythm
found the problem...i closed a php tag before the last curly brace of a class and that messed it up i guess.

Posted: Fri Jul 13, 2007 11:23 am
by RobertGonzalez
Can you edit your title to include [SOLVED] in it so guys like me don't open it? ;)