Bug #16004
closedHeader 503 without the "Page is being generated" message
0%
Description
This is the same Bug like #0003049. Dmitry Dulepov wrote that this bug was fixed in the CVS, but I have the same problem with 4.0 final.
Here the necessary steps to reproduce this behaviour:
-take a fresh 4.0 install
-install the extensions "tt_news" (ver. 2.2.24), "static_info_tables"
(ver. 1.8.0) and "templavoila" (ver. 1.0.1)
-create a dummy template with a TypoScript objectpath for tt_news (I
named it "lib.termine"), you don't even need a container for content elements
include tt_news in your template. I used the following TS
-------------------------------------------------------
lib.termine < plugin.tt_news
lib.termine {
templateFile = fileadmin/templates/news_template.html
code >
code = LIST
pid_list >
pid_list = 44
singlePid >
singlePid = 45
listOrderBy >
listOrderBy = datetime asc
archive >
archive = 1
datetimeDaysToArchive >
datetimeDaysToArchive = 1
displayList {
date_stdWrap.strftime = %d.%m.%Y
}
}
-------------------------------------------------------
you also need to include the static template "CSS-based tmpl (tt_news)"
-up to now everything should work fine, you get a normal 200 header
-disable caching for tt_news with "plugin.tt_news.allowCaching = 0"
-now on every page call a 503 header should be sent
Could someone test it with his/her installation? For me the problem is
reproduceable.
Regards
Can Yavuz
(issue imported from #M3176)