japarisid Posted September 13, 2012 Share Posted September 13, 2012 Hi, We have updated to 1.4.9 and with small modifications all works fine, but we have imported new catalog (with new categories). Then, the blockcategories module (default prestashop) is empty!! We have reinstalled the module and replace the module, css, js but nothing works, continues empty. We have display_errors on, and no errors. We use a different theme (PRS010011) but at default theme it's the same. We have download another categories module and it works fine, it show all categories, but the other not. Here a picture of the 2 activated modules: First module is default prestashop (Empty) The other is one i have download and it works. What else we can do? Link to comment Share on other sites More sharing options...
musicmaster Posted September 13, 2012 Share Posted September 13, 2012 This sounds like a PHP error. So you should switch the error detection in your "config.inc.php" file on to see what goes wrong where. These are the following two lines: @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); Link to comment Share on other sites More sharing options...
Recommended Posts