I patched the nodeaccess.module and fixed the table names from {node_access} and nodeaccess to {nodeaccess}. This patch should solve some (mean: most of the) of the bug reports against this module.

CommentFileSizeAuthor
#1 nodeaccess-install.patch1.33 KBAnonymous (not verified)
nodeaccess-create-tables.patch3.89 KBAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new1.33 KB

I dont know if the update operation of this module needs the table creation calls (see function nodeaccess_update_1() in nodeaccess.install, but it is definitly needed in function nodeaccess_install().

I submit a patch that needs to be applied as well.

Anonymous’s picture

Assigned: Unassigned »
Status: Needs review » Closed (works as designed)

Actually this patch won't fix much, and will cause this module to work improperly. The nodeaccess -> {nodeaccess} will be fixed shortly. As for the rest, I assure you, it queries the {node_access} table for a reason and changing those queries to nodeaccess will break things.

mantyla’s picture

Status: Closed (works as designed) » Closed (fixed)