Use of undefined constant DB_USER
-
Lately I have been getting the following errors:
[10-Aug-2018 01:38:06 UTC] PHP Warning: Use of undefined constant DB_USER – assumed ‘DB_USER’ (this will throw an Error in a future version of PHP) in /path/wp-includes/load.php on line 404
[10-Aug-2018 01:38:06 UTC] PHP Warning: Use of undefined constant DB_PASSWORD – assumed ‘DB_PASSWORD’ (this will throw an Error in a future version of PHP) in /path/wp-includes/load.php on line 404
[10-Aug-2018 01:38:06 UTC] PHP Warning: Use of undefined constant DB_NAME – assumed ‘DB_NAME’ (this will throw an Error in a future version of PHP) in /path/wp-includes/load.php on line 404
[10-Aug-2018 01:38:06 UTC] PHP Warning: Use of undefined constant DB_HOST – assumed ‘DB_HOST’ (this will throw an Error in a future version of PHP) in /path/wp-includes/load.php on line 404Recently I have updated my server to PHP 7.2. Is this not yet supported by WordPress and will these errors be fixed later on?
- The topic ‘Use of undefined constant DB_USER’ is closed to new replies.