on local server
Posted: Fri Feb 10, 2006 9:48 am
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
as local path - could that be a prob? ..
(Running on a win32 server with apache/php/mysql here) ..
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', '');
}
(Running on a win32 server with apache/php/mysql here) ..