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
Comment #1
cyberswat commentedCompletely 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.
Comment #2
niklp commentedWell 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.
Comment #3
cyberswat commentedYep 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...
Comment #4
cyberswat commented