TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-templavoila@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 23.07.2008, 21:06
Bartosz Aninowski
Gast
 
Beiträge: n/a
Standard [TYPO3-templavoila] FCE pseudo record and my login probably expired

Hi.
That is very strange problem.
I have very simple pseudo records FCE.
If I add filed like textarea or RTE I have problem with backend.
When I click save, popup window shows up with info that my login
probably expired. I click cancel and form is saved correctly.


Here is my XML with 4 fields: image, input, link, rte, (but version
with only one field RTE behave the same way)

<?xml version="1.0" encoding="utf-8" 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_sekcja type="array">
<type>array</type>
<section>1</section>
<tx_templavoila type="array">
<title>Sekcja</title>
<description>Sekcja</description>
<eType>input</eType>
</tx_templavoila>
<el type="array">
<field_pozycja type="array">
<type>array</type>
<tx_templavoila type="array">
<title>Pozycja</title>
<description>pozycja</description>
<eType>input</eType>
</tx_templavoila>
<el type="array">
<field_obrazek type="array">
<tx_templavoila type="array">
<title>Obrazek</title>
<sample_data type="array">
<numIndex index="0">Obrazek</numIndex>
</sample_data>
<eType>image</eType>
<TypoScript>
10 = IMAGE
10.file.import = uploads/tx_templavoila/
10.file.import.current = 1
10.file.import.listNum = 0
10.file.maxW = 200

10.stdWrap.typolink.parameter.field = field_link
</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>Obrazek</label>
</TCEforms>
</field_obrazek>
<field_tytul type="array">
<tx_templavoila type="array">
<title>Tytul</title>
<sample_data type="array">
<numIndex index="0">Tytul</numIndex>
</sample_data>
<eType>input</eType>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
<label>Tytul</label>
</TCEforms>
</field_tytul>
<field_link type="array">
<type>attr</type>
<tx_templavoila type="array">
<title>Link</title>
<sample_data type="array">
<numIndex index="0">Link</numIndex>
</sample_data>
<eType>link</eType>
<TypoScript>
10 = TEXT
10.typolink.parameter.current = 1
10.typolink.returnLast = url
</TypoScript>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>15</size>
<max>256</max>
<checkbox></checkbox>
<eval>trim</eval>
<wizards type="array">
<_PADDING type="integer">2</_PADDING>
<link type="array">
<type>popup</type>
<title>Link</title>
<icon>link_popup.gif</icon>
<script>browse_links.php?mode=wizard</script>

<JSopenParams>height=300,width=500,status=0,menuba r=0,scrollbars=1</JSopenParams>
</link>
</wizards>
</config>
<label>Link</label>
</TCEforms>
</field_link>
<field_tresc type="array">
<tx_templavoila type="array">
<title>tresc</title>
<sample_data type="array">
<numIndex index="0">tresc</numIndex>
</sample_data>
<eType>text</eType>
<TypoScript><![CDATA[
10 = TEXT
10.current = 1
10.parseFunc = < lib.parseFunc_RTE
]]></TypoScript>
<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>

<defaultExtras>richtext:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
<label>tresc</label>
</TCEforms>
</field_tresc>
</el>
</field_pozycja>
</el>
</field_sekcja>
</el>
</ROOT>
</T3DataStructure>
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 24.07.2008, 10:26
strategie und vision | Norbert Huber
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] FCE pseudo record and my login probablyexpired

your problem is this:

http://bugs.typo3.org/view.php?id=8232




Am 23.07.2008 um 21:06 schrieb Bartosz Aninowski:

> Hi.
> That is very strange problem.
> I have very simple pseudo records FCE.
> If I add filed like textarea or RTE I have problem with backend.
> When I click save, popup window shows up with info that my login
> probably expired. I click cancel and form is saved correctly.
>
>
> Here is my XML with 4 fields: image, input, link, rte, (but version
> with only one field RTE behave the same way)
>
> <?xml version="1.0" encoding="utf-8" 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_sekcja type="array">
> <type>array</type>
> <section>1</section>
> <tx_templavoila type="array">
> <title>Sekcja</title>
> <description>Sekcja</description>
> <eType>input</eType>
> </tx_templavoila>
> <el type="array">
> <field_pozycja type="array">
> <type>array</type>
> <tx_templavoila type="array">
> <title>Pozycja</title>
> <description>pozycja</description>
> <eType>input</eType>
> </tx_templavoila>
> <el type="array">
> <field_obrazek type="array">
> <tx_templavoila type="array">
> <title>Obrazek</title>
> <sample_data type="array">
> <numIndex index="0">Obrazek</numIndex>
> </sample_data>
> <eType>image</eType>
> <TypoScript>
> 10 = IMAGE
> 10.file.import = uploads/tx_templavoila/
> 10.file.import.current = 1
> 10.file.import.listNum = 0
> 10.file.maxW = 200
>
> 10.stdWrap.typolink.parameter.field = field_link
> </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>Obrazek</label>
> </TCEforms>
> </field_obrazek>
> <field_tytul type="array">
> <tx_templavoila type="array">
> <title>Tytul</title>
> <sample_data type="array">
> <numIndex index="0">Tytul</numIndex>
> </sample_data>
> <eType>input</eType>
> <proc type="array">
> <HSC type="integer">1</HSC>
> </proc>
> </tx_templavoila>
> <TCEforms type="array">
> <config type="array">
> <type>input</type>
> <size>48</size>
> <eval>trim</eval>
> </config>
> <label>Tytul</label>
> </TCEforms>
> </field_tytul>
> <field_link type="array">
> <type>attr</type>
> <tx_templavoila type="array">
> <title>Link</title>
> <sample_data type="array">
> <numIndex index="0">Link</numIndex>
> </sample_data>
> <eType>link</eType>
> <TypoScript>
> 10 = TEXT
> 10.typolink.parameter.current = 1
> 10.typolink.returnLast = url
> </TypoScript>
> <proc type="array">
> <HSC type="integer">1</HSC>
> </proc>
> </tx_templavoila>
> <TCEforms type="array">
> <config type="array">
> <type>input</type>
> <size>15</size>
> <max>256</max>
> <checkbox></checkbox>
> <eval>trim</eval>
> <wizards type="array">
> <_PADDING type="integer">2</_PADDING>
> <link type="array">
> <type>popup</type>
> <title>Link</title>
> <icon>link_popup.gif</icon>
> <script>browse_links.php?mode=wizard</script>
>
> <JSopenParams>height=300,width=500,status=0,menuba r=0,scrollbars=1</
> JSopenParams>
> </link>
> </wizards>
> </config>
> <label>Link</label>
> </TCEforms>
> </field_link>
> <field_tresc type="array">
> <tx_templavoila type="array">
> <title>tresc</title>
> <sample_data type="array">
> <numIndex index="0">tresc</numIndex>
> </sample_data>
> <eType>text</eType>
> <TypoScript><![CDATA[
> 10 = TEXT
> 10.current = 1
> 10.parseFunc = < lib.parseFunc_RTE
> ]]></TypoScript>
> <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>
>
> <defaultExtras>richtext:rte_transform[flag=rte_enabled|mode=ts_css]
> </defaultExtras>
> <label>tresc</label>
> </TCEforms>
> </field_tresc>
> </el>
> </field_pozycja>
> </el>
> </field_sekcja>
> </el>
> </ROOT>
> </T3DataStructure>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila (AT) lists...netfielders.de
> http://lists.netfielders.de/cgi-bin/...typo3-project-
> templavoila


_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-templavoila] [TYPO3] Login expired when submit a FCE LinTong typo3-project-templavoila@lists.netfielders.de 5 25.05.2008 14:45
[TYPO3-templavoila] optionSplit in pseudo record list Bartosz Aninowski typo3-project-templavoila@lists.netfielders.de 1 13.11.2007 10:57
[TYPO3-templavoila] FCE - content elements in pseudo record list Bartosz Aninowski typo3-project-templavoila@lists.netfielders.de 1 30.10.2007 17:14
[TYPO3] Your login probably expired... hard.one - mphanke typo3-english@lists.netfielders.de 2 20.09.2007 23:33
Re: [TYPO3-german] "Your Login has probably expired. Do you want torefresh it now ?" Ulrich Fischer typo3-german@lists.netfielders.de 0 24.07.2007 20:14


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:43 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75