Jump to content

Smarty Error?


lordphate

Recommended Posts


Notice: Smarty error: html_image: '../../photos/' is not a valid image file in C:\wamp\www\arshemn\smarty\Smarty.class.php on line 1083



you can see this on arshem.net/profiles/100001


here is 1083
[code]
    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/22738-smarty-error/
Share on other sites

Hmm, Well i've done a lot with Smarty before but it was a while ago. The error might not even be with taht line but with something you didn't finish or something that is being read wrong. Look Over any scripts that include that picture or picture directory. I will look over my old smarty scripts and see what i find out.
Link to comment
https://forums.phpfreaks.com/topic/22738-smarty-error/#findComment-102528
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.