[TYPO3-dev] Bug #0003049 seems not to be fixed

Can Yavuz can at canundjan.de
Tue Apr 4 20:19:33 CEST 2006


Hi *,

Dmitry Dulepov wrote that this bug was fixed in the CVS, but I have the
same problem with RC3.
Here the necessary steps to reproduce this behaviour:
-take a fresh RC3 install
-install the extensions "tt_news" (ver. 2.2.24), "static_info_tables"
(ver. 1.8.0) and "templavoila" (ver. 0.7.0)
-create a dummy template with a TypoScript objectpath for tt_news (I
named it "lib.termine")
-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
   }
 }
 --------------------------------------------------------
-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.
-- 
Mit freundlichen Grüßen
Can Yavuz




More information about the TYPO3-dev mailing list