Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Problem with logging into the admin panel Wordpress 6.1 only in FF

  • 5 답장
  • 0 이 문제를 만남
  • 5 보기
  • 최종 답변자: tpszczesniak

more options

Hello, I run a website based on Wordpress 6.1.1. Since the FF update to version 106.0, there is a problem with logging into the administration panel - 500 Internal Server Error is displayed. Of course, all plugins, website code, etc. have been checked by the developer. There is some conflict between FF and Wordpress and I have no idea how to solve it?

The problem ONLY occurs in Firefox - other browsers (Chrome, Edge, Safari on Mac) work.

Older version of FF for eg. 70.0.1 also works fine and does not cause an error.

Hello, I run a website based on Wordpress 6.1.1. Since the FF update to version 106.0, there is a problem with logging into the administration panel - 500 Internal Server Error is displayed. Of course, all plugins, website code, etc. have been checked by the developer. There is some conflict between FF and Wordpress and I have no idea how to solve it? The problem ONLY occurs in Firefox - other browsers (Chrome, Edge, Safari on Mac) work. Older version of FF for eg. 70.0.1 also works fine and does not cause an error.

모든 댓글 (5)

more options

Try to click the Shield icon in the URL bar and clear cookies and site data for that website.

more options

You can check for issues with Total Cookie Protection.

If you use extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) that can block content (Adblock Plus, NoScript, DuckDuckGo PE, Disconnect, Ghostery, Privacy Badger, uBlock Origin) always make sure such extensions do not block content.

글쓴이 cor-el 수정일시

more options

Thanks for all the suggestions, unfortunately they don't solve the problem. Website login does not work on any computer with FF browser and versions from 106.0 and above. The entire website works flawlessly, only when the login script is run or the password is recovered, it throws a 500 error. Website address https://diecezja-pelplin.pl/ Admin login address https://diecezja-pelplin.pl/wp-login.php - and here is error 500

more options

Oupsss, i can see that. HTTP3 issue.

Enter about:config in the address bar and set network.http.http3.enable = false.

more options

TyDraniu powiedział

Oupsss, i can see that. HTTP3 issue. Enter about:config in the address bar and set network.http.http3.enable = false.

Thank you TyDraniu, the site started working after set network.http.http3.enable = false. However, the solution is ad hoc, as it is difficult to force other users to change the parameter in their browsers. Is there any other solution? Force script on the server to disable HTTP3 support?