Issue title edit: 7.17 to 7.18
I have a module that imports a csv file of nodes programmatically importing feed items, although since the update ( I only import in about once in every two months)
Despite the import is mostly successful, for each item imported I get these messages:
Notice: Undefined property: stdClass::$nid in node_build_content() (line 1366 of node/node.module).
Notice: Undefined property: stdClass::$nid in node_build_content() (line 1367 of node/node.module).
Notice: Undefined property: stdClass::$nid in node_uri() (line 250 of node/node.module).
Notice: Undefined property: stdClass::$nid in statistics_node_view() (line 120 of statistics/statistics.module).
Notice: Undefined property: stdClass::$nid in node_uri() (line 250 of node/node.module).
Notice: Undefined property: stdClass::$nid in template_preprocess_node() (line 1510 of node/node.module).
Notice: Undefined property: stdClass::$nid in entity_metadata_no_hook_node_access() (line 615 of entity/modules/callbacks.inc).
Notice: Undefined property: stdClass::$vid in entity_metadata_no_hook_node_access() (line 616 of entity/modules/callbacks.inc).
Notice: Trying to get property of non-object in entity_metadata_no_hook_node_access() (line 616 of entity/modules/callbacks.inc).
Notice: Undefined property: stdClass::$nid in node_access() (line 2895 of node/node.module).
I think this issue started after updating to Drupal 7.18
Please help. This is making it run out of available RAM.
Comments
Comment #0.0
Yorgg commentedreview
Comment #1
Yorgg commentedComment #1.0
Yorgg commentedUpdating issue. Adding more information
Comment #2
bluegeek9 commentedDrupal 7 reached end of life and the D7 version of Feeds is no longer being developed. To keep the issue queue focused on supported versions, we’re closing older D7 issues.
If you still have questions about using Feeds on Drupal 7, feel free to ask. While we won’t fix D7 bugs anymore, we’re happy to offer guidance to help you move forward. You can do so by opening (or reopening) a D7 issue, or by reaching out in the #feeds channel on Drupal Slack.
If this issue is still relevant for Drupal 10+, please open a follow-up issue or merge request with proposed changes. Contributions are always welcome!