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

Comments

skizzo’s picture

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)

uksigma’s picture

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

Jose Reyero’s picture

Status: Active » Fixed

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.