Basic Fix For Product Problems

Status
Not open for further replies.

KrazyFire

New Member
This is a quick way to fix your products that has malfunctioned the database so you can disable it in admincp and hopefully uninstall it

Open up config.php inside your includes folder
2qujej8.jpg

now under
Code:
<?php

Add This
Code:
define('DISABLE_HOOKS', true);

so it looks like this
nzp1sl.jpg

Click save and upload config.php into your includes folder.
 
Status
Not open for further replies.
Top