欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

warning: Invalid argument supplied for foreach() cck/content.module on line 1284.

shiping1 的头像

In line 1286 php hits a warning because the module doesnt test if there are items in the field-array before iterate it.

patch:

Replace line 1284:
else {
with
else if (count($type['fields'])>0) {

Files: 
CommentFileSizeAuthor
#5 cck-invalid_arg_foreach-716878-5.patch651 bytesrooby
来自 https://www.drupal.org/node/716878
普通分类: