Αντιμετώπισα αυτό το ζήτημα όλη την ώρα, τόσο μπερδεμένος, εξακολουθώ να έχω το ίδιο σφάλμα. Μπορεί κανείς να βοηθήσει;
τζέσυΑρχάριος
Πώς να διορθώσετε το σφάλμα WordPress Fatal: Uncapped ReflectionException: Η μέθοδος get_site_editor_type δεν υπάρχει στο… στη γραμμή 45;
Share
I have had this happen several times and I comment out the line, finally it works.
Open this file: wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php
Add this code to line 46 of that file:
if (method_exists($class_name, “get_site_editor_type”)) {
then close the if in line 54 with }.