Page 1 of 1

unable to read resources

Posted: Thu May 14, 2009 10:08 pm
by ubsacc2004
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.

Code: Select all

 
  function trigger_error($error_msg, $error_type = E_USER_WARNING)
    {
        trigger_error("Smarty error: $error_msg", $error_type);
    }
 
where is the error ?

Thanks,
Jeff.

Re: unable to read resources

Posted: Thu May 14, 2009 10:40 pm
by Benjamin
I think the important question here is, "Where is store_front.tpl?"

Re: unable to read resources

Posted: Fri May 15, 2009 1:42 am
by ubsacc2004
C:\Moodle\Moodle19\server\moodle\tshirtshop\presentation\templates

this is the location filepath.

Thanks,
Jeff.