Jump to content

how disable cache & logs in Prestashop from VPS server


lse123

Recommended Posts

  • 1 month later...

Hi,

 

You can try this:

 

From there, navigate the path /config/defines.inc.php
Open up the defines.inc.php file in your preferred text editor.
Find the line of code that reads "@ini_set('display_errors', 'on')"  
Change it to read "@ini_set('display_errors', 'off')"
Save the config.inc.php file back to the path, overwriting the existing file if needed.
 
Hope this help you
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...