1
I have installed the module blog
XoopsLifeType.1.0.2.RC
on XOOPS v 2.4.4 and php5+
and is giving me this fatal error
Fatal error: require_once() [function.require]: Failed opening required 'SMARTY_DIR/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/malspo99/public_html/modules/lifetype/class/template/template.class.php on line 20
None All Errors (2) Deprecated (0) Queries (12) Blocks (0) Extra (2) Timers(3)
Errors
Notice: Use of undefined constant SMARTY_DIR - assumed 'SMARTY_DIR' in file /modules/lifetype/class/template/template.class.php line 20
Warning: require_once(SMARTY_DIR/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in file /modules/lifetype/class/template/template.class.php line 20
Line 20 of /template.class.php says:
require_once SMARTY_DIR.'/Smarty.class.php';
Any clues to solve this and on the same subject whats the latest Blog Module for XOOPS is the best to use?
Ray