deyan4 Posted October 10, 2016 Share Posted October 10, 2016 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 More sharing options...
deyan4 Posted October 10, 2016 Author Share Posted October 10, 2016 (edited) It's already true. There's no fatal error in my error_log, and my error.csv: http://cmswebserv.com/img/errors.png I just only save a file without modifying it, and when I reload the page is blank! It doesn't happen when modifying .css files, only .tpl. Any ideas? Edited October 10, 2016 by deyan4 (see edit history) Link to comment Share on other sites More sharing options...
deyan4 Posted October 10, 2016 Author Share Posted October 10, 2016 Here are the new ones: http://cmswebserv.com/img/errors1.png I'm desperate! Link to comment Share on other sites More sharing options...
deyan4 Posted October 11, 2016 Author Share Posted October 11, 2016 It's my editor fault - Atom. I tried to open it with Notepad++ and it went fine! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now