I seem to be getting the below error.. any ideas how to fix..?? Thank you..

Notice: Trying to get property of non-object in nodewords_nodetype_nodeapi() (line 155 of G:\wamp\www\site\sites\all\modules\nodewords_nodetype\nodewords_nodetype.module).

Comments

steeph’s picture

It 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);

traviscarden’s picture

Version: 6.x-1.8 » 6.x-1.x-dev
Category: support » bug
Status: Active » Needs review
Issue tags: +Novice
StatusFileSize
new772 bytes

Here. This fixes the actual problem:

traviscarden’s picture

Status: Needs review » Closed (duplicate)

Actually, 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.