写debug.php
<?php @error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING); @ini_set('display_errors', 1); require './index.php';
然后访问这个php试试,比如 x.cn/blog/debug.php?c=user&a=index
这样的话,如果遇到错误,应该会输出具体的错误提示。
require_once "****";echo "<br>",$className;
写debug.php
然后访问这个php试试,比如
x.cn/blog/debug.php?c=user&a=index
这样的话,如果遇到错误,应该会输出具体的错误提示。
我在自动加载函数的语句里加了一句
然后就能跟踪脚本执行过程,
到这儿就停了。
范围缩小就好找了
改完之后!