Jag har stött på det här problemet hela tiden, så förvirrad, jag har fortfarande samma fel. Någon som kan hjälpa?
jessyNybörjare
Hur man fixar WordPress Fatal-felet: Uncaught ReflectionException: Metoden get_site_editor_type existerar inte i... på rad 45?
Share
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 }.
I have had this happen several times and I comment out the line, finally it works.