Hello All I have installed paypalnode .
But when I am clicking on content fees report and content fees in content management ,getting following errors-->
user warning: Table 'drupal.paypalnode_node' doesn't exist query: SELECT pn.nid, n.title, u.name, pn.price, n.created, npc.discount, IF(npc.discount, (pn.price - ((npc.discount/100)*pn.price)), (pn.price)) AS final_price FROM node n INNER join users u ON u.uid = n.uid INNER JOIN paypalnode_node pn ON pn.nid = n.nid LEFT JOIN nodepromocode_node npc ON npc.nid = n.nid WHERE n.type = 'job' AND n.status = 1 in D:\wamp\www\drupal\includes\database.mysql.inc on line 172.
user warning: Table 'drupal.paypalnode_prices' doesn't exist query: SELECT * FROM paypalnode_prices WHERE price != 0 ORDER BY pid in D:\wamp\www\drupal\includes\database.mysql.inc on line 172.
I have checked the database , no tables are created for this module.
Any one can tell me ,why this is happened?
Help me :(
Comments
Comment #1
buddaFixed in release 1.3
Comment #2
f2stop commentedI tried version 1.2 last week and got the message about database tables not existing. I just downloaded version 1.3. I disabled version 1.2, erased it from the server, uploaded version 1.3, and activated it. But I'm still getting the same "no database" message, even after I reset everything to defaults and re-entered my settings manually.
user warning: Table 'spirith_test.paypalnode_prices' doesn't exist query: SELECT * FROM paypalnode_prices WHERE price != 0 ORDER BY pid in /home/spirith/public_html/test/includes/database.mysql.inc on line 172.
I'm using Drupal 5.8, if that makes any difference. Is there perhaps something leftover in the database from version 1.2 of the module that I need to manually purge?
Thanks for your work on this module!
Comment #3
buddadid you use the 'uninstall' tab on the module page to remove any trace of the old module before installing and activating v1.3 ?
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.