再会,
有谁知道以下问题的解决方案?
我最近使用自定义帖子模板设置了 Advanced Custom Fields 插件,并且一直在使用 Gravity Forms 提交帖子数据。在许多帖子上,一切似乎都运行良好。但是,我通过帖子编辑器屏幕更新了帖子,当我点击“更新”或“预览”时,出现以下错误:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/uswfeoab/public_html/wp-content/plugins/advanced-custom-fields/core/fields/_functions.php on line 396
这在以下错误代码之前重复了 8 次:
Warning: Cannot modify header information - headers already sent by (output started at /home/uswfeoab/public_html/wp-content/plugins/advanced-custom-fields/core/fields/_functions.php:396) in /home/uswfeoab/public_html/wp-includes/pluggable.php on line 876
我仔细查看了论坛和 ACF 网站,但找不到与 _functions.php 文件相关的错误的任何故障排除。作为参考,第 396 行的代码行是 $field = array_merge($defaults, $field);
不幸的是,这超出了我的 PHP 技能。任何建议将不胜感激!