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

Dmitry Dulepov dmitry at typo3.org
Wed Dec 17 10:39:46 CET 2008


Hi!

Klaus Fumy wrote:
> 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?

I do not know yet :( Can you open a bug report at Forge and copy this information to the bug report? This way it will not be lost.

-- 
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/how_will_i_fix_bugs_in_extensions_from_now_on/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book


More information about the TYPO3-english mailing list