Closed (outdated)
Project:
Node Order
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2010 at 13:15 UTC
Updated:
14 Jul 2016 at 22:06 UTC
Jump to comment: Most recent
When running an import script to import nodes I get:
WD php: Invalid argument supplied for foreach() in sites/all/modules/nodeorder/nodeorder.module on line 598
I'm first doing node_save($node);and then afterwards taxonomy_node_save($node, $terms);, so
foreach ($node->taxonomy as $key => $value) {
will break.
The code is still working though.
Comments
Comment #1
dieuweClosing as the Drupal 6 branch of this module (and Drupal 6 in general) has been discontinued.