Home >Backend Development >PHP Tutorial >这种异常怎么追根寻源呢

这种异常怎么追根寻源呢

WBOY
WBOYOriginal
2016-06-13 12:16:44965browse

这种错误如何追根寻源呢
Base Error: function web_config1Op not in web_configControl!
上面是某源码中的提示,后台的
如何找到这个页面呢
------解决思路----------------------
看提示是
function web_config1Op 不存在於 web_configControl這個類中

打開web_configControl, 查找一下function web_config1Op 是否存在。
------解决思路----------------------
文件夹全文搜索web_configControl

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn