Skip to content

첨부파일 다운로드 링크 오류 발생 #98

@highk

Description

@highk

Too few arguments to function App\Http\Controllers\EditorController::fileDownload(), 1 passed in xpressengine/vendor/laravel/framework/src/Illuminate/Routing/Controller.php on line 54 and exactly 2 expected


<a href="{{ route('editor.file.download', ['instanceId' => $item->instance_id, 'fileId' => $file->id]) }}">

컨트롤러
https://github.com/xpressengine/xpressengine/blob/0a6d7a515b03301f5447c2c1f0bbb8378bd0d830/app/Http/Controllers/EditorController.php#L427

라우터
https://github.com/xpressengine/xpressengine/blob/0a6d7a515b03301f5447c2c1f0bbb8378bd0d830/routes/web.php#L1107

뷰에서 route 함수의 'fileId'를 'id'로 바꿔주면 해결될 것으로 보임.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions