Installed on fresh 5.1 drupal system - no previous versions of nodeaccess installed. Box is 2003, php5, mysql 5.018, IIS 6.0. Module goes in with following warnings, and also whenever I set a config of nodeaccess. From what I have seen - only warnings - no errors. nodeaccess appears to be working with setting permissions of nodes just fine.

Not sure what gotcha I may hit later, but thought you could use the info.

Thanks for working on a great module! Hope this info helps you.
Cheers!

* user warning: Table 'foo.nodeaccess' doesn't exist query: DELETE FROM nodeaccess WHERE nid=9 in w:\foo\includes\database.mysql.inc on line 172.
* user warning: Table 'foo.nodeaccess' doesn't exist query: INSERT INTO nodeaccess (nid, gid, realm, grant_view, grant_update, grant_delete) VALUES (9, 2, 'nodeaccess_rid', 1, 0, 0) in w:\foo\includes\database.mysql.inc on line 172.
* user warning: Table 'foo.nodeaccess' doesn't exist query: INSERT INTO nodeaccess (nid, gid, realm, grant_view, grant_update, grant_delete) VALUES (9, 4, 'nodeaccess_rid', 1, 0, 0) in w:\foo\includes\database.mysql.inc on line 172.
* user warning: Table 'foo.nodeaccess' doesn't exist query: INSERT INTO nodeaccess (nid, gid, realm, grant_view, grant_update, grant_delete) VALUES (9, 5, 'nodeaccess_rid', 1, 1, 1) in w:\foo\includes\database.mysql.inc on line 172.
* user warning: Table 'foo.nodeaccess' doesn't exist query: INSERT INTO nodeaccess (nid, gid, realm, grant_view, grant_update, grant_delete) VALUES (9, 3, 'nodeaccess_rid', 1, 1, 1) in w:\foo\includes\database.mysql.inc on line 172.

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

You need to run update.php and make sure to select update 1 for nodeaccess.module