Hi @freddyeee
If you check your console in the inspector tools, do you see any JS errors here?
This could help identify the problem.
/A
@freddyeee
Wow! That’s a lot of errors!
Have you updated all your plugins, themes and WP Core?
A couple of plugins are not updated, because they are premium and my licenses expired, but in the troubleshooting mode the error remains with all the plugins disabled, that’s why I thought the issue is not related to any plugin.
The theme is updated
I enabled the display of errors and I got this text when I try to edit any page:
Deprecated: Function wc_get_log_file_path is deprecated since version 8.6.0 with no alternative available. in /home/customer/www/runayaq.com/public_html/wp-includes/functions.php on line 6085
@freddyeee
Hmm – that seems to be a WooCommerce issue – but that’s only a deprecation-warning, and not a fatal error. This error is discussed in this GitHub thread.
Does the issue still perssist if you change the theme to the default TwentyTwentyFour theme??
I get the same message for TwentyTwentyFour theme:
Deprecated: Function wc_get_log_file_path is deprecated since version 8.6.0 with no alternative available. in /home/customer/www/runayaq.com/public_html/wp-includes/functions.php on line 6085
When I change to Classic theme I get this message:
Notice: Function register_sidebar was called incorrectly. The ID id has not been defined in the argument matrix for the sidebar “Sidebar 1”. Using by default “sidebar-1”. Manually set the ID id to “sidebar-1” in order to silence this message and maintain the current content of the sidebar. Please visit Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home / customer / www / runayaq.com / public_html / wp-includes / functions.php on line 6085
Warning: Cannot modify header information – headers already sent by (output started at / home / customer / www / runayaq.com / public_html / wp-includes / functions.php: 6085) in /home / customer / www / runayaq.com / public_html / wp-admin / includes / misc.php on line 1438
Edit page
-
This reply was modified 1 year, 10 months ago by
freddyeee.
@freddyeee
Have you tried deactivating all plugins, and then activating the TwentyTwentyFour theme?
And your WordPress is up to date?