Follow up for #1986140: User 1 profile Access Denied (view and edit) -> Warning Illegal offset type in isset or empty
Problem/Motivation
(why the issue was filed, steps to reproduce the problem, etc.)
Proposed resolution
(description of the proposed solution, the rationale behind it, and workarounds for people who cannot use the patch)
Remaining tasks
(reviews needed, tests to be written or run, documentation to be written, etc.)
User interface changes
(new or changed features/functionality in the user interface, modules added or removed, changes to URL paths, changes to user interface text)
API changes
(API changes/additions that would affect module, install profile, and theme developers, including examples of before/after code if appropriate)
Original report by [username]
// Text of original report here.
(for legacy issues whose initial post was not the issue summary)
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2003432-5-rename-tracker_user_access.patch | 825 bytes | rootwork |
| #6 | interdiff.txt | 1 KB | rootwork |
| #2 | 2003432-2-rename-tracker_user_access.patch | 827 bytes | rootwork |
Comments
Comment #1
rootworkat Portland Drupalcon
Comment #2
rootworkComment #3
rootworkComment #4
phl3tch commentedYou've still got the underscore in there. Should be tracker_check_user_access.
Comment #5
phl3tch commentedComment #6
rootworkOops, sorry about that. Here's a fixed version.
I went ahead and did an interdiff, even though it's so minor, just so I get practice at doing that.
Comment #8
berdirThis looks like a normal task to me, not a critical bug?
Comment #9
swentel commentedYeah, pretty normal indeed.
Comment #10
phl3tch commentedI think the critical designation carried over from a similar bug in the layout module, which was something of a showstopper when viewing user pages.
Comment #11
rootwork#6: 2003432-5-rename-tracker_user_access.patch queued for re-testing.
Comment #13
rootwork#6: 2003432-5-rename-tracker_user_access.patch queued for re-testing.
Comment #15
rootwork#6: 2003432-5-rename-tracker_user_access.patch queued for re-testing.
Comment #16
alexpottThis will be fixed by the conversion to the new route system... #1972990: Convert tracker_page() to a Controller