Jump to content

HLC Help :| Smarty Error


lordphate

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.