I'm installing Wordpress. I've uploaded all the files via Filezilla. When I try to run install.php, I get the following error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in *****/wp-config.php on line 28
The error points to a line in the config file that contains the DB Host info. The actual line in the config file is:
define('DB_HOST', 'localhost');
To me, it appears that the code is correct.
Does anyone have any idea as to why this is happening?
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in *****/wp-config.php on line 28
The error points to a line in the config file that contains the DB Host info. The actual line in the config file is:
define('DB_HOST', 'localhost');
To me, it appears that the code is correct.
Does anyone have any idea as to why this is happening?
