[TYPO3-german] Flexform Werte werden nicht gespeichert

Dennis dennis at psiball.de
Wed Jun 6 14:20:58 CEST 2012


Danke für die schnelle Antwort.

habe es nach dieser Anleitung gemacht:

http://wiki.typo3.org/Extension_Development,_using_Flexforms

Also ja ich nutze Flexform. Nach meinen Recherchen ist mir in den Sinn 
gekommen, das dies was ich dort Eintrage, also die Werte, auch irgendwo 
gespeichert werden müssen. Ich glaub aber, das dies bei mir nicht 
gespeichert (in der Datenbank) werden.

Habe nur eine Tabelle die ca. so aussieht vom Kickstarter  :
uid 	int(11) 	
	
	No 	None 	AUTO_INCREMENT 	Change 	Drop 	Browse distinct values 
Primary 	Unique 	Index 	Spatial 	Fulltext
	2 	pid 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	3 	tstamp 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	4 	crdate 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	5 	cruser_id 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	6 	deleted 	tinyint(4) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	7 	hidden 	tinyint(4) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	8 	ort 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	9 	plz 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	10 	strasse 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	11 	etage 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	12 	region 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	13 	kaltmiete 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	14 	warmmiete 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	15 	nebenkosten 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	16 	mietpreis_pro_qm 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	17 	aussen_courtage 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	18 	stellplatzmiete 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	19 	wohnflaeche 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	20 	zimmeranzahl 	double(11,2) 	
	
	No 	0.00 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	21 	schlafzimmer_anzahl 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	22 	anzahl_balkon_terrassen 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	23 	auto_stellplaetze 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	24 	heizungsart 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	25 	kabel_tv 	tinyint(3) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	26 	baujahr 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	27 	zustand 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	28 	objekttitel 	text 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	29 	text_angabe 	text 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	30 	objektnr_intern 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	31 	aktiv_von 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	32 	aktiv_bis 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	33 	stand_vom 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	34 	kontaktperson 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	35 	email 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	36 	firma 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	37 	firmen_strasse 	tinytext 	utf8_general_ci 	
	Yes 	NULL 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	38 	firmen_plz 	int(11) 	
	
	No 	0 	
	Change 	Drop 	Browse distinct values 	Primary 	Unique 	Index 	Spatial 
Fulltext
	39 	firmen_ort


Gruß

Am 06.06.2012 13:44, schrieb Robert Wildling:
> Lernst du die klassische Ext-Dev-Variante auf Basis von pi_base? Oder
> Extbase?
> Falls ersteres: Verwendest du Flexform? Oder hast du Tabellen angelegt
> und konfigurierst sie über TCA?
> Falls Flexform, geh mit phpmyadmin mal ins betreffende Datenbankfeld und
> lösch mal raus, was dort steht. Außerdem ist es gut, während des
> Entwickelns nur 1 Plugin auf der Seite zu haben, besonders wenn es ein
> Flexformplugin ist.
>
> Wenn du das gemacht hast und es immer noch nicht geht, melde dich wieder.
>
> Gruß, Robert
>
>
>> Guten Tag alle Zusammen,
>>
>> bin Anfänger und mache meine ersten Schritte in der
>> Extension-Programmierung.
>>
>> Steh nun vor einem Problem.
>> Das Auswahl- oder Radio-Felder nicht gespeichert werden, wenn ich dies
>> speichere.
>>
>> Betrifft aber nicht das Feld, in dem ich die Datei für das Template
>> aussuche.
>>
>> Könnte mir bitte jemand helfen, woran das alles liegen könnte? Oder
>> direkt einen Lösungsweg geben
>>
>> Vielleicht kennt das Problem schon jemand ?
>



More information about the TYPO3-german mailing list