WPML
סטטוס
נפתר
נפתר בגרסה
2.6.4

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

בעת ניסיון להוסיף פוסט המכיל תמונות לסל התרגום, ייתכן שתיתקל בשגיאה קריטית כזו:

PHP Fatal error: Uncaught InvalidArgumentException: Argument ID must be numeric and greater than 0. in /wp-content/plugins/sitepress-multilingual-cms/classes/translations/class-wpml-translation-element.php:29

פתרון עוקף

אנא ודא שיש לך גיבוי תקין של האתר שלך לפני הוספת תיקון זמני זה:

עבור אל: wp-content/plugins/wpml-media-translation/classes/media-translation/class-wpml-media-post-with-media-files.php
שם, בדיוק לפני השורה:

		return apply_filters( 'wpml_ids_of_media_used_in_post', $media_ids, $this->post_id );

הוסף שורה זו:

		$media_ids = \WPML\FP\Fns::filter( 'get_post', $media_ids );

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