05-06-2011, 02:28 PM
try
and remove line 164:
WARNING
change your content folder:
==>
and create /web/htdocs/www.mydomain.com/home/dms/data folder.
doudoux
PHP Code:
var $_httpRoot = "/dms/";
and remove line 164:
PHP Code:
require('Smarty.class.php');
WARNING
change your content folder:
PHP Code:
var $_contentDir = "/web/htdocs/www.mydomain.com/home/dms/";
PHP Code:
var $_contentDir = "/web/htdocs/www.mydomain.com/home/dms/data";
doudoux