Hallo zusammen,
ich wollte die newloginbox installieren um sr_feuser_register zu benutzen.
Bei der Installation kam
Zitat:
caller t3lib_DB::sql_query ERROR Unknown column 'tx_newloginbox_show_forgot_password' in 'where clause' lastBuiltQuery SELECT count(*)
FROM tt_content
WHERE
CType="list" AND list_type="newloginbox_pi1" AND
(
tx_newloginbox_show_forgot_password OR
tx_newloginbox_header_welcome OR
tx_newloginbox_msg_welcome OR
tx_newloginbox_header_success OR
tx_newloginbox_msg_success OR
tx_newloginbox_header_error OR
tx_newloginbox_msg_error OR
tx_newloginbox_header_status OR
tx_newloginbox_msg_status OR
tx_newloginbox_header_logout OR
tx_newloginbox_msg_logout
) debug_backtrace SC_mod_tools_em_index->main // SC_mod_tools_em_index->showExtDetails // ext_update->access // t3lib_DB->sql_query // t3lib_DB->debug
Warning: Cannot modify header information - headers already sent by (output started at /var/www/typo3_src-4.1.6/t3lib/class.t3lib_db.php:1103) in /var/www/typo3_src-4.1.6/typo3/mod/tools/em/class.em_index.php on line 1939 |
Weiß jemand woran das liegt?
Ich vermute, dass die Fehlermeldung aus meinem anderen
Thread (sr_feuser_register: Fehler nach "Konto jetzt erstellen") daher rührt...
Danke im Voraus, Leo