-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error with "simplifiedControllerActionDispatching" feature #125
Comments
Hi, what TYPO3 version did you use/try? Frans |
Oh sorry, TYPO3 9.5.9. I think it is ok with v8 but not sure. |
Hi, |
What version of fal_secure_download do you use? |
I can confirm this bug and the solution from @echavaillaz in TYPO3 9.5.15 with fal_secure_download 2.2.1. This is a problem in the FE, too. In general the dumpFile mechanismn is not working. |
TYPO3 9.5.20 still to the same problem. |
Hi,
When you try to show a file in a protected storage from the backend (file list module), there is a fatal error:
Too few arguments to function BeechIt\FalSecuredownload\Controller\BePublicUrlController::dumpFile(), 1 passed and exactly 2 expected
Additionally the thumbnail is not generated as expected in the file list module (due to the same error).
When I put the "simplifiedControllerActionDispatching" feature to false, alls is working well.
In fact you just have to update the method signature from
public function dumpFile(ServerRequestInterface $request, ResponseInterface $response)
topublic function dumpFile()
to solve the issue.Thanks
The text was updated successfully, but these errors were encountered: