我已经下载了 yiidebugtb 扩展并将它放在 protected/extensions 目录中,所以XWebDebugRouter.php
文件的路径是protected/extensions/yiidebugtb/XWebDebugRouter.php
. 然后我更新了main.php
配置文件,以便我'application.extensions.yiidebugtb.*',
在“导入”部分添加了这一行,所以这个扩展是自动加载的。
但是,当我尝试访问我的应用程序的主页时,我收到了这个错误
include(XWebDebugRouter.php): failed to open stream: No such file or directory
在 YiiBase.php(421) 中。任何人都可以帮忙吗?谢谢。