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)
Updated by Christian Kuhn almost 14 years ago
The caching framework is optional and not enabled by default at the moment.
A site should run with disabled caching framework without problems.
@Matevz Bokalic: Please check for correct table definitions of cache_pages and the other cache_ tables, please check if content is written to those tables after first load of a page with disabled caching framework. Please try to dig into this issue a bit deeper, you could also debug a bit in tslib_content to see where the content is loaded from cache and so on. With current information we are not able to track this issue down.