390行代码: 感谢"/> 390行代码: 感谢">

Home >Backend Development >PHP Tutorial >wordpress 模版报错 Invalid arguments passed in /home/tubie/tubie.me/public/wp-includes/post-template.SegmentFault

wordpress 模版报错 Invalid arguments passed in /home/tubie/tubie.me/public/wp-includes/post-template.SegmentFault

WBOY
WBOYOriginal
2016-06-06 20:52:231285browse

报错内容:Warning: join() [function.join]: Invalid arguments passed in /home/tubie/tubie.me/public/wp-includes/post-template.php on line 390
class="">

390行代码:wordpress 模版报错 Invalid arguments passed in /home/tubie/tubie.me/public/wp-includes/post-template.SegmentFault

感谢

回复内容:

报错内容:Warning: join() [function.join]: Invalid arguments passed in /home/tubie/tubie.me/public/wp-includes/post-template.php on line 390
class="">

390行代码:wordpress 模版报错 Invalid arguments passed in /home/tubie/tubie.me/public/wp-includes/post-template.SegmentFault

感谢

这个函数本身没什么问题 ...

用 php 的 debug_print_backtrace() 函数检查一下是从哪里调用出错的 ...

然后修改调用的地方就好了 ...

grep -R "get_body_class" *

命令找找那个函数在哪

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
Previous article:php 加速问题Next article:二进制图片如何显示出来