Hi,
This module used to work fine on one of my sites. But now i have added it to a new site and when a node is published, the function ms_paypublish_insert_node is not inserting the data into the table.
So this shows on the published node:
"This content will expire in 0 days"
and in your account there is no 'your content' tab.
function ms_paypublish_insert_node($nid, $uid) {
return db_query("INSERT INTO {ms_paypublish_nodes} (nid, uid, status, expiration_date) VALUES (%d, %d, %d, %d)", $nid, $uid, 0, 0);
}
I saw a mention of a 4.0 version with shopping cart function which is also what im after. Is this going to be ready soon?
Many thanks!








i worded that a bit wrong. I meant to say there is nothing in the 'your content' tab!