These PHP notices (not errors) on your screen appear because some of your plugins are not compatible with changes in WordPress 6.7.x (and newer). To solve this you can do one or all of:
- Install all pending updates. The theme developers may have already provided a fix.
- Disable the output of PHP notices. This either happens because your WordPress is running in debug mode OR your hosting is outputting PHP errors. The support of your hoster might help here. This will help you with your login problem. <===
- Or downgrade to WordPress 6.6.2 and then wait some time until you go back to 6.8.x until the plugin developers have caught up.
- Or simply wait until the theme developers make changes in this regard.
See also the information from the core developers about the upcoming changes for theme developers from a few months ago: https://make.ww.wp.xz.cn/core/2024/10/21/i18n-improvements-6-7/
Hi @tacsumakinay,
As @threadi mentioned, these are PHP notices, not errors — they don’t affect your data but show because some plugins/themes aren’t yet fully compatible with WordPress 6.7. Updating everything and turning off debug mode will usually fix it.
Let us know if you’re still locked out and we can help further.
unfortunately I cannot do any updates as the WordPress login dashboard isn’t accessible.
-
This reply was modified 1 year, 1 month ago by
tacsumakinay.
That’s why I’ve also highlighted this tip here:
Disable the output of PHP notices. This either happens because your
WordPress is running in debug mode OR your hosting is outputting PHP
errors. The support of your hoster might help here. This will help you with your login problem. <===
You should then be able to log in to the backend again as normal.