polparo Posted June 16, 2011 Share Posted June 16, 2011 HiI'd like to know why my site become white when i delete the content og Smarty/compile folder.Actually my smarty.class.php page is set to:var $debugging = false;var $compile_check = true;var $force_compile = false;var $caching = 0;And My smarty.config.inc.php is set to:$smarty->caching = false;$smarty->force_compile = false; // to pass "false" when put into production$smarty->compile_check = false;When i change $smarty->force_compile to TRUE, my website become white, but in the compile directory, the page are created. Why? How i have to set this value for force compile my site? Now i can't change my TPL file....... and i can't change my site....I attach two file, Smarty.class.php and smarty.config.inc.php.i must change other file?Thanks a lot. Smarty.class.php smarty.config.inc.php Link to comment Share on other sites More sharing options...
andusbeckus Posted July 20, 2011 Share Posted July 20, 2011 Did you find a resolution to this? I have the same problem! 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