my php file contains:
$smarty->template_dir = BASE_DIR.'templ ates/';
$smarty->compile_dir = BASE_DIR.'templ ates_c/';
but still get error: unable to write to $compile_dir
'/home/templates_c'. Be sure $compile_dir is writable by the web server
user
what goes wrong? how to fix?
thanks a lot!
$smarty->template_dir = BASE_DIR.'templ ates/';
$smarty->compile_dir = BASE_DIR.'templ ates_c/';
but still get error: unable to write to $compile_dir
'/home/templates_c'. Be sure $compile_dir is writable by the web server
user
what goes wrong? how to fix?
thanks a lot!
Comment