1. Smarty configuration
Smarty cache
In index.php
Search |
Action |
By |
$smarty->caching = false; |
replace |
$smarty->caching = true; |
$smarty->cache_lifetime = 0; |
replace |
$smarty->cache_lifetime = 0; // 10mn |
Smarty Path
Search |
Action |
By |
$smarty->addPluginsDir |
replace |
Your path value |
$smarty->template_dir |
replace |
Your path value |
$smarty->compile_dir |
replace |
Your path value |
$smarty->cache_dir |
replace |
Your path value |
Smarty Debug
Search |
Action |
By |
$smarty->debugging = false; |
replace |
$smarty->debugging = true; |
2. Paste configuration
* Prefix database
* Charset
* Pagination