Trying to install WordPress but get this Parse error
-
I get this error when I try to install WordPress:
Parse error: syntax error, unexpected ‘$table_prefix’ (T_VARIABLE), expecting identifier (T_STRING) in /Applications/XAMPP/xamppfiles/htdocs/wp-config.php on line 68
Please help and thank you in advance.
Here are the lines with errors
Line 68: $table_prefix = “wp_”;
Line 92: if ( !defined(‘ABSPATH’) )\
Line 95: require_once(ABSPATH . ‘wp-settings.php’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Trying to install WordPress but get this Parse error’ is closed to new replies.