Smarty error: the $compile_dir '/tmp' does not exist ... libs\Smarty.class.php
Написал Ярослав Гасов   
14.10.2008

Share this!
You can do that by find "smartytemplate.inc.php" in your vcl directory and change $this->_smarty->compile_dir = '/tmp';  to  $this->_smarty->compile_dir = './tmp';

Примечание:

В директории проекта необходимо создать пустую поддиректорию "tmp"!