I get this on every cron run.

Notice: Undefined index: name in opencalais_node_presave() (line 278 of /home/content/61/5393961/html/aa/sites/all/modules/opencalais/opencalais.module)

I have many nodes, so I get hundreds of these errors every time, in addition to some other issues, which I will report separately.

I've been experiencing some issues with my cron and I'm not sure they are not caused by this.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ervit created an issue. See original summary.

ElusiveMind’s picture

This issue seems to be cause by a field that is in the node but cannot be found. Are you getting this on one specific node type? I can put a check in here not to process fields that do not exist, but I am wondering how this could be.

ElusiveMind’s picture

Assigned: Unassigned » ElusiveMind
Issue tags: +presave hook
ElusiveMind’s picture

ElusiveMind’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
ElusiveMind’s picture

Status: Active » Needs review

  • ElusiveMind committed 976e190 on 7.x-1.x
    Issue #2846807 by ElusiveMind, ervit: Undefined index: name in...