I took a closer look at your smarty error. Make sure that the chown on your templates_c directory is nobody/nobody and that the directory is chmod'd to 777. I think smarty is trying to recompile your home.tpl (because you made changes to it), but can't because the templates_c directory isn't set up properly.
|