> > On 10/5/2006, "whoisquilty" <[EMAIL PROTECTED]> wrote: > > > > >I keep getting parse errors on blank lines and lines that don't have any > > > > > >Parse error: parse error, unexpected '}' in > /x/x/x/x/sections/productions/index.php on line 691 > > > > > >What could the problem be? I've rechecked all of the brackets to make > > >sure that they've all > > >got open and close brackets. But, it's still giving me the errors. > > > > > >The odd thing is that I'm just reusing this code. I'm redesigning the > > >site and modifying existing code. > > > > > >Any suggestions?
> --- In [email protected], "Mike Franks" <[EMAIL PROTECTED]> wrote: > > > > Also check for open/close quotes (strings that aren't ended). This is > > easiest if you have a PHP-aware editor that uses colors to highlight > > syntax. > > > > Mike --- whoisquilty <[EMAIL PROTECTED]> wrote: > I've checked the quotes around area of the problem. Everything seems normal. > > Again, I haven't changed any of the code that is giving me an error. I don't think anyone can help you on this without seeing some code. Mike had the same suggestion I have about checking both single and double quotes and parentheses. Somehow you haven't closed everything before you tried to open a curly brace set. An extra semicolon could be an issue as well. There are too many possibilities to try to second-guess it. Supply some code +/- the line that PHP is complaining about and someone can surely spot it faster than "playing 20 questions". James Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/php-list/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
