[Typo3-german] Extension Kickstarter

Elias Humbolt elias at asb-online.at
Sat Nov 5 20:05:36 CET 2005


Ein cooles Tool, bin beeindruckt.
Aber, wenn ich string advanced als DB feld waehle und dann chef for floating 
point, dann wird in der DB trotzdem ein int(11) erzeugt. Es scheint aber ein 
double(2) benoetigt zu sein.

Die Eingabe haut auf jeden Fall nicht hin auf diese Art und Weise:
102: These fields are not properly updated in database: (price,size,sqarefeet) 
Probably value mismatch with fieldtype.

Leider auch nicht, wenn ich den datentyp auf float oder double aendere.
Hab auch keinen reported bug gefunden, der das beschreibt und ich kann mir 
auch nicht vorstellen, dass es sich hierbei wirklich um einen bug handelt, 
bei so einem wichtigen und viel benutzten Tool eher unwahrscheinlich, oder 
doch nicht?!

tca.php scheint auf double zu checken:
"price" => Array (        
            "exclude" => 1,        
            "label" => 
"LLL:EXT:kiRealEstate/locallang_db.php:tx_kitestmod_object.price",        
            "config" => Array (
                "type" => "input",    
                "size" => "30",    
                "eval" => "double2",
            )
        ),

Weiss nicht, was ich sonst noch tun soll.



More information about the TYPO3-german mailing list