Hello Dan,
Always appreciate your quick, detailed and helpful responses. Thanks.
I should have stated that I am running AtoM 2.3.0 in a custom-built Docker container, so regarding your recommendations:
> 1) It's a long shot, but try restarting PHP-FPM and (if you are using it) memcached, in addition to clearing the application cache. Today we had a weird instance on the public demo site somewhat similar to this, that was resolved by restarting FPM.
PHP-FPM starts afresh whenever the container is instantiated. However, I did restart PHP-FPM after the container started with no success.
I use the CLI to create the admin account when the container starts; I copied the plain text username (email) and password from the console to the "Log in" form. Still no success.
> 3) Did you try logging in after going into Debug mode? If this issue is because someone has activated the IP restriction settings in the security panel, then you might see this behavior, but it should be disabled when in Debug mode.
I tried signing in with and without Debug mode enabled, with no success. Since I'm not able to sign into the site to check the IP restriction settings, can you direct me to a CLI command or the corresponding database table to confirm the state of the settings?
> 4) Another possibility is that someone has activated the requirement for SSL during login, but your site doesn't yet use HTTPS. You would see behavior similar to this in that case.
SSL is enabled, though my browser generates warnings since the certificate was locally-generated. How can I see/change the SSL requirement via the CLI or database since I cannot sign into the web GUI?
Do you have any thoughts on my logging problems? Ideally I'd be able to trace the execution through the codebase; in the absence of any logging, I may resort to XDebug tracing.
Thanks,
matt