› 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
May 22, 2019 at 7:50 pm #562586
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.