Closed (works as designed)
Project:
Project
Version:
4.6.x-1.x-dev
Component:
Issues
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2005 at 21:39 UTC
Updated:
15 Sep 2005 at 20:12 UTC
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
Comment #1
moshe weitzman commentedyou must create the table that is missing. see the error message and the project.mysql file