Not sure if this is a bug or a setting issue I am having, however when a node is initially created by either a push or a pull using the subscribe module, the entry going into my subscribe_node table has a nid of "0" while the node is created properly. The result is that when the node is updated on the publishing site, or another pull is initiated on the subscribing site, another node is created on the subscribing site, again with a nid of "0"

Comments

jvandyk’s picture

You are using the cvs version of the module with Drupal 4.7.

Use the 4.7 version of the module with Drupal 4.7.

It's the version that (currently) says

// $Id: subscribe.module,v 1.21.2.5 2006/11/01 15:45:56 jvandyk Exp $

at the top.

goldentoque’s picture

Status: Active » Closed (fixed)

Bingo...

Thats what happens when one is not so organized when testing with too many files on my desktop... Did indeed have the wrong version of the module in use... I guess I was staring at things way to long and just got a little confused...

Thanks for the help John,

BTW, glad I finally figured a way to get into the issue area for the module rather than always getting the subscription function... Hopefully now I can document things and do my part to help forward these modules...

Darren