TP5应用首次加载出错刷新后正常的问题,还望大神们指导,
错误提示:
PHP Fatal error: Uncaught exception 'think\exception\ErrorException' with message 'Undefined index: first' in D:\TP5\tpl\think_exception.tpl:196
原因分析:
1、根据错误提示(<?php echo $source['first']; ?>),$source['first']无值?
2、配置原因(TP5目录外置)