10/10/08 version 0f 6.x-1.x-dev gives:

user warning: Table 'comanda_drupal6.autoassignrole_page' doesn't exist query: SELECT rid, path, title FROM autoassignrole_page WHERE display = 0 in /home/virtual/site32/fst/var/www/html/sites/all/modules/autoassignrole/autoassignrole.module on line 31.

Comments

cyberswat’s picture

Completely uninstalling the module and reinstalling should work ... since this is the dev branch I haven't written any upgrade paths so the table your getting the error on is only created during clean install.

niklp’s picture

Well I wiped and reinstalled the module - by "uninstall" are we talking about disabling the module, running an uninstaller and then reinstalling?

This is mostly rhetorical - just for the record.

cyberswat’s picture

Yep need to disable the module then go through the uninstall process. If the module is just disabled and then upgraded by replacing the files hook_schema, which holds the definition for that table, never gets called. http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/autoassignr...

cyberswat’s picture

Assigned: Unassigned » cyberswat
Status: Active » Closed (fixed)