Plugin Author
Ajay
(@ajay)
Hi,
I am currently working on a fix. I’ve opened up a separate thread to consolidate issues. Please see at:
https://wordpress.org/support/topic/issues-with-20-21
Plugin Author
Ajay
(@ajay)
Hi,
I am currently working on a fix. I’ve opened up a separate thread to consolidate issues. Please see at:
https://wordpress.org/support/topic/issues-with-20-21
Plugin Author
Ajay
(@ajay)
Hi,
On further checking, it appears the code creating the issue was the function tptn_read_options()
Deleting out this piece of code from the top-10.php file in your broken install and reactivating the plugin should fix the errors:
You can find this around line 1139 in top-10.php
$installed_ver = get_option( "tptn_db_version" );
if ( $installed_ver != $tptn_db_version ) {
tptn_activation_hook( $network_wide );
}
I just tried this out on my two sites that broke because of the upgrade.
I will release a fix shortly.
Plugin Author
Ajay
(@ajay)
Hi,
I’ve released v2.0.1 which fixes this issue. Please upgrade your plugin.