Hello,
Thanks for the fast response.
Yes I downloaded my root htaccess via FTP and found some remnant BPSP define ini rules remaining and deleted them.
/** BEGIN BPS Pro ini_set Settings **/ @error_reporting(E_ALL|E_STRICT); @ini_set('log_errors','On'); etc etc
I also found 2 lines of remaining WP super cache a code in the wp-config.php file as suggested.
define( 'WPCACHEHOME', '/hom***/dev***/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager define('WP_CACHE', true); //Added by WP-Cache Manager
Hopefully this will make a difference in the backend stability. I’ll let you know shortly. Thanks Again..