Closed (duplicate)
Project:
Meta tags Node Type
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jul 2012 at 06:44 UTC
Updated:
10 Dec 2012 at 17:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
steeph commentedIt appeared to me that nodewords is not designed for PHP 5.3. If you are using 5.3 or above and you don't want to switch to PHP 5.2, you can change error_reporting in your php.ini:
error_reporting(E_ALL ^ E_NOTICE);Comment #2
traviscarden commentedHere. This fixes the actual problem:
Comment #3
traviscarden commentedActually, this block of code has multiple problems. Let's solve them all in one place to avoid patch collisions: #1863032: Multiple problems with "Override defaults with the following values" checkbox.