WPML
상태
해결됨
보고된 제품
WPML Multilingual CMS 4.6.13
해결된 버전
Elementor Pro 3.26.0
관련 플러그인/테마
Elementor
주제 태그
Compatibility

문제 개요

고급 번역 에디터(ATE)에서 Form 위젯이나 유사한 위젯(예: 검색 위젯)이 포함된 번역된 Elementor 페이지를 저장할 때 치명적인 오류가 발생할 수 있으며 글이 저장되지 않습니다. 이 문제는 특히 Elementor의 Nested Elements 기능이 활성화되어 있을 때 발생합니다.

PHP Fatal error:  Uncaught Error: Call to a member function get_main_id() on null in /plugins/elementor-pro/core/utils.php:80

임시 해결 방법

진행하기 전에 전체 사이트 백업을 완료했는지 확인하세요.


  • …/wp-content/plugins/elementor-pro/core/utils.php 파일을 여세요.

  • 80번 줄을 찾으세요.

  • 다음 코드를:
    if ( isset( Plugin::elementor()->documents )  ) {


  • 다음 코드로 교체하세요:
    if ( isset( Plugin::elementor()->documents ) && Plugin::elementor()->documents->get_current() ) {

알려진 모든 문제 →