tp5.1报这个错是怎么回事呢?

浏览:278 发布日期:2020/07/23 分类:ThinkPHP5专区
方法不存在: app\common\behavior\Config::run()
$args = $this->bindParams($reflect, $vars);

return $reflect->invokeArgs(isset($class) ? $class : null, $args);
} catch (ReflectionException $e) {
if (is_array($method) && is_object($method[0])) {
$method[0] = get_class($method[0]);
}

throw new Exception('method not exists: ' . (is_array($method) ? $method[0] . '::' . $method[1] : $method) . '()');
}
}

附件 Snipaste_2020-07-23_10-55-32.png ( 72.88 KB 下载:7 次 )

最佳答案
评论( 相关
后面还有条评论,点击查看>>