Page 2 of 2

on local server

Posted: Fri Feb 10, 2006 9:48 am
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) ..

Re: on local server

Posted: Fri Feb 10, 2006 11:41 am
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