Bug #88873
closedext: form hangs (run into 500 error) when a lot of files are in the fileadmin
0%
Description
TYPO3 9.5.8 with many many many files in the fileadmin directory.
if you click on the modul form in the backend, the form module loads dead - until it runs into the php_exectuion_time or produces 500 errors - "Premature end of script headers: index.php". (the SQL process that is started is sleeping and will not be aborted)
This only happens if there are 100d of files in the fileadmin. Although the allowed "allowedFileMounts" or "allowedExtensionPaths" are explicitly specified in custom BaseSetup.yaml.
If you move the files from fileadmin to a parent dir / outside of fileadmin - all works fine.
Updated by Susanne Moog over 5 years ago
- Tags changed from form to form CodingNight
Updated by Christian Hackl over 5 years ago
I think this is the same problem like this: https://forge.typo3.org/issues/88913
Updated by Christian Hackl over 5 years ago
- Related to Bug #88913: link wizard - error 500 - many files directly fileadmin/user_upload/ added
Updated by Riccardo De Contardi over 5 years ago
Are we talking here about EXT:form or the backend interface (so Formengine, I guess)?
Updated by Christian Hackl over 5 years ago
don't no exactly, i think the problem is that the ext:form is searching for the config yaml files and it searches in the complete fileadmin directory insteed of the given "allowedFileMounts" or "allowedExtensionPaths". (looks like)
The link handler from linked issue 88913 above works fine.
Updated by Björn Jacob about 5 years ago
- Related to deleted (Bug #88913: link wizard - error 500 - many files directly fileadmin/user_upload/)
Updated by Björn Jacob about 5 years ago
- Tags deleted (
form CodingNight) - Sprint Focus set to Remote Sprint
Updated by Mathias Brodala about 5 years ago
- Status changed from New to Accepted
- Assignee set to Mathias Brodala
Updated by Mathias Brodala about 5 years ago
- Due date set to 2019-11-05
- Start date changed from 2019-07-31 to 2019-11-05
- Follows Feature #89576: Introduce paginate view helper added
Updated by Mathias Brodala about 5 years ago
This should be fixed with a server-side pagination exactly like the File list module does. For this #89576 would be useful to avoid code duplication.
Updated by Mathias Brodala about 5 years ago
- Status changed from Accepted to In Progress
Updated by Mathias Brodala about 5 years ago
- Related to Epic #89759: Performance improvements in Forms module added
Updated by Mathias Brodala about 5 years ago
The pagination idea is handled in #89762 now.
Updated by Mathias Brodala about 5 years ago
- Sprint Focus deleted (
Remote Sprint)
Updated by Sybille Peters almost 4 years ago
- Related to Epic #93547: Collection of problems with large sites added
Updated by Björn Jacob over 3 years ago
- Due date deleted (
2019-11-05) - Status changed from In Progress to Accepted
Updated by Björn Jacob over 3 years ago
- Follows deleted (Feature #89576: Introduce paginate view helper)
Updated by Björn Jacob over 3 years ago
- Status changed from Accepted to Closed
- Assignee deleted (
Mathias Brodala)
The form manager comes in v11 with a pagination. Closing this issue.