Parse error: syntax error, unexpected ')'
-
I recieve the following error when I try to install WordPress 3.0.5:
Parse error: syntax error, unexpected ')' in /f5/danielbryant/public/blog/wp-config.php on line 93
Line 93 (and previous) are as follows:
/* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); hp');
Any help is much appreciated.
EDIT: I realized a mistake here. The last line is a copy of the prior line. I deleted that. Now, I get the following message:
Error establishing a database connection.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Parse error: syntax error, unexpected ')'’ is closed to new replies.