baserproject / basercms

baserCMS : Based Website Development Project
http://basercms.net
Other
167 stars 129 forks source link

【カスタムコンテンツ】ファイル項目を含むエントリーをプレビュー時にエラーとなる #3828

Open cu-akasakay opened 1 week ago

cu-akasakay commented 1 week ago

概要

フォーラムにて挙げられた内容になります。 https://forum.basercms.net/t/topic/1381

baserCMS version: 5.1.0

エラー内容

pathinfo(): Argument #1 ($path) must be of type string, Laminas\Diactoros\UploadedFile given

ROOT/plugins/baser-core/src/Model/Validation/BcValidation.php at line 278 (edit)

原因について

CustomContentFrontServiceの「setupPreviewForView」でEntityを生成する際、 リクエスト内のデータをそのままセットしているため、ファイル項目がUploadedFileの状態で渡り、 結果的にバリデーション処理側で例外が発生しているようです。

ryuring commented 1 week ago

@HungDV2022 こちら一度確認してもらますか?