Hi there,
I’m eager in starting to use Acf Composer, but I’m having problems getting Acorn to work in my theme…
Just running wp acorn
from my sage10 theme already results in this error:
Warning: mysqli_real_connect(): (HY000/1045): Access denied for user 'user'@'localhost' (using password: YES) in /path/to/my/project/site/web/wp/wp-includes/wp-db.php on line 1653
Error: `Access denied for user 'user'@'localhost' (using password: YES)`
Error establishing a database connection
This either means that the username and password information in your `wp-config.php` file is incorrect or we can’t contact the database server at `localhost`. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure you have typed the correct hostname?
Are you sure the database server is running?
If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums. `Access denied for user 'wearee'@'localhost' (using password: YES)`
In my web folder I have added the correct credentials to the wp-cli.yml file and running wp @development
from my theme folder gives no errors?
Clearly I’m missing something, but don’t know what?
Thanks for any pointers!
p.s. Im still on Composer 1.10.15, is 2.* required for Acorn?