PHP Parse error – Syntax error
-
Hello,
When I go to my website I get an http error 500, after checking the error logs I see:
PHP Parse error: syntax error, unexpected’:’, expecting ‘)’ in my wp_config.php file on line 70
$table_prefix = ‘wp_’;
define(‘WP_DEBUG’, true);
define(‘WP_HOME’,’https://howardsternforever.com’);
define(‘WP_SITEURL’,’https://howardsternforever.com’);I recently had to rebuld my apache server and upgrade cpanel, it is a compatibility issue? Do I need to change my version of php I’m using?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Parse error – Syntax error’ is closed to new replies.