I get this error after putting in my database info during the drupal 7 installation. Any clue what would cause this?

Warning: Unexpected character in input: ' in /home2/qualiub5/public_html/summydesigns/includes/database/mysql/database.inc on line 143

Parse error: syntax error, unexpected T_STRING in /home2/qualiub5/public_html/summydesigns/includes/database/mysql/database.inc on line 144

Comments

gp177’s picture

You have an extra ' or " somewhere in your connection string on line 143.

Make sure all your quotes line up correctly.