Project

General

Profile

Actions

Bug #64624

closed

404 contrib/normalize/normalize.css

Added by Entwickler PHP over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
-
Start date:
2015-01-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,

This happens here:

typo3/sysext/backend/Classes/Template/DocumentTemplate.php

Line number: 411

$this->pageRenderer->addCssLibrary($GLOBALS['BACK_PATH'] . 'contrib/normalize/normalize.css', 'stylesheet', 'all', '', TRUE, TRUE);

$GLOBALS['BACK_PATH'] is here null. Then it somehow tries to add this CSS file in frontend.

<base href="http://local.example-dev/" />

<meta name="generator" content="TYPO3 6.2 CMS" />
<meta name="language" content="de" />

<link rel="stylesheet" type="text/css" href="contrib/normalize/normalize.css" media="all">
Actions

Also available in: Atom PDF