[TYPO3-english] [TYPO3] irfaq (Modern FAQ) cache problem

Klaus Fumy klaus.fumy at uni-ulm.de
Wed Dec 17 08:27:31 CET 2008


Hi,

now that the problem occured again, I copied the sourcecode of the html 
and it shows that there are missing some parts in the header, which are 
not rendered or so.
that is the incomplete header part of a not functional irfaq page:
###########################################
// missing the css file
<script type="text/javascript">
<!--
var tx_irfaq_pi1_iconPlus = ""; // missing the path to the icons.
var tx_irfaq_pi1_iconMinus = "";// missing the path to the icons.
// -->
</script>
<script type="text/javascript" 
src="typo3conf/ext/irfaq/res/toggleFaq.js"></script>
###############################################
that is responsible that in the body part nothing between the 
"irfaq-div" is rendered ...

that is the complete part of a functional irfaq page:
######################################
<link rel="stylesheet" href="typo3conf/ext/irfaq/res/styles.css" />

<script type="text/javascript">
<!--
var tx_irfaq_pi1_iconPlus = "typo3conf/ext/irfaq/res/plus.gif";
var tx_irfaq_pi1_iconMinus = "typo3conf/ext/irfaq/res/minus.gif";
// -->
</script>
<script type="text/javascript" 
src="typo3conf/ext/irfaq/res/toggleFaq.js"></script>
#########################################

perhaps it helps to solve the problem?
Greetings
klaus


> Hi!
> 
> Klaus Fumy wrote:
>> We have the same problem with irfaq from time to time.
>> My workaround is to take away the static template from the main
>> template, saving and reassigning the static template. Then the dynamic
>> view of the faqs appears again. Might there be a XCLASS conflict? I´m a
>> complete beginner on that field (irfaq 1.1.2 typo3 4.2.3 templa Voila
>> 1.3.7), so I would appreciate some hints.
> 
> I still cannot reproduce it. It must be a error that happens under certain conditions. If I only knew these conditions... :(
> 


More information about the TYPO3-english mailing list