[TYPO3-templavoila] strange behaviour after update

Dmitry Dulepov dmitry.dulepov at gmail.com
Fri Nov 21 11:57:58 CET 2008


Hi!

Steffen Kamper wrote:
> today i saw a very strange behaviour after update.
> 
> The former site used
> * php4
> * TYPO3 3.8.1
> * TV 0.3.0
> 
> After update to
> * php5
> * TYPO3 4.2.3
> * TV 1.3.7

Well, you risked a lot but doing such a huge upgrade. It should be
one thing at at time, verifying after each step.

> Following things happened:
> 
> BE: everything is fine, mapping of all templates is fine, preview is fine
> FE: all not mapped elements are shown without any HTML!

Do you have strip_tags somewhere in <stdWrap> in DS?

> A short debug in pi1 shows (function processDataValues):
> 
> $dataValues[0] has the HTML of unmapped elements
> after the function this is cleared.
> 
> commenting out the line
> $LP[$key] = $DSelements[$key]['tx_templavoila'];
> leaves the $dataValues[0] unchanged, but then all mapped data is loosed :D

Hmmm. Why would you comment it? It is there for a reason. The right
way would be to examine your DS/TO first. May be resave it with a
new version of TV. Debugging code is the very last step to do.

-- 
Dmitry Dulepov
TYPO3 translations support
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/ghosts_in_typo3/


More information about the TYPO3-project-templavoila mailing list