Smarty Error

I have been getting a reocurring error for many weeks/months now but it does not seem to affect my website. I subscribe to the laws - “If it ain’t broke, don’t fix it!”

Now my curiosity has gotten the better of me and I would appreciate comments on what the following error could be. Clearly it is what it says it is but how does one correct this error?

[29-Jul-2016 21:56:38 Australia/Adelaide] PHP Warning: Smarty error: unable to read resource: “” in /home/neigh/public_html/core/smarty/Smarty.class.php on line 1093

I know you are interested what is on line 1093 so here it is:

    /**
     * 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);
    }


    /**

Thanks in advance for your help.

Regards,

Don

Don,

it depends where the error occurs. Very often, this happens because a CMS page broke so let us know or give us a screen shot where you determined it :wink:

See you!

Marco,

Indeed. I have not seen any pages that are broken. I only noticed this error when I went looking through the logs. If I find a problem I can perhaps put two and two together.

Cheers