Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 5 trả lời
  • 0 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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.

Được chỉnh sửa bởi cor-el vào

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?