Page 1 of 1

Blank Web Site After Install

Posted: Thu Jan 19, 2006 3:21 am
by Paul Buehler
Hello,

After what I thought was a sucessful install, the main blog page will not load, just a blank screen. The admin page loads just fine. Here is the error msg..


[Wed Jan 18 20:44:49 2006] [error] PHP Warning: Smarty error: (secure mode) accessing "file:/www/buehlers/docs/templates/default/entries.tpl" is not allowed in /www/buehlers/docs/bundled-libs/Smarty/libs/Smarty.class.php on line 1088

Re: Blank Web Site After Install

Posted: Thu Jan 19, 2006 11:26 am
by garvinhicking
How did you configure your serendipity paths in the configuration? It seems that Smarty is not allowed to access a template file because a directory is not party of the security inclusion directories.

If you know some PHP you could look up the included dirs in include/functions_smarty.inc.php within the serendipity_smarty_init() function?

Regards,
Garvin