当前位置:Gxlcms > PHP教程 > wordpress模版报错Invalidargumentspassedin/home/tubie/tubie.me/public/wp-includes/post-template.SegmentFault

wordpress模版报错Invalidargumentspassedin/home/tubie/tubie.me/public/wp-includes/post-template.SegmentFault

时间:2021-07-01 10:21:17 帮助过:4人阅读

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

390行代码:

感谢

回复内容:

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

390行代码:

感谢

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

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

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

grep -R "get_body_class" *

命令找找那个函数在哪

人气教程排行