*Wordpree debuggin* After WP update
-
Updated to WP 6.7 and now there are some errors showing up in the WP frontend (see screenshots) also * WordPress debugging* show up on my website (hayogebauer.com)
Tried restoring the website but that didn’t help.
-
„Fixed“ it for now by deactivating the backup plugin (UpdraftPlus). Is it a plugin issue?
-
do you have woocommerce installed?
https://github.com/woocommerce/woocommerce/issues/51843maybe its a woocommerce thing? not sure!
-
I have a similar problem with the website www.rene-weisbrich.com
I also use updraftPlus for Backups.
But beside that I can't login in wp-admin anymore. Although I turned off the Tracking protection.
Here in firefox (where the website is in disorder):
In edge the website is at least in order:
-
can you go to your ftp, go to wp-content → themes → lay
in the functions.php file,
this text:function lay_load_textdomains() { load_theme_textdomain('lay', get_template_directory() . '/languages' ); } add_action( 'after_setup_theme', 'lay_load_textdomains' );
change it to:
function lay_load_textdomains() { load_theme_textdomain('lay', get_template_directory() . '/languages' ); } add_action( 'init', 'lay_load_textdomains' );
(add_action) call is different
does that fix it?
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it