Azurafiles Posted September 23, 2010 Share Posted September 23, 2010 Not sure what just happened, but my theme pres6a does not work.It only shows a part of the header (a small one)I have backup, but even after I apply the theme from scratch, it still does not work right.The default prestashop theme works fine.What can be the reason for this?I would think after deleting the theme from the server, and then uploading it again with the original should do the trick, but no.Please help me on this one, thanks. Link to comment Share on other sites More sharing options...
Cal Posted September 23, 2010 Share Posted September 23, 2010 When there is a php error (a module error for example) the page stops displaying. You can display errors in config/config.inc.php (replace 'off' by 'on') : /* Debug only */ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); Link to comment Share on other sites More sharing options...
Azurafiles Posted September 23, 2010 Author Share Posted September 23, 2010 works now, thanks Link to comment Share on other sites More sharing options...
Recommended Posts