PDA

View Full Version : how do we disable all products, from config.php


TimberFloorAu
12-17-2009, 09:26 AM
I remember Lynne explaining, could someone help?

Vaupell
12-17-2009, 09:28 AM
ermm do you mean

as the first line you enter

define("DISABLE_HOOKS", true);


cause this will disable all products installed

bluidkiti
12-17-2009, 10:48 AM
In the config.php file at the top below <php? add this:

define('DISABLE_HOOKS', true);

You can see this in this thread http://www.vbulletin.com/forum/showthread.php?325409-How-to-Backup-before-Upgrading-to-4-0 under where it says Step 3.