Add-on Need someone to fix my custom log-in screen

svaughn114

Active member
I have a custom log-in form/screen that has began to malfunction (I believe after the most-recent update). The developer who initially created it is nowhere to be found. Can someone take a look at it for me?
 
This error is being returned: An unexpected error occurred. Please try again later.

You may be able to log in to the ACP directly to check the error log, which could indicate what's causing it.

Otherwise, enable debug mode by adding this to the src/config.php file -- $config['debug'] = true; -- that should give a detailed error message.
 
Top Bottom