Closed (fixed)
Project:
Subscribe
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2006 at 04:22 UTC
Updated:
11 Nov 2006 at 06:09 UTC
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
Comment #1
jvandyk commentedYou 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.
Comment #2
goldentoque commentedBingo...
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