Multisite database tables don’t get generated for subsites
-
Hey there,
I’m using a WordPress Multisite install and noticed errors in my PHP/Nginx logs due to the databases not being created for subsites. The main site gets the correct databases:
wp_guardgiant_ip_failed_logins
wp_guardgiant_login_activity_log
wp_guardgiant_user_failed_loginsSubsites require those databases to be, for example: wp_2_guardgiant_ip_failed_logins, wp_3_guardgiant_ip_failed_logins
I simply copied the three databases and their structures so that the subsites work with the plugin and everything seems to be good now (haven’t tested extensively, however).
Just thought I’d let you guys know. And if there’s anything else I might need to do to keep compatibility, I’d be interested in knowing! Thanks.
The topic ‘Multisite database tables don’t get generated for subsites’ is closed to new replies.