Replies: 1 comment
-
Hi there 👋 Manually including that file should not be necessary. It is a special kind of "drop-in plugin" and is included automatically by WordPress, in the LudicrousDB will not proceed if the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi & thanks for the contribution to a great plugin.
I just wanted to check if the documentation wiki was missing a step of including
/** Load LudicrousDB class */
require_once( dirname( FILE ) . '/wp-content/db.php' );
I have placed this below the require_once ABSPATH . 'wp-settings.php';
I have not activated the plugin in wp plugins web interface, but had tried and I wasn't seeing requests to the other database nodes; I am since adding this require_once.
Please advise if I have done something wrong or if this is indeed a missed step, or I missed reading it :)
Beta Was this translation helpful? Give feedback.
All reactions