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 #1

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.

Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF