Page 1 of 1

After an upgrade of CCleaner plugin to build 1.0.4.x can't open license manager

Posted: Wed Feb 14, 2018 2:08 pm
by Cubert
Depending on where your upgrading from you might run into this issue at some point when upgrading from a older build (1.02.x or 1.03.x).
Capture1.PNG
Capture1.PNG (24.43 KiB) Viewed 8732 times

Drop all the tables in SQL by executing the following in SQLYog

Code: Select all

DROP TABLE plugin_sw_ccleaner_config; 
DROP TABLE plugin_sw_ccleaner_analyze; 
DROP TABLE plugin_sw_ccleaner_analyze_detail; 
DROP TABLE plugin_sw_ccleaner_clean; 
DROP TABLE plugin_sw_ccleaner_clean_detail; 
DROP TABLE plugin_sw_ccleaner_enable; 
DROP TABLE plugin_sw_ccleaner_configs; 
DROP TABLE plugin_sw_ccleaner_exclude;
Then restart the DBagent to recreate the tables. Re-enable the clients and apply licenses.