- 상태
- 해결됨
- 해결된 버전
- 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 );