Viewing 4 replies - 1 through 4 (of 4 total)
  • Same happened to me, I had to download the old version and upload it via FTP to solve it.
    Can’t update the plugin until this is fixed or the site will disappear giving a 503 error page to me

    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://www.ads-software.com/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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Coud not access wp admin apage again’ is closed to new replies.