Jump to content

[SOLVED] Theme error (also after backup of original clean version of the theme)


Recommended Posts

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

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

×
×
  • Create New...