wp-config.php error messages
-
I’ve been trying to install WordPress, but I get stuck at creating the wp-config.php file. I edited wp-config-sample.php and renamed it to wp-config.php, uploaded it, and went to wp-admin/install.php, where I got this error message:
Warning: main(/home/karma/public_html/wp/wp-includes/wp-db.php): failed to open stream: No such file or directory in /home/karma/public_html/wp/wp-settings.php on line 24
Fatal error: main(): Failed opening required ‘/home/karma/public_html/wp/wp-includes/wp-db.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/karma/public_html/wp/wp-settings.php on line 24
I have a database, I have a user in that database, and the information in config is correct as far as I can see. Can anyone help?
The topic ‘wp-config.php error messages’ is closed to new replies.