各位大哥来帮小弟看看这个问题该怎么样解决

2016-07-07 15:02 来源:www.chinab4c.com 作者:ecshop专家

Warning: include_once(D:/freehost/wenzhengzhi1/web/uc_client/client.php) [function.include-once]: failed to open stream: No such file or directory in D:\freehost\wenzhengzhi1\web\includes\lib_common.php on line 2153

Warning: include_once() [function.include]: Failed opening 'D:/freehost/wenzhengzhi1/web/uc_client/client.php' for inclusion (include_path='.;D:/freehost/wenzhengzhi1/web/') in D:\freehost\wenzhengzhi1\web\includes\lib_common.php on line 2153

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'uc_feed_add' was given in D:\freehost\wenzhengzhi1\web\includes\lib_common.php on line 2156

我打开lib_common.php文件 2153的代码是如下:
include_once(ROOT_PATH . 'uc_client/client.php');
2156代码如下:
$res = call_user_func_array($func, $params);


我很早以前是有用UC与ECSHOP整合 但是都可以删除了UC的目录了 为什么会出现这个错误呢 该怎么解决呢