Closed (fixed)
Project:
Usernode Guestbook
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
2 Nov 2007 at 10:09 UTC
Updated:
18 Nov 2007 at 21:01 UTC
When all existing usernodes have been updated by usernode_comment.module to readable and writable comments (node->comment=2), the cron process sets most usernodes back to 0.
EXCEPT: There are unchanged usernodes in node table for:
- Admin (uid 1),
- wrong users with uid 0 (and therefore having no entry in users table) and
- an deleted user who still has a usernode but no entry in users table (uid 77).
I commented out cron hook in usernode module, but that made no change to that effect. So which module has a cron process that changes the comment values in usernodes?
Comments
Comment #1
marcor commentedAdditionally subscriptions module sends out usernode notifications each time a user object is saved. Very annoying, but gives a hint of whats going wrong here.
Comment #2
marcor commentedEach time the cron process is run and another module tries to save some data to the users table, this code is run:
It was intended tp run this code only on send of the form. Operation must be 'submit' instead of 'update'.
Will be fixed in the next 5.x-dev-version.
Comment #3
marcor commentedFixed in current development snapshot.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.