• Resolved thai

    (@thai)


    I keep getting this error

    Parse error: syntax error, unexpected ‘}’ in /home/angry/public_html/wp-content/themes/prosumer-10/functions.php on line 41

    Line 41 reads as follows:

    </i><?php } ?>

    What did I do wrong?

Viewing 1 replies (of 1 total)
  • erikreagan

    (@erikreagan)

    It sounds like you may have closed your conditional or function or whatever has the curly brace already. If this is not the case then the php line before it may have not been closed with a semi-colon. There are a number of syntax errors that could cause this. Without looking at the code prior to line 41 there’s no way for anyone here to know.

    If you want to post some lines before go for it – if you’d like you can IM me @ erikreagan (aim screenname)

    FYI – the } and ) are fairly different in programming 😉

Viewing 1 replies (of 1 total)
  • The topic ‘Parse Error ‘)’ Please help!’ is closed to new replies.