WPML
סטטוס
נפתר
דווח עבור
WPML Multilingual CMS 4.6.13
נפתר בגרסה
Elementor Pro 3.26.0
תוסף/ערכת עיצוב קשורים
Elementor
תגיות נושא
Compatibility

סקירה כללית של התקלה

בעת שמירת עמודי Elementor מתורגמים הכוללים וידג’ט טופס או וידג’טים דומים (כמו וידג’ט חיפוש) בעורך תרגום מתקדם (ATE), עלולה להתרחש שגיאה קריטית, והפוסט לא נשמר. הדבר מתרחש במיוחד כאשר התכונה Nested Elements של Elementor מופעלת.

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() ) {

כל התקלות הידועות →