Reply To: WordPress caught an error with one of your plugins, NextScripts: SNAP Pro Upgrad

Forums SNAP – WordPress Plugin Forums WordPress caught an error with one of your plugins, NextScripts: SNAP Pro Upgrad Reply To: WordPress caught an error with one of your plugins, NextScripts: SNAP Pro Upgrad

#562586
NextScripts
Keymaster

    This sounds like corrupted cache.

    Please go to your WordPress database and delete option with the name “__plugins_cache_242” from your wp_options table.

    Something like

    DELETE FROM wp_options WHERE option_name=’__plugins_cache_242′;

    Just replace wp_options with your actual WP Options table name.

    *** You might need to re-enter your activation key after that.