Jump to content

Blank page after a file change


Recommended Posts

Hello,

 

I'm getting a blank page everytime I change some file. It happens even if I modify something, undo the change and save it.

 

As far as I read about that it's a cache issue.

 

I've got my smarty.config.inc.php that way:

$smarty->caching = false;
$smarty->force_compile = (Configuration::get('PS_SMARTY_FORCE_COMPILE') == _PS_SMARTY_FORCE_COMPILE_) ? true : false;
$smarty->compile_check = (Configuration::get('PS_SMARTY_FORCE_COMPILE') <= _PS_SMARTY_CHECK_COMPILE_) ? true : false;

How can I freely modify my files without getting this frustrating issue?

 

Thank 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...