Quote:
Originally Posted by wingrider
OK, I got as far as deleting 'pluginlist'. How do I disable the product? I still can't open the AdminCP... I get: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/init.php on line 271 on the html page.
|
The easiest way is to go to your config.php and just after the
add this
PHP Code:
define('DISABLE_HOOKS', true);
This disables all plugins on the site.
Then login to your ADMINCP and uninstall the product. Then just delete that line from config file and reupload it.