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'로 바꿔주면 해결될 것으로 보임.
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
뷰
plugin-comment/views/skin/user/default/items.blade.php
Line 76 in f3b6115
컨트롤러
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'로 바꿔주면 해결될 것으로 보임.