1.渲染模板出现No input file specified.

解决:在public下有个.htaccess文件将

  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]改为
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]



2.出现

页面错误!请稍后再试~

请先在config.php将调试模式改为true;


3.tp5新手易犯问题No input file specified.是因为拼路径那少加个index。



相关文章: