You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the secure-db-connection plugin trying to install itself before WordPress has installed. For the most part it's a mild annoyance at the install stage and shouldn't impact you if you manage to succesfully install WordPress.
If it does prevent you from installing then you need to remove the plugin as a requirement until after you've installed, which isn't particularly elegant.
For what it's worth, I resolved this issue in my project by using this to load my MU plugins and have a modified version commited to my project's repo. I've modified it to suit my needs, and got around the problem in this ticket by checking to see if WP_INSTALLING is set to true and bailing out of loading any MU plugins if it is.
I'm not sure how it would fit in with this repo, as I only used it as a reference for setting my project up for Heroku, but hopefully it'll help.
@djgadd is correct, this is a harmless (expected) error. This stems from the fact that there is no database to record the mu-plugin info before the WordPress database is created.
Hi,
I got this error at the installation:
I wonder what this error means?
The blog seems to work, but I'm new to WP so maybe this could lead to a problem in the future.
The text was updated successfully, but these errors were encountered: