Log in

View Full Version : how to uninstall plugin without entering admincp


hraweb.com
02-21-2006, 09:58 AM
i installed "display pm on forum home when unread by zero tolerance"

installed on 3.53 with hacks who visited the board today and pm preview and i now have big problems. without this last hack everything worked great

when i read pm i get this on top of my banner

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1064) : eval()'d code on line 3

and i can not even go to adminpanel to uninstal this stupid hack becouse all i get is this when i click on admincp

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1064) : eval()'d code on line 3

how can i fix this?

edit manualy with phpmyadmin , what to edit, how to uninstall this

Marco van Herwaarden
02-21-2006, 11:25 AM
Disable the Plugin system by temporary adding the following line to your ./includes/config.php:

define('DISABLE_HOOKS', 1);

Now remove the plugin that give you problems.

Don't forget to remove that line again from your config to enable the plugin system.

hraweb.com
02-21-2006, 11:34 AM
thanks a lot, it works now :)