Project

General

Profile

Actions

Bug #24226

closed

[SYS][useCachingFramework] is not set on a new installation

Added by Matevz Bokalic almost 14 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have installed a new typo3 deployment:
- Windows XP Proffesional SP3, up to date
- Apache 2.2.17
- PHP Version 5.3.3 (with all required extensions)
- PostgreSQL Version 9.0.1-1 or mySQL 5.1
- ImageMagick-6.6.5-Q16
- TYPO3 4.4.4

I copy the content.html template in /fileadmin/templates/ and paste TS code in template setup of the Root page, save the setup. View the webpage. It is displayed as it should be. If I refresh the page, I get a blank page - source code is showing only the basic typo3 webpage frame with no content within body tags.

Setting [SYS][useCachingFramework] = 1 solves this issue. I believe that this value should have been set during the installation, otherwise typo3 is not working correctly.

This has been tested on 2 different computer with the same configuration.

content.html
----------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>Untitled</title>

</head>
<body>


&lt;h1&gt;Header of the page&lt;/h1&gt;

&lt;p&gt;test paragraphs&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;
----------------------------

(issue imported from #M16595)

Actions

Also available in: Atom PDF