任然安装不了错误如下:
Discuz! System ErrorOops! System file lost: class/3tokis/3tokis_gvw.php
PHP Debug
No. | File | Line | Code | 1 | xwb/install/index.php | 23 | require_once(%s) | 2 | xwb/plugin.env.php | 37 | XWB_plugin::getUser() | 3 | xwb/lib/core.class.php | 243 | XWB_plugin::O(%s) | 4 | xwb/lib/core.class.php | 426 | call_user_func_array(Array, Array) | 5 | | | spl_autoload_call(%s) | 6 | | | core::autoload(%s) | 7 | source/class/class_core.php | 125 | core::import(%s) | 8 | source/class/class_core.php | 92 | break() |
www.quanzi123.com 已经将此出错信息详细记录, 由此给您带来的访问不便我们深感歉意.
看了网上很多人跟我的情况一样,是不是跟安装环境有关:
我的配置
IIS FastCGI , PHP 5.3.10 版本
请网上跟我有同样问题的嗮一下配置环境
分析源代码看好像是核心类的加载出了问题(xwb/lib/core.class.php):
function &O($oRoute){
$p = func_get_args();
array_splice($p, 1, 0, array('cls',true));
$o = call_user_func_array(array('XWB_plugin','_cls'),$p);
执行到这一步就自动加载不存在的类名文件,请高手给点意见
|