[TYPO3-german] Mailformplus Bug
    Ulrich Fischer 
    ulrich-fischer at gmx.net
       
    Wed Sep 17 15:33:34 CEST 2008
    
    
  
Hallo Tobi,
du schriebst am 18. Juni:
> wir bekommen hier im backend (4.2.1), wenn man die Suche benutzt einen dicken SQLFehler:
> 
> caller  t3lib_DB::exec_SELECTquery
> ERROR   Unknown column 'email_html_as_attachment' in 'where clause'
> 
> In der Datenbank gibts die Spalte auch nicht. Wenn ich "compare" durchführe 
> legt der auch die Spalte nicht an. Bug?
Ich gehe davon aus, dass es ein Bug ist
http://bugs.typo3.org/view.php?id=9367
Abhilfe: In der tca.php email_html_as_attachment-Array auskommentieren:
"email_html_as_attachment" => Array (
     'exclude' => 1,
     'label' => 
'LLL:EXT:th_mailformplus/locallang_db.php:tx_thmailformplus_main.email_html_as_attachment',
     'config' => Array (
         'type' => 'input',
         'size' => '1',
     )
),
Schöne Grüße
Ulrich
-- 
http://www.sunfish.de
    
    
More information about the TYPO3-german
mailing list