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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodeaccess-install.patch | 1.33 KB | Anonymous (not verified) |
| nodeaccess-create-tables.patch | 3.89 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedI dont know if the update operation of this module needs the table creation calls (see function
nodeaccess_update_1()innodeaccess.install, but it is definitly needed in functionnodeaccess_install().I submit a patch that needs to be applied as well.
Comment #2
Anonymous (not verified) commentedActually 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.
Comment #3
mantyla commented