This is a common PHP error resulting from mismatched strings or failing to terminate a line of code correctly. This is a fairly common error with new Drupal Installations and usually is due to an error in the file <root>/sites/default/settings.php.
The T_CONSTANT_ENCAPSED_STRING error is often caused by accidentally deleting a single quote (') or semicolon (;) while modifying $db_url or $base_url in the file <root>/sites/default/settings.php. If your username or password contains a quote that may also produce this error.
Simply add in the missing single quote (') or semicolon and reload the page that was giving you troubles (commonly reloading the root domain when attempting a new installation of Drupal). If that still doesn't work replace settings.php with the original file and add in your username, password, and database name again.
All Content © 2005 - 2008 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
1 day 5 hours ago
1 day 18 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 10 hours ago