Project

General

Profile

Actions

Bug #89344

closed

"Dump autoload" from install tool not working

Added by Philipp Seiler over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-10-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
autoload,dump,requirejs
Complexity:
Is Regression:
Sprint Focus:

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>


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #88990: Wrong modules references in Install ToolClosed2019-08-21

Actions
Actions #1

Updated by Andreas Kienast over 4 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

Actions #2

Updated by Andreas Kienast over 4 years ago

  • Is duplicate of Bug #88990: Wrong modules references in Install Tool added
Actions

Also available in: Atom PDF