Bug #24226
closed[SYS][useCachingFramework] is not set on a new installation
0%
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>
<h1>Header of the page</h1>
<p>test paragraphs</p>
</body>
</html>
----------------------------
(issue imported from #M16595)