After the system is deployed, the report:
2015-04-27 16:40:44 ERR error:header function does not exist in E:\phproot\app\base\lib\component\compiler.php on line 36 8, severity:256, file:e:\phproot\app\base\lib\component\compiler.php, line:368
Access backstage
localhost/index.php/shopadmin/, Pao
2015-04-27 16:36:00 ERR error:t function does not exist in E:\phproot\app\base\lib\component\compiler.php on line 368, SE verity:256, file:e:\phproot\app\base\lib\component\compiler.php, line:368
Seems to be a compilation problem,
How can I resolve this?
Reply to discussion (solution)
I found the problem, T or header are all functions in the template
<{header}>
That is, the view function in MVC, no way to parse, how to solve?
Since the error shows that T,header does not exist, you can check the source to see if you've forgotten the definition.