Plugin breaking on WP multisite
-
This plugin is breaking my client’s WP Multisite install. I believe the problem stems from incorrect code in the plugin’s index.php file. When it runs the function run_db_provisioning(), it calls add_option(); however, when it runs the function name_directory_update_db_check() later, it calls get_site_option(), which returns false on multisite and causes it to continually call run_db_provisioning(). This should work fine on a normal install, but for multisite, it breaks and causes 504/520 errors. Is there a reason run_db_provisioning() does not use add_site_option() instead of add_option() to allow for use on multisite installs?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Plugin breaking on WP multisite’ is closed to new replies.