I tried to do a fresh install since my upgrade did not work at all. After install I get this error:
Fatal error: Smarty error: the $compile_dir '/home/photolot/public_html//templates_c' does not exist, or is not a directory. in /home/photolot/public_html/lib/smarty/Smarty.class.php on line 1088
Here is my setup:
$site_url = "http://photolot.com/";
$base_path = "/home/photolot/public_html/";
$theme_path = $base_path . "themes/";
$admin_template_path = $base_path . "admin_tpl/";


