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
I noticed that when the plugin is used in a multisite installation, then for the subsites which are created after the activation of the plugin the function
pp_series_upgrade_function() which alters the wp_xx_terms table etc, is never executed, so there are some PHP errors in the error log.
I noticed that when the plugin is used in a multisite installation, then for the subsites which are created after the activation of the plugin the function
pp_series_upgrade_function() which alters the wp_xx_terms table etc, is never executed, so there are some PHP errors in the error log.
If a subsites are created after activation of the plugin, then they don't need the pp_series_upgrade_function() function as that function is for existing series. That explains why the function never run for new subsite.
On the error, providing the error log will help in knowing what the issue is.
For now, I'll leave this out of the current milestone and we've also added button in the settings area to manually run this migration if the need be.
Original report: https://wordpress.org/support/topic/multisite-the-pp_series_upgrade_function-never-executed/
I cannot see the error on my testing
The text was updated successfully, but these errors were encountered: