Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Parse error: syntax error, unexpected T_STRING upon Installation


chrishajer
Participant

@chrishajer

I am guessing there is a problem in bb-config.php right before line 20, which would be the secure auth key. My guess is something there is not escaped properly. Can you check that? A file editor that has syntax highlighting will show it right away since the string will no longer be color coded as “quoted” if a character is not escaped properly. vim is a good command line editor for this if you have a shell. Notepad++ is good too. Doesn’t matter which editor you use so long as it can do syntax highlighting for a php file.

Skip to toolbar