PHP Fatal error: Smarty error: the $compile_dir ‘/tmp’ does not exist, or is not a directory. in

Please do the following steps to get this issue resolved.

Open your config.php file go to line no 110

$CONF["tempDirectory"] = Set the path to temp directory on Windows server it’s generally “C:\Windows\Temp”

Similarly edit smarty.php file and set the same path to temp directory.

$CONF["smarty"]["compileDirectory"] =
$CONF["smarty"]["cacheDirectory"] =

Leave a Reply

You must be logged in to post a comment.