I'm getting this Notice due to an array operation on a variable that may not always exist (Only shows for authenticated users with low access on the site)
Notice: Undefined index: #access in override_node_options_form_alter() (line 80 override_node_options/override_node_options.module).
Notice: Undefined index: #access in override_node_options_form_alter() (line 86 of override_node_options/override_node_options.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | override-node-options-array-check-0.patch | 1.78 KB | dgtlmoon |
| override-node-options-array-check.patch | 2.04 KB | dgtlmoon |
Comments
Comment #1
dgtlmoon commentedoops wrong patch
Comment #2
rooby commentedFixes the message for me.
Comment #3
opdaviesThanks for your patch. I'll test it as well this evening.
Comment #4
opdaviesThis works for me too.
I've committed it to the latest 7.x branch, but I can't seem to push it back into the repository at the moment - I'll try again this evening.
Comment #5
opdaviesPatch committed to 7.x-1.x-dev.
Thanks,
Ollie
Comment #6.0
(not verified) commentedupdated error msg