OK, installed the latest Meta tags Node Type 6.x-1.2 and the result is this:

Shown on the site itself after going through some pages with meta tags:
warning: array_filter() [function.array-filter]: The first argument should be an array in /home/---/---/sites/all/modules/nodewords_nodetype/nodewords_nodetype.module on line 116.

Show in the Drupal error logs (one error message for each visited site):
array_filter() [function.array-filter]: The first argument should be an array in /home/---/---/sites/all/modules/nodewords_nodetype/nodewords_nodetype.module in Zeile 116.

Otherwise it seems to work. I can see the meta tags in my source code.

Any ideas?

Comments

Rar9’s picture

Same Problem

k74’s picture

Version: 6.x-1.2 » 6.x-1.x-dev

with de dev versión same error... but I do not work. In the configuration of the module Nodewords 6.x-1.2 have shown in "Global meta tags" -> "Default values" -> "Description" in blank. And then in /admin/content/node-type/story -> "Meta tags node type" -> "Description" also blank, but when I look at the source code of a node does not show the description tag. With earlier versions appeared the description tag with the first words of text written in the node, now why not?

hanoii’s picture

Status: Active » Fixed

I fixed this on CVS, it should be available on the dev version later today or tomorrow.

@k74: This module won't add anything into the meta tag description if you have it configured blank (empty). What you expect on the meta description if not what's configured on this module has to come from nodewords itself, so you should place an issue on that module's issue queue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.