lordphate Posted July 19, 2006 Share Posted July 19, 2006 Fatal error: Call to undefined function: trigger_error() in /home/arshemn/public_html/test/class/smarty/Smarty.class.php on line 1601[code] /** * trigger Smarty error * * @param string $error_msg * @param integer $error_type */ function trigger_error($error_msg, $error_type = E_USER_WARNING) { trigger_error("Smarty error: $error_msg", $error_type); }[/code] Link to comment https://forums.phpfreaks.com/topic/15088-hlc-help-smarty-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.