Jump to content

[SOLVED] Blank pages w/ no error messages...


Recommended Posts

Am I missing something, or is it normal whenever there is an error during development for Prestashop we just get a blank page w/ out error messages. It really makes development difficult as instead of getting an error message to work with, we get nothing, just a blank page...

Is there a place to turn error messages on/off somewhere or something?

Link to comment
Share on other sites

Received this from Rocky in another post:

You can modify config/config.inc.php and change ‘display_errors’ from ‘off’ to ‘on’ whenever you want to see error messages instead of just a blank page. Remember to change it back when you’re finished though, since the error messages reveal the full path of your site, which could be used to identify the username of your site.
Link to comment
Share on other sites

×
×
  • Create New...