After installing 6.x-beta2 and Rules I decided not to use and I uninstalled Rules and Removed Node Limit Number 6.x-beta2.
Then I installed 6x-1.2 when I ran update.php got an error failed update.
When I went to Node_Limit Number admin page I got this error:
user warning: Table 'westcoi4_drupal.node_limitnumber_rules' doesn't exist query: SELECT * FROM node_limitnumber_rules WHERE class = 'role' in /home1/westcoi4/public_html/sites/all/modules/node_limitnumber/node_limitnumber.inc on line 131.
When i tried to limit authorized users to 5 posts on forum topic I got these 3 errors:
- user warning: Table 'westcoi4_drupal.node_limitnumber_rules' doesn't exist query: SELECT * FROM node_limitnumber_rules WHERE class = 'role' in /home1/westcoi4/public_html/sites/all/modules/node_limitnumber/node_limitnumber.inc on line 131.
- user warning: Table 'westcoi4_drupal.node_limitnumber_rules' doesn't exist query: SELECT * FROM node_limitnumber_rules WHERE class = 'role' AND item = '2' AND pubtype = 'forum' in /home1/westcoi4/public_html/sites/all/modules/node_limitnumber/node_limitnumber.module on line 100.
- This limit exists. If you want to change the limit, edit it instead of creating a new one
It says this limit exists but this is the first time I have created it!
When I went to Create Forum Topic there is this error:
user warning: Table 'westcoi4_drupal.node_limitnumber_rules' doesn't exist query: SELECT max FROM node_limitnumber_rules WHERE class = 'role' AND pubtype = 'forum' AND (item = 2) ORDER BY max DESC LIMIT 1 in /home1/westcoi4/public_html/sites/all/modules/node_limitnumber/node_limitnumber.inc on line 151.
Some one please help, If I have to reboot entire site from backup it will cost me a lot of work.
Frank
Comments
Comment #1
fdg123 commentedWell, apparently this module is abandoned!
Thanks for all the pretty error messages and I just love having to re-install my entire site from backup. :(
fdg123