disable all products in your installation, and check them seperately to see which one is causing problem
Quote:
Originally Posted by nexialys
To add in the end of your config.php (add the proper line without the #):
# If you want to activate the debug in the adminCP for development:
# if(VB_AREA == 'AdminCP') $config['Misc']['debug'] = TRUE;
# if you want to disable the hooks system with all the products:
# define('DISABLE_HOOKS', true);
|