12 Dec
2007
12 Dec
'07
2:51 a.m.
* warning: Invalid argument supplied for foreach() in /modules/node/node.module on line 521.
This is almost always a case of node_load being called without a node id.
Right, more precisely, the nid is coming from a db query which comes back empty handed thus the fetch will be FALSE and then node_load fails with this error.