Mar 4th, 2009, 3:37 PM
Here's something else you could try, but it involves a bit of brain surgery.
Edit the /global/code/themes.php page and go to line 178. There, you'll find this line:
Edit the /global/code/themes.php page and go to line 178. There, you'll find this line:
PHP Code:
<?php
$g_smarty->compile_dir = "$g_root_dir/themes/$theme/cache/";
Remove the trailing slash, to make it this:
PHP Code:
<?php
$g_smarty->compile_dir = "$g_root_dir/themes/$theme/cache";
