just downloaded the latest 4.6 version.

When trying to look at the issues for a project I now get access denied soI tried to check the access rights for projects but when I went to /admin/access I got the following errors:

user error: Table 'drupal-46.project_issue_state' doesn't exist
query: SELECT * FROM project_issue_state ORDER BY weight in /var/www/drupal-test/includes/database.mysql.inc on line 66.
warning: Invalid argument supplied for foreach() in /var/www/drupal-test/modules/project/issue.inc on line 493.
warning: Invalid argument supplied for foreach() in /var/www/drupal-test/modules/project/project.module on line 74.

turns out I didn't have access rights to view issues!? although it worked before?
Now I get the following errors on a blank page when I try to view issues

user error: Table 'drupal-46.project_issue_state' doesn't exist
query: SELECT * FROM project_issue_state ORDER BY weight in /var/www/drupal-test/includes/database.mysql.inc on line 66.

warning: Invalid argument supplied for foreach() in /var/www/drupal-test/modules/project/issue.inc on line 493.

warning: array_keys(): The first argument should be an array in /var/www/drupal-test/modules/project/issue.inc on line 710.

warning: implode(): Bad arguments. in /var/www/drupal-test/modules/project/issue.inc on line 710.

user error: Table 'drupal-46.project_issue_state' doesn't exist
query: SELECT * FROM project_issue_state ORDER BY weight in /var/www/drupal-test/includes/database.mysql.inc on line 66.

warning: Invalid argument supplied for foreach() in /var/www/drupal-test/modules/project/issue.inc on line 493.

Comments

moshe weitzman’s picture

Status: Active » Closed (works as designed)

you must create the table that is missing. see the error message and the project.mysql file