php wordpress 的一个警告,该怎么解决

WBOY
Release: 2016-06-13 13:16:40
Original
1518 people have browsed it

php wordpress 的一个警告
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'importFile' not found or invalid function name in /home/wwwroot/bocserver.bestv.cn/boc/wp-includes/plugin.php on line 395

这个警告怎么去掉,或者是怎么设置不让他显示出来。

------解决方案--------------------
你改过什么? 找到 395 行 call_user_func_array() 函数中 第一个参数 'importFile' 是否写错(大小写)。
------解决方案--------------------
无效返回值 importFile函数没有找到
------解决方案--------------------

探讨

问题解决了:php升级到5.4以后导致的 解决的办法就是在 php的配置文件php.ini中找到display_errors = Off(把on 改为Off就OK了)

------解决方案--------------------
探讨

确实如此:

在wordpress 中可以使用 @ini_set('display_errors','Off');关掉错误输出。

比在php.ini中方便多了。
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!