Blank Web Site After Install

Having trouble installing serendipity?
Post Reply
Paul Buehler

Blank Web Site After Install

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Blank Web Site After Install

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply