php错误 分析

Posted 林间有风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php错误 分析相关的知识,希望对你有一定的参考价值。

----------------------------------------------------------------------------------------------------

服务器 mysql未连接


苹果:

1.商品详情,不能上滑到产品

2.搜索之后,无首页

3.商品详情页->不能滑到底部

 

----------------------------------------------------------------------------------------------------

 

TP5:

 

译:调用未定义的方法app index controller索引::fetch()

改:class Index extends Controller{  }

 

-----------------------------------------------------------------------------------------------------

译:类“app \\指数\\ \\控制器”不见了

改:use think\\Controller;

 

以上是关于php错误 分析的主要内容,如果未能解决你的问题,请参考以下文章