Notices from Tac Lite
pletcher - March 1, 2009 - 11:44
| Project: | Taxonomy Access Control Lite |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Small patch to remove notices from tac_lite in a few places.
| Attachment | Size |
|---|---|
| taclite_notices.patch | 1.89 KB |

#1
Update, please do not apply this patch. While it fixes notices, it breaks other things.
#2
What are the notices?
#3
* notice: Undefined index: priority in /home/navacct/drupal/modules/node/node.module on line 2201.* notice: Undefined index: priority in /home/navacct/drupal/modules/node/node.module on line 2201.
* notice: Undefined index: priority in /home/navacct/drupal/modules/node/node.module on line 2201.
* notice: Undefined index: grant_update in /home/navacct/drupal/modules/node/node.module on line 2250.
* notice: Undefined index: grant_delete in /home/navacct/drupal/modules/node/node.module on line 2250.
* notice: Undefined index: grant_view in /home/navacct/drupal/modules/node/node.module on line 2249.
* notice: Undefined index: grant_view in /home/navacct/drupal/modules/node/node.module on line 2250.
* notice: Undefined index: grant_delete in /home/navacct/drupal/modules/node/node.module on line 2250.
* notice: Undefined index: grant_view in /home/navacct/drupal/modules/node/node.module on line 2249.
* notice: Undefined index: grant_update in /home/navacct/drupal/modules/node/node.module on line 2249.
* notice: Undefined index: grant_view in /home/navacct/drupal/modules/node/node.module on line 2250.
* notice: Undefined index: grant_update in /home/navacct/drupal/modules/node/node.module on line 2250.
The patch I wrote removed the notices, it just also broke tac_lite it turns out. Not really what I was going for.
I'll be happy to provide any other info, either here or on irc (jrp).
Thanks,
jrp
#4
does #436714: E_ALL compilance solve the problem?
#5
Just updated to latest 6--1, not fixed.