[TYPO3-templavoila] T3D: import, but mapping information for my DS/TO is missing
Xavier Perseguers
typo3 at perseguers.ch
Fri Apr 3 11:05:55 CEST 2009
Hi Daniela,
> In what table / field / file is the mapping information stored?
> Can i convert this information any how (tool)?
The mapping is stored in table tx_templavoila_tmplobj, field
templatemapping. Problem is that its content is a serialized PHP array,
meaning that even if I never used the extension you used (convert2utf8),
I'm pretty sure it is unable to detect that content is a serialized
array, meaning that it should unserialize it, convert all content to
UTF8 and then serialize back the content.
FYI, I made an private extension that is capable of creating back a
whole TV DS/TO and mapping. I use it to quickly configure a website that
should be created multiple times. I just have to read a dump of the
mapping field and put it again in a SQL statement. It just works great.
Regards
--
Xavier Perseguers
http://xavier.perseguers.ch/en
One contribution a day keeps the fork away
More information about the TYPO3-project-templavoila
mailing list