Jump to content

Blank Page after erasing folder Smarty/compile


Recommended Posts

Hi
I'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

  • 1 month later...

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