Project

General

Profile

Actions

Bug #88026

closed

Invalid URLs for JavaScript files in system extension install

Added by Dirk Wenzel about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-03-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:

Description

The JS files of the system extension install are located in Resources/Public/Javascript/.

The partial Resources/Private/Partials/Action/Common/Headers.html refers to Resources/Public/JavaScript

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="../Resources/Public/Css/InstallTool.css?{time}" />
<link rel="icon" type="image/vnd.microsoft.icon" href="../Resources/Public/Icons/favicon.ico?{time}" />
<script type="text/javascript" src="../../core/Resources/Public/JavaScript/Contrib/jquery/jquery-2.1.4.min.js?{time}"></script>
<script type="text/javascript" src="../../backend/Resources/Public/JavaScript/jquery.clearable.js?{time}"></script>
<script type="text/javascript" src="../Resources/Public/JavaScript/bootstrap.min.js?{time}"></script>
<script type="text/javascript" src="../Resources/Public/JavaScript/Install.js?{time}"></script>

On case sensitive servers the resources are not found. Install Tool and Backen are broken.

This error occurred after updating to ELTS 7.6.35 (from 7.6.32)
*Note: resource paths for core and backend extensions are correct

Actions

Also available in: Atom PDF