[TYPO3-templavoila] no content after update to 4.1.2

Philipp Holdener philipp at holdener.ch
Thu Aug 16 20:38:34 CEST 2007


 >So, I don't know what's the problem!?
> 


So, the problems are the ä,ö,ü in the text!
Strange, I had no problems until yet!?

What can I do to use ä,ö,ü in my FCE?
This is the DS of it:

<T3DataStructure>
     <ROOT type="array">
         <tx_templavoila type="array">
             <title>ROOT</title>
             <description>Select the HTML element on the page which you 
want to be the overall container element for the template.</description>
         </tx_templavoila>
         <type>array</type>
         <el type="array">
             <field_image type="array">
                 <tx_templavoila type="array">
                     <title>Mitarbeiterfoto</title>
                     <sample_data type="array">
                         <numIndex index="0"></numIndex>
                     </sample_data>
                     <eType>imagefixed</eType>
                     <TypoScript>
	10 = IMAGE
	10.file {
		XY = 150,150
		format = jpg
                                 quality = 75
		import = uploads/tx_templavoila/
		import.current = 1
		import.listNum = 0
		maxW = 150
		minW = 150
		maxH = 150
		minH = 150
	}
							</TypoScript>
                 </tx_templavoila>
                 <TCEforms type="array">
                     <config type="array">
                         <type>group</type>
                         <internal_type>file</internal_type>
                         <allowed>gif,png,jpg,jpeg</allowed>
                         <max_size>1000</max_size>
                         <uploadfolder>uploads/tx_templavoila</uploadfolder>
                         <show_thumbs>1</show_thumbs>
                         <size>1</size>
                         <maxitems>1</maxitems>
                         <minitems>0</minitems>
                     </config>
                     <label>Mitarbeiter Foto</label>
                 </TCEforms>
             </field_image>
             <field_name type="array">
                 <tx_templavoila type="array">
                     <title>Mitarbeitername</title>
                     <sample_data type="array">
                         <numIndex index="0"></numIndex>
                     </sample_data>
                     <eType>input_h</eType>
                 </tx_templavoila>
                 <TCEforms type="array">
                     <config type="array">
                         <type>input</type>
                         <size>48</size>
                         <eval>trim</eval>
                     </config>
                     <label>Name des Mitarbeiters</label>
                 </TCEforms>
             </field_name>
             <field_details type="array">
                 <tx_templavoila type="array">
                     <title>Mitarbeiterdetails</title>
                     <sample_data type="array">
                         <numIndex index="0"></numIndex>
                     </sample_data>
                     <eType>text</eType>
                     <proc type="array">
                         <HSC type="integer">1</HSC>
                     </proc>
                 </tx_templavoila>
                 <TCEforms type="array">
                     <config type="array">
                         <type>text</type>
                         <cols>48</cols>
                         <rows>5</rows>
                     </config>
                     <label>Mitarbeiter Details</label>
                 </TCEforms>
             </field_details>
             <field_job type="array">
                 <tx_templavoila type="array">
                     <title>Mitarbeiterjob</title>
                     <sample_data type="array">
                         <numIndex index="0"></numIndex>
                     </sample_data>
                     <eType>text</eType>
                     <proc type="array">
                         <HSC type="integer">1</HSC>
                     </proc>
                 </tx_templavoila>
                 <TCEforms type="array">
                     <config type="array">
                         <type>text</type>
                         <cols>48</cols>
                         <rows>5</rows>
                     </config>
                     <label>Mitarbeiter Job</label>
                 </TCEforms>
             </field_job>
         </el>
     </ROOT>
</T3DataStructure>



and this is the code in the database:


<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3FlexForms>
     <data type="array">
         <sDEF type="array">
             <lDEF type="array">
                 <field_image type="array">
                     <vDEF>Kaelin_Uschy.jpg</vDEF>
                 </field_image>
                 <field_name type="array">
                     <vDEF>Uschy Kälin</vDEF>
                 </field_name>
                 <field_details type="array">
                     <vDEF>Die  gute Fee</vDEF>
                 </field_details>
                 <field_job type="array">
                     <vDEF>Sekretariat / Buchhaltung / Administration</vDEF>
                 </field_job>
             </lDEF>
         </sDEF>
     </data>
</T3FlexForms>


More information about the TYPO3-project-templavoila mailing list