Post system rebuild blank page

Having trouble installing serendipity?
MASiR
Regular
Posts: 22
Joined: Thu Mar 31, 2005 2:30 am

on local server

Post by MASiR »

Hmm .. I get this:

Warning: Smarty error: unable to read resource: "" in C:\data\sites\serendipity\bundled-libs\Smarty\libs\Smarty.class.php on line 1084


I had to use

Code: Select all

if (!defined('S9Y_INCLUDE_PATH')) {
		define('S9Y_INCLUDE_PATH', '');
}
as local path - could that be a prob? ..
(Running on a win32 server with apache/php/mysql here) ..
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: on local server

Post by garvinhicking »

Yes, it can be that this makes problems. S9Y_INCLUDE_PATH needs to point to the path where s9y is installed.

The error message means that Smarty cannot read or write a ressource. That are usually the *.tpl files or the templates_c directory.

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