WPML
סטטוס
נפתר על ידי המפתח
תוסף/ערכת עיצוב קשורים
Essentials
תגיות נושא
Compatibility, Elementor Custom Widgets

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

בעת שימוש בתוסף pixfort Core של ערכת העיצוב Essentials עם WPML, ייתכן שתיתקל בשגיאת PHP קריטית כאשר נעשה שימוש בוידג’ט Auto Video Elementor. הדבר גורם להופעת דף ריק או מונע את טעינת הדף. הודעת השגיאה כוללת:

PHP Fatal error: Uncaught TypeError: Illegal offset type in isset or empty in /sitepress-multilingual-cms/classes/core-abstract-classes/class-wpml-element-translation.php

פתרון עוקף

ודא שיש בידך גיבוי מלא של האתר לפני שתמשיך.


  • פתח את הקובץ …/wp-content/plugins/pixfort-core/includes/elements/AutoVideo.php.

  • חפש את שורה 85.

  • החלף את:
    $poster = apply_filters( 'wpml_object_id', $poster, 'attachment', true );
            


  • ב:
    if ( is_int( $poster ) ) {
    	$poster = apply_filters( 'wpml_object_id', $poster, 'attachment', true );
    }
            

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