나는 항상이 문제에 직면하여 너무 혼란스러워서 여전히 같은 오류가 발생합니다. 누구든지 도울 수 있습니까?
제시초심자
WordPress Fatal 오류 수정 방법: Uncaught ReflectionException: 메서드 get_site_editor_type이 45행에 존재하지 않습니다.
Share
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.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 }.