Actions
Bug #89074
closedTypo3 9.5.9 JS path of Backend Modules CoreUpdate & DumpAutoload incorrect
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-09-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The CoreUpdate and the DumpAutoload function is no longer Working.
RequireJS tries to get the Files from a wrong path.
The path it looks for is: "/typo3/sysext/install/Resources/Public/JavaScript/Modules/Module/CoreUpdate.js"
But the file on the Webserver is located under: "/typo3/sysext/install/Resources/Public/JavaScript/Modules/CoreUpdate.js"
In Typo3 9.5.8 it works correctly but i tried in several 9.5.9 installations and it's always the same 404 error in the JS Console.
Updated by Andreas Kienast about 5 years ago
- Status changed from New to Closed
Thank you for your report.
This issue is already known and was tackled with #88990.
Kind regards
Andreas
Updated by Andreas Kienast about 5 years ago
- Is duplicate of Bug #88990: Wrong modules references in Install Tool added
Actions