wp-env: Error: ‘wp-config.php’ not found.
-
so i’m trying to get wp-env working on local. I got the basic functionality to work. I can see wp on localhost:8888 and I can load my theme.
I’m having issues all of sudden with wp-config.php though, when I try to start wp-env.
<blockquote>Error: 'wp-config.php' not found. Either create one manually or use <code>wp config create</code>. </blockquote>
When I do a
wp config create --dbname=my_db_name ....
it doesn’t make any difference. Even when I pass the db details along on the wp-env command line. I still get the same error.
I’ve tried adjusting the file permissions of wp-config.php.
I’m on …
dara@laptop-20-04:~/git_repos/haha_git$ wp-env --version 1.4.0
what’s the latest version of wp-env and how do I upgrade?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp-env: Error: ‘wp-config.php’ not found.’ is closed to new replies.