itx-informationssysteme / jobapplications

This TYPO3 extension enables you to manage job postings, provides you with an application form and a backend module to manage incoming applications.
https://extensions.typo3.org/extension/jobapplications/
Other
7 stars 10 forks source link

Errror by uploading files in Application Form #79

Closed creationell closed 1 year ago

creationell commented 1 year ago

If you want to upload a file (pdf, 11KB) in the application form you get an error. The extension was not overwritten, the default values of the extension are used. TYPO3 11 is the version and the PHP version is 7.4. I have also tested it on version PHP 8.0, same error.**** PHP: max_upload_size = 100MB

creationell commented 1 year ago

Here are some screenshots of the error: console# console Dateifehler

jensmarquardt commented 1 year ago

Push.

I have the same problem. Is there any update?

@creationell Did you solve the problem?

ghost commented 1 year ago

Hi there,

were you upgrading from an older system or do you have this issue in a new TYPO3 v11 Installation? We couldn't reproduce the issue before, and still can't.

The only thing I can tell you, that you might want to check if your eID-Configurations are correct as this extension is using it and it seems it can't find the eID Route.

You can check it by going into the Configuration Backend Module and check there whether the eID-Middleware exists and is one of the first few entries. Also you might want to check whether the eID registration actually made it into your system, like so:

screen_configuration_eid

ghost commented 1 year ago

No response