Fatal error in wp-config.php
-
Has anyone come across this error message before:
Fatal error: Failed opening required ‘//wp-settings.php’ (include_path=’.:’) in //wp-config.php on line 20If so, what should I be looking for.
The only edits I have made were to the three following lines in wp-config.php:
define(‘DB_NAME’, ‘dbname); // The name of the database
define(‘DB_USER’, ‘myname’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password’); // …and password
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fatal error in wp-config.php’ is closed to new replies.