Bug #89344
closed"Dump autoload" from install tool not working
0%
Description
Clicking on the "Dump autoload" button in a non-composer web in TYPO3 9.5.9 leads do a 404-Error with the DumpAutoload.js-File not found.
Reason is, that a wrong path is set in data-require for the dump-autoload-button. All other modules seem to have an OK requirejs-Path, so this was probably forgotten.
EXT:install/Resources/Private/Templates/Maintenances/Cards.html:
Old, buggy: <a href="#" class="btn btn-primary " data-inline="1" data-require="TYPO3/CMS/Install/Module/DumpAutoload">Dump autoload</a>
Fixed and working: <a href="#" class="btn btn-primary " data-inline="1" data-require="TYPO3/CMS/Install/DumpAutoload">Dump autoload</a>
Updated by Andreas Kienast about 5 years ago
- Status changed from New to Closed
Hi,
thank you for your report. This issue is already known and handled with #88990, I'll close this issue as a duplicate.
Kind regards
Andreas
Updated by Andreas Kienast about 5 years ago
- Is duplicate of Bug #88990: Wrong modules references in Install Tool added