05/04/2015 at 6:00 pm
#333371
Keymaster
@ Michael
Ok, good. Is the database name and table name correct in the error message?
Open the database in phpMyAdmin. Which tables do you see that start with:
{prefix}_connections
There should be 13 total.
Everytime Connections is activated, it looks to see if the tables exist and if they don’t it tells WP to create them.
Does the user setup for the db access have create table privileges? This would be the user you added to the wp-config.php
file.