Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
請簡要說明您認為應該報告此問題的原因。
請簡要說明為什麼您認為應該報告此答案。
請簡要說明您認為應該舉報該用戶的原因。
如何修復第 45 行的 WordPress 致命錯誤:未捕獲的反射異常:方法 get_site_editor_type 不存在於……中?
I have had this happen several times and I comment out the line, finally it works.
I have had this happen several times and I comment out the line, finally it works.
See less如何修復第 45 行的 WordPress 致命錯誤:未捕獲的反射異常:方法 get_site_editor_type 不存在於……中?
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 }.
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 }.
See less