Fixed Length restriction on controller_name causes lack of session activity string.

Liam W

in memoriam 1998-2020
I have a relatively long controller name (55 characters). This is truncated when the request is inserted into the session activity table.

When a person then views this users' profile (or member card), they're reported as viewing an unknown page, because the resolved controller is invalid - the getSessionActivityDetailsForList method cannot be called.

Liam
 
I'd probably recommend shortening your controller name, but I have made the session activity table consistent with other class name entries: the max length is now 75.
 
Top Bottom