Jeg har stødt på dette problem hele tiden, så forvirret, jeg har stadig den samme fejl. Nogen der kan hjælpe?
jessyBegynder
Sådan rettes WordPress fatal fejl: Ufanget Reflektion Undtagelse: Metoden get_site_editor_type findes ikke i... på linje 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 }.