Closed (fixed)
Project:
Nodeaccess
Version:
7.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2014 at 18:14 UTC
Updated:
31 Jan 2014 at 16:30 UTC
Jump to comment: Most recent
I'm getting the following error using the 7.x-1.1 version of the module.
Notice: Undefined variable: rid in theme_nodeaccess_grants_form() (line 883 of ../nodeaccess.module).
I've looked through the code and its using the variable $rid which isn't defined anywhere else in the module file. It also stopped working all together in the sense that I can still access nodes as an anonymous user when they're set as authenticated only.
Reverting back to 7.x-1.0 fixed the issue.
Comments
Comment #1
Wesgro commentedComment #2
vlad.pavlovic commentedSorry about that. Fixed, pushed to dev and a new version (1.2) has been released, should become visible shortly.
Comment #3
Wesgro commentedFantastic! Thanks so much.
Comment #4
phkemper commentedI still see the following issues when saving grants on a node:
Undefined variable: rows in theme_nodeaccess_grants_form() (line 913 of /var/www/profportaalzorg.nl/sites/all/modules/nodeaccess/nodeaccess.module)
Comment #5
vlad.pavlovic commentedFixed as well. I have pushed to dev and yet another new version 1.3 has been release, should be visible/available shortly. Thanks for reporting.