try disabling mods in config.php
Originally Posted by Bob_R
Where would I find the aforementioned config.php file??
Turn off ALL MODIFICATIONS. You can do this by disabling them all but the best and highly recommended way of doing this is by locating your config.php file and edit it (make a copy of it first and do not use notepad to edit use an external editor such as notepad ++ google it etc) and at the top below <php? add this:
Code:
define('DISABLE_HOOKS', true);
|