Error: Table drupal.nodeaccess_role_alias doesn't exist
asb - February 7, 2009 - 23:26
| Project: | Nodeaccess |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Watchdog (/admin/logs/watchdog) reports the following error:
Table 'drupal.nodeaccess_role_alias' doesn't exist query: SELECT r.rid, r.name, a.name AS alias, a.weight FROM role r LEFT JOIN nodeaccess_role_alias a ON r.rid = a.rid ORDER BY r.name in /var/www/drupal/includes/database.mysql.inc in Zeile 174.
What does this mean? Why has this table not been created if it is needed? Why does Watchdog log an error is the table is optional?
Regards, -asb
