Hi!
I am getting an Authorization error when trying to log in.
This happens when I accidentally type the wrong password it will say Access denied
and then when I try to order the correct password and log in, it will say Authorization error. It will not redirect to logged in page.
To get back to login I have to close the browser and carefully type the correct password to log in. If I make a mistake it won't allow me to log in and it will be stuck on the Authorization error page.
I have referred to previous discussions and added the following changes to my PHP - managed server config.
php_admin_value[session.save_path]="mywebserver/public_html/session"
php_admin_value[upload_tmp_dir]="mywebserver/public_html/tmp"
php_admin_flag[log_errors]=on
php_admin_value[error_log]="mywebserver/public_html/logs/php.log"