Tried installing the node_limitnumber module but could not get it working properly. The interface appeared in the site configuration section when I enabled the module but it prompted me with the following error:

user warning: Table 'XXX.node_limitnumber_rules' doesn't exist query: SELECT * FROM node_limitnumber_rules WHERE class = 'role' in /home/XXX/public_html/XXX/drupal/includes/database.mysql.inc on line 172.

I checked in phpMyAdmin and couldn't find the node_limitnumer_rules table. Looked at the database.mysql.inc file and couldn't find the query either. Not sure why the module isn't installing correctly. Anyone have an idea why?

Comments

ajayg’s picture

You may want to write to the module's support queue. Actually check the queue before to find if any one else had the same problem before

shawnspqr’s picture

I checked the queue before I posted here and it was empty. Was planning on posting to both areas. I'll put it up now. Thanks! As an aside, I found that the Quota by Role module also worked for what I needed.

Cheers!