Can't access Admin after update

Ask the community for help and support.
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: Can't access Admin after update

Post by ecartz »

jimpike wrote: Wed May 05, 2021 3:53 am So it's apparently something wrong with the error page for wrong username.
Note that while we help you manage it, we don't actually operate the .htpasswd protection. That's part of Apache (called Basic Authentication). So what this means is that Apache is not set up with a valid error page for a 401 error.
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Re: Can't access Admin after update

Post by zipurman »

@ecartz - bang on!

Added the following to admin/.htaccess and the issue was fixed.

Code: Select all

ErrorDocument 404 /admin/login.php
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
jimpike
Posts: 7
Joined: Thu Mar 25, 2021 4:47 am
Has thanked: 2 times
Been thanked: 1 time

Re: Can't access Admin after update

Post by jimpike »

zipurman took a look for me, and I can now say it wasn't due to the upgrader at all. Something weird on my servers end, causing a bad 404 error mishap. So I can say with honesty, that the upgrader did perform perfectly. It had nothing to do with my issue. So you can mark this as solved. Thanks for all the help and support. :-)
Post Reply