'created' not incremented on node creation
sparr - October 3, 2007 - 16:32
| Project: | Pay-per-node |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have PayPerNode installed and a product configured. When a user buys that product they get a proper entry to ec_paypernode_user with allowed=2 and created=0. Then, when they create a node, I expect created++, but that does not happen, leading to them being able to create an unlimited number of nodes. I am using Drupal 5.2

#1
I am seeing the same problem with
PayPerNode 5.x-1.x-dev (17 Feb) and Drupal 5.7 . No e-commerce.
The "created" column in c_paypernode_user keeps reading 0
even after creating nodes (if relevant, node type is ed_classified)
#2
Not just me then. Paypernode credit purchasing working fine, but user then able to add unlimited nodes. paypernode credit not decreasing on publication of the designated content type
#3
Users shouldn't have the "create permission" for the node. Otherwise they're simply allowed to create that nodes and they're not counted by the pay-per-node module.
#4
Automatically closed -- issue fixed for two weeks with no activity.