unable to read resources
Posted: Thu May 14, 2009 10:08 pm
hi all,
i encountered this errors.
Warning: Smarty error: unable to read resource: "store_front.tpl" in C:\Moodle\Moodle19\server\moodle\tshirtshop\libs\smarty\Smarty.class.php on line 1092
the line 1092 is for this function.
where is the error ?
Thanks,
Jeff.
i encountered this errors.
Warning: Smarty error: unable to read resource: "store_front.tpl" in C:\Moodle\Moodle19\server\moodle\tshirtshop\libs\smarty\Smarty.class.php on line 1092
the line 1092 is for this function.
Code: Select all
function trigger_error($error_msg, $error_type = E_USER_WARNING)
{
trigger_error("Smarty error: $error_msg", $error_type);
}
Thanks,
Jeff.