实时站点上的CodeIgniter未加载控制器类

Rya*_*iss 5 php codeigniter

我正在尝试在生产服务器上设置我的网站,并且基本上在/system/core/CodeIgniter.php中的第291行崩溃:

//instantiate the requested controller

// Mark a start point so we can benchmark the controller
$BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start');

$CI = new $class();
Run Code Online (Sandbox Code Playgroud)

该类是“ auth”(来自tank_auth库),因此在“ $ CI = new auth();”上崩溃。

它不会产生错误(为什么?),仅显示空白页。所有这些在本地都可以正常工作。

有没有人有类似的问题?

小智 1

查看生产服务器上 php 中的 include_path 和/或使用开发环境创建其他前端以查看错误