[TYPO3-templavoila] no content after update to 4.1.2
Sebastian Böttger
sebastian.boettger at gmail.com
Fri Aug 17 10:02:26 CEST 2007
Hi Philipp,
i guess the problem is in your database at the mapping.
I also think <?xml version="1.0" encoding="iso-8859-1" standalone="yes"
?> has to be utf8 and not iso.
You should be able to enter normal ä,ö,ü,..., and the RTE works
correctly with that.
Try the following: In the INSTALL_TOOL enable sql_debug and somethng
like display_errors.
After that you should get some better error messages.
Regards,
Sebastian
Philipp Holdener schrieb:
>> The RTE has nothing to do with this. If you see HTML-Code in the
>> Frontend, look into your DS if there is something like <HSC>1</HSC> at
>> the specific fieldset.
>>
>>
>
> Hey Sebastian
>
> Thanks..
>
> I put an "0" in the HSC-Tag! Now, ü is displayed correctly in the FE.
>
> But, that's asking to much from a normal editor.. isn't it?
> I don't think that a editor can put in html-code vor ä,ö,ü and all the
> staff :-(
>
> Is there no possibility to put in normal text (with ä,ö,ü) in a input or
> a RTE in a Flexible Content Element?
>
>
>
> this is my ds...
>
> <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
> <T3DataStructure>
> <meta type="array">
> <langDisable>1</langDisable>
> </meta>
> <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>Mitarbeiter-Bild</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-Bild</label>
> </TCEforms>
> </field_image>
> <field_name type="array">
> <tx_templavoila type="array">
> <title>Mitarbeiter-Name</title>
> <sample_data type="array">
> <numIndex index="0"></numIndex>
> </sample_data>
> <eType>input</eType>
> <proc type="array">
> <HSC type="integer">0</HSC>
> </proc>
> </tx_templavoila>
> <TCEforms type="array">
> <config type="array">
> <type>input</type>
> <size>48</size>
> <eval>trim</eval>
> </config>
> <label>Mitarbeiter-Name</label>
> </TCEforms>
> </field_name>
> <field_details type="array">
> <tx_templavoila type="array">
> <title>Mitarbeiter-Details</title>
> <sample_data type="array">
> <numIndex index="0"></numIndex>
> </sample_data>
> <eType>rte</eType>
> <proc type="array">
> <HSC type="integer">0</HSC>
> </proc>
> <TypoScript><![CDATA[
> 10 = TEXT
> 10.current = 1
> 10.parseFunc = < lib.parseFunc_RTE
> ]]></TypoScript>
> </tx_templavoila>
> <TCEforms type="array">
> <config type="array">
> <type>text</type>
> <cols>48</cols>
> <rows>5</rows>
> <softref>typolink_tag,images,email[subst],url</softref>
> </config>
> <label>Mitarbeiter-Details</label>
>
> <defaultExtras>richtext:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
> </TCEforms>
> </field_details>
> <field_job type="array">
> <tx_templavoila type="array">
> <title>Mitarbeiter-Job</title>
> <sample_data type="array">
> <numIndex index="0"></numIndex>
> </sample_data>
> <eType>text</eType>
> <proc type="array">
> <HSC type="integer">0</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>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila
>
More information about the TYPO3-project-templavoila
mailing list