View Issue Details

IDProjectCategoryView StatusLast Update
0005037Composr alpha bug reports[All Projects] General / Uncategorisedpublic2022-11-16 20:45
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005037: users inactive occasionals: has_privilege is undefined
DescriptionIn users_inactive_occasionals create_session, has_privilege is sometimes undefined "(!has_privilege(get_member(), 'access_overrun_site'))".

For a temporary workaround, I put in "(function_exists('has_privilege'))". However, this code block may be fundamentally broken and needs closer inspection.
TagsNo tags attached.
Sponsorship open

Activities

Chris Graham

2022-11-16 20:45

administrator   ~0007650

Fix is fine, confirmed has_privilege is there in most cases and hence the BUSY signal can be detected and emitted.

Issue History

Date Modified Username Field Change
2022-11-15 16:17 Patrick Schmalstig New Issue
2022-11-15 16:17 Patrick Schmalstig Status non-assigned => assigned
2022-11-15 16:17 Patrick Schmalstig Assigned To => Chris Graham
2022-11-16 20:45 Chris Graham Status assigned => resolved
2022-11-16 20:45 Chris Graham Resolution open => fixed
2022-11-16 20:45 Chris Graham Note Added: 0007650
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised