|
Verfasst am: 22. 04. 2010 [11:57]
|
|
Seneca
Themenersteller
Dabei seit: 15.12.2007
Beiträge: 133
|
Hallo,
mein Formular hat bislang funktioniert. Heute stelle ich fest, dass es mir den Fehler "Passwort bitte zweimal eingeben" liefert, obwohl ich im Repeat-Feld das Passwort korrekt wiederholt habe.
Ich habe zunächst gedacht, es habe etwas damit zu tun, dass ich das Update vom 14.04. aufgespielt habe. Aber ich konnte den Fehler durch das downgrade wiederholen.
Hat jemand eine Idee, woran das liegen könnte?
Da die Suchfunktion des Forums im Augenblick nicht läuft, bitte ich um Verzeihung, falls das Thema schon mehrfach behandelt wurde!
Gruß
Seneca
|
|
Verfasst am: 22. 04. 2010 [12:50]
|
|
nadinek
Dabei seit: 09.03.2010
Beiträge: 8
|
Hallo,
ich habe das gleiche Problem.
Ich bin dabei, sr_feuser_register neu aufzusetzen.
Auch ich erhalte beim Absenden des Registrierungsformulars den Fehlerhinweis bei der Passworteingabe: "Sie müssen Ihr Passwort zweimal eingeben. Versuchen Sie es noch einmal!"
Eingesetzte Version von fe_user_register: 2.5.25
Liegt der Fehler in irgendeiner anderen Datei?
Das HTML-Template ist wie folgt:
[html4strict]
<p><em>Form for the registration of a frontend user:</em></p>
<!-- ###TEMPLATE_CREATE### begin -->
<form id="###FORM_NAME###" method="post" action="###FORM_URL###" enctype="multipart/form-data" ###FORM_ONSUBMIT###>
<fieldset>
<legend>###LABEL_ENTER_ACCOUNT_INFO###</legend>
<p class="tx-srfeuserregister-pi1-notice">###LABEL_REQUIRED_INFO_NOTICE###</p>
<dl>
<!-- ###SUB_INCLUDED_FIELD_username### -->
<dt>
<label for="tx-srfeuserregister-pi1-username">###LABEL_USERNAME### ###REQUIRED_USERNAME###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_username### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_username###</p>
<!-- ###SUB_ERROR_FIELD_username### -->
<!-- ###SUB_REQUIRED_FIELD_username### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_USERNAME###</p>
<!-- ###SUB_REQUIRED_FIELD_username### -->
<input id="tx-srfeuserregister-pi1-username" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="50" title="###TOOLTIP_USERNAME###" name="FE[fe_users][username]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_username### -->
<!-- ###SUB_INCLUDED_FIELD_password### -->
<dt>
<label for="tx-srfeuserregister-pi1-password">###LABEL_PASSWORD### ###REQUIRED_PASSWORD###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_password### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_password###</p>
<!-- ###SUB_ERROR_FIELD_password### -->
<!-- ###SUB_REQUIRED_FIELD_password### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_PASSWORD###</p>
<!-- ###SUB_REQUIRED_FIELD_password### -->
<input id="tx-srfeuserregister-pi1-password" type="password" size="10" maxlength="40" title="###TOOLTIP_PASSWORD###" name="FE[fe_users][password]" class="tx-srfeuserregister-pi1-password" />
<label for="tx-srfeuserregister-pi1-password_again" class="tx-srfeuserregister-pi1-password-again">###LABEL_PASSWORD_AGAIN###</label>
<input id="tx-srfeuserregister-pi1-password_again" type="password" size="10" maxlength="40" title="###LABEL_TOOLTIP_PASSWORD_AGAIN###" name="FE[fe_users][password_again]" class="tx-srfeuserregister-pi1-password" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_password### -->
<!-- ###SUB_INCLUDED_FIELD_gender### -->
<dt>
<label>###LABEL_GENDER### ###REQUIRED_GENDER###</label>
</dt>
<dd class="gender">
<!-- ###SUB_ERROR_FIELD_gender### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_gender###</p>
<!-- ###SUB_ERROR_FIELD_gender### -->
<!-- ###SUB_REQUIRED_FIELD_gender### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_GENDER###</p>
<!-- ###SUB_REQUIRED_FIELD_gender### -->
###TCA_INPUT_gender###
</dd>
<!-- ###SUB_INCLUDED_FIELD_gender### -->
<!-- ###SUB_INCLUDED_FIELD_name### -->
<dt>
<label for="tx-srfeuserregister-pi1-name">###LABEL_NAME### ###REQUIRED_NAME###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_name### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_name###</p>
<!-- ###SUB_ERROR_FIELD_name### -->
<!-- ###SUB_REQUIRED_FIELD_name### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_NAME###</p>
<!-- ###SUB_REQUIRED_FIELD_name### -->
<input id="tx-srfeuserregister-pi1-name" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="100" title="###TOOLTIP_NAME###" name="FE[fe_users][name]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_name### -->
<!-- ###SUB_INCLUDED_FIELD_first_name### -->
<dt>
<label for="tx-srfeuserregister-pi1-first_name">###LABEL_FIRST_NAME### ###REQUIRED_FIRST_NAME###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_first_name### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_first_name###</p>
<!-- ###SUB_ERROR_FIELD_first_name### -->
<!-- ###SUB_REQUIRED_FIELD_first_name### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_FIRST_NAME###</p>
<!-- ###SUB_REQUIRED_FIELD_first_name### -->
<input id="tx-srfeuserregister-pi1-first_name" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="50" title="###TOOLTIP_FIRST_NAME###" name="FE[fe_users][first_name]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_first_name### -->
<!-- ###SUB_INCLUDED_FIELD_last_name### -->
<dt>
<label for="tx-srfeuserregister-pi1-last_name">###LABEL_LAST_NAME### ###REQUIRED_LAST_NAME###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_last_name### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_last_name###</p>
<!-- ###SUB_ERROR_FIELD_last_name### -->
<!-- ###SUB_REQUIRED_FIELD_last_name### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_LAST_NAME###</p>
<!-- ###SUB_REQUIRED_FIELD_last_name### -->
<input id="tx-srfeuserregister-pi1-last_name" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="50" title="###TOOLTIP_LAST_NAME###" name="FE[fe_users][last_name]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_last_name### -->
<!-- ###SUB_INCLUDED_FIELD_status### -->
<dt>
<label for="tx-srfeuserregister-pi1-status" onclick="document.getElementById(this.htmlFor).focus(); return false;">###LABEL_STATUS### ###REQUIRED_STATUS###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_status### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_status###</p>
<!-- ###SUB_ERROR_FIELD_status### -->
<!-- ###SUB_REQUIRED_FIELD_status### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_STATUS###</p>
<!-- ###SUB_REQUIRED_FIELD_status### -->
###TCA_INPUT_status###
</dd>
<!-- ###SUB_INCLUDED_FIELD_status### -->
<!-- ###SUB_INCLUDED_FIELD_date_of_birth### -->
<dt>
<label for="tx-srfeuserregister-pi1-date_of_birth">###LABEL_DATE_OF_BIRTH### ###REQUIRED_DATE_OF_BIRTH###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_date_of_birth### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_date_of_birth###</p>
<!-- ###SUB_ERROR_FIELD_date_of_birth### -->
<!-- ###SUB_REQUIRED_FIELD_date_of_birth### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_DATE_OF_BIRTH###</p>
<!-- ###SUB_REQUIRED_FIELD_date_of_birth### -->
<input id="tx-srfeuserregister-pi1-date_of_birth" type="text" class="tx-srfeuserregister-pi1-text" size="10" maxlength="10" title="###TOOLTIP_DATE_OF_BIRTH###" name="FE[fe_users][date_of_birth]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_date_of_birth### -->
<!-- ###SUB_INCLUDED_FIELD_title### -->
<dt>
<label for="tx-srfeuserregister-pi1-title">###LABEL_TITLE### ###REQUIRED_TITLE###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_title### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_title###</p>
<!-- ###SUB_ERROR_FIELD_title### -->
<!-- ###SUB_REQUIRED_FIELD_title### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_TITLE###</p>
<!-- ###SUB_REQUIRED_FIELD_title### -->
<input id="tx-srfeuserregister-pi1-title" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="40" title="###TOOLTIP_TITLE###" name="FE[fe_users][title]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_title### -->
<!-- ###SUB_INCLUDED_FIELD_company### -->
<dt>
<label for="tx-srfeuserregister-pi1-company">###LABEL_COMPANY### ###REQUIRED_COMPANY###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_company### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_company###</p>
<!-- ###SUB_ERROR_FIELD_company### -->
<!-- ###SUB_REQUIRED_FIELD_company### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_COMPANY###</p>
<!-- ###SUB_REQUIRED_FIELD_company### -->
<input id="tx-srfeuserregister-pi1-company" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="50" title="###TOOLTIP_COMPANY###" name="FE[fe_users][company]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_company### -->
<!-- ###SUB_INCLUDED_FIELD_address### -->
<dt>
<label for="tx-srfeuserregister-pi1-address">###LABEL_ADDRESS### ###REQUIRED_ADDRESS###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_address### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_address###</p>
<!-- ###SUB_ERROR_FIELD_address### -->
<!-- ###SUB_REQUIRED_FIELD_address### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_ADDRESS###</p>
<!-- ###SUB_REQUIRED_FIELD_address### -->
<input id="tx-srfeuserregister-pi1-address" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="60" title="###TOOLTIP_ADDRESS###" name="FE[fe_users][address]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_address### -->
<!-- ###SUB_INCLUDED_FIELD_city### -->
<dt>
<label for="tx-srfeuserregister-pi1-city">###LABEL_CITY### ###REQUIRED_CITY###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_city### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_city###</p>
<!-- ###SUB_ERROR_FIELD_city### -->
<!-- ###SUB_REQUIRED_FIELD_city### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_CITY###</p>
<!-- ###SUB_REQUIRED_FIELD_city### -->
<input id="tx-srfeuserregister-pi1-city" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="40" title="###TOOLTIP_CITY###" name="FE[fe_users][city]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_city### -->
<!-- ###SUB_INCLUDED_FIELD_zone### -->
<dt>
<label for="tx-srfeuserregister-pi1-zone" onclick="document.getElementById(this.htmlFor).focus(); return false;">###LABEL_ZONE### ###REQUIRED_ZONE###</label>
</dt>
<dd>
<!-- ###SUB_REQUIRED_FIELD_zone### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_ZONE###</p>
<!-- ###SUB_REQUIRED_FIELD_zone### -->
###SELECTOR_ZONE###
</dd>
<!-- ###SUB_INCLUDED_FIELD_zone### -->
<!-- ###SUB_INCLUDED_FIELD_static_info_country### -->
<dt>
<label for="tx-srfeuserregister-pi1-static_info_country" onclick="document.getElementById(this.htmlFor).focus(); return false;">###LABEL_COUNTRY### ###REQUIRED_STATIC_INFO_COUNTRY###</label>
</dt>
<dd>
<!-- ###SUB_REQUIRED_FIELD_static_info_country### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_STATIC_INFO_COUNTRY###</p>
<!-- ###SUB_REQUIRED_FIELD_static_info_country### -->
###SELECTOR_STATIC_INFO_COUNTRY###
</dd>
<!-- ###SUB_INCLUDED_FIELD_static_info_country### -->
<!-- ###SUB_INCLUDED_FIELD_country### -->
<dt>
<label for="tx-srfeuserregister-pi1-country">###LABEL_COUNTRY### ###REQUIRED_COUNTRY###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_country### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_country###</p>
<!-- ###SUB_ERROR_FIELD_country### -->
<!-- ###SUB_REQUIRED_FIELD_country### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_COUNTRY###</p>
<!-- ###SUB_REQUIRED_FIELD_country### -->
<input id="tx-srfeuserregister-pi1-country" type="text" class="tx-srfeuserregister-pi1-text" size="20" maxlength="60" title="###TOOLTIP_COUNTRY###" name="FE[fe_users][country]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_country### -->
<!-- ###SUB_INCLUDED_FIELD_zip### -->
<dt>
<label for="tx-srfeuserregister-pi1-zip">###LABEL_ZIP### ###REQUIRED_ZIP###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_zip### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_zip###</p>
<!-- ###SUB_ERROR_FIELD_zip### -->
<!-- ###SUB_REQUIRED_FIELD_zip### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_ZIP###</p>
<!-- ###SUB_REQUIRED_FIELD_zip### -->
<input id="tx-srfeuserregister-pi1-zip" type="text" class="tx-srfeuserregister-pi1-text" size="20" maxlength="20" title="###TOOLTIP_ZIP###" name="FE[fe_users][zip]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_zip### -->
<!-- ###SUB_INCLUDED_FIELD_telephone### -->
<dt>
<label for="tx-srfeuserregister-pi1-telephone">###LABEL_TELEPHONE### ###REQUIRED_TELEPHONE###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_telephone### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_telephone###</p>
<!-- ###SUB_ERROR_FIELD_telephone### -->
<!-- ###SUB_REQUIRED_FIELD_telephone### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_TELEPHONE###</p>
<!-- ###SUB_REQUIRED_FIELD_telephone### -->
<input id="tx-srfeuserregister-pi1-telephone" type="text" class="tx-srfeuserregister-pi1-text" size="25" maxlength="25" title="###TOOLTIP_TELEPHONE###" name="FE[fe_users][telephone]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_telephone### -->
<!-- ###SUB_INCLUDED_FIELD_fax### -->
<dt>
<label for="tx-srfeuserregister-pi1-fax">###LABEL_FAX### ###REQUIRED_FAX###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_fax### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_fax###</p>
<!-- ###SUB_ERROR_FIELD_fax### -->
<!-- ###SUB_REQUIRED_FIELD_fax### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_FAX###</p>
<!-- ###SUB_REQUIRED_FIELD_fax### -->
<input id="tx-srfeuserregister-pi1-fax" type="text" class="tx-srfeuserregister-pi1-text" size="25" maxlength="25" title="###TOOLTIP_FAX###" name="FE[fe_users][fax]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_fax### -->
<!-- ###SUB_INCLUDED_FIELD_email### -->
<dt>
<label for="tx-srfeuserregister-pi1-email">###LABEL_EMAIL### ###REQUIRED_EMAIL###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_email### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_email###</p>
<!-- ###SUB_ERROR_FIELD_email### -->
<!-- ###SUB_REQUIRED_FIELD_email### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_EMAIL###</p>
<!-- ###SUB_REQUIRED_FIELD_email### -->
<input id="tx-srfeuserregister-pi1-email" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="255" title="###TOOLTIP_EMAIL###" name="FE[fe_users][email]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_email### -->
<!-- ###SUB_INCLUDED_FIELD_usergroup### -->
<dt>
<label for="tx-srfeuserregister-pi1-usergroup" onclick="document.getElementById(this.htmlFor).focus(); return false;">###LABEL_USERGROUP### ###REQUIRED_USERGROUP###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_usergroup### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_usergroup###</p>
<!-- ###SUB_ERROR_FIELD_usergroup### -->
<!-- ###SUB_REQUIRED_FIELD_usergroup### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_USERGROUP###</p>
<!-- ###SUB_REQUIRED_FIELD_usergroup### -->
###TCA_INPUT_usergroup###
</dd>
<!-- ###SUB_INCLUDED_FIELD_usergroup### -->
<!-- ###SUB_INCLUDED_FIELD_module_sys_dmail_category### -->
<dt>
<label for="tx-srfeuserregister-pi1-module_sys_dmail_category">###LABEL_MODULE_SYS_DMAIL_CATEGORY### ###REQUIRED_MODULE_SYS_DMAIL_CATEGORY###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_module_sys_dmail_category### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_module_sys_dmail_category###</p>
<!-- ###SUB_ERROR_FIELD_module_sys_dmail_category### -->
<!-- ###SUB_REQUIRED_FIELD_module_sys_dmail_category### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_MODULE_SYS_DMAIL_CATEGORY###</p>
<!-- ###SUB_REQUIRED_FIELD_module_sys_dmail_category### -->
###TCA_INPUT_module_sys_dmail_category###
</dd>
<!-- ###SUB_INCLUDED_FIELD_module_sys_dmail_category### -->
<!-- ###SUB_INCLUDED_FIELD_module_sys_dmail_html### -->
<dt>
<label for="tx-srfeuserregister-pi1-module_sys_dmail_html">###LABEL_MODULE_SYS_DMAIL_HTML### ###REQUIRED_MODULE_SYS_DMAIL_HTML###</label>
</dt>
<dd>
<!-- ###SUB_REQUIRED_FIELD_module_sys_dmail_html### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_MODULE_SYS_DMAIL_HTML###</p>
<!-- ###SUB_REQUIRED_FIELD_module_sys_dmail_html### -->
###TCA_INPUT_module_sys_dmail_html###
</dd>
<!-- ###SUB_INCLUDED_FIELD_module_sys_dmail_html### -->
<!-- ###SUB_INCLUDED_FIELD_language### -->
<dt>
<label for="tx-srfeuserregister-pi1-language" onclick="document.getElementById(this.htmlFor).focus(); return false;">###LABEL_LANGUAGE### ###REQUIRED_LANGUAGE###</label>
</dt>
<dd>
<!-- ###SUB_REQUIRED_FIELD_language### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_LANGUAGE###</p>
<!-- ###SUB_REQUIRED_FIELD_language### -->
###SELECTOR_LANGUAGE###
</dd>
<!-- ###SUB_INCLUDED_FIELD_language### -->
<!-- ###SUB_INCLUDED_FIELD_www### -->
<dt>
<label for="tx-srfeuserregister-pi1-www">###LABEL_WWW### ###REQUIRED_WWW###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_www### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_www###</p>
<!-- ###SUB_ERROR_FIELD_www### -->
<!-- ###SUB_REQUIRED_FIELD_www### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_WWW###</p>
<!-- ###SUB_REQUIRED_FIELD_www### -->
<input id="tx-srfeuserregister-pi1-www" type="text" class="tx-srfeuserregister-pi1-text" size="40" maxlength="80" title="###TOOLTIP_WWW###" name="FE[fe_users][www]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_www### -->
<!-- ###SUB_INCLUDED_FIELD_image### -->
<dt>
<label for="tx-srfeuserregister-pi1-image-0">###LABEL_IMAGE### ###REQUIRED_IMAGE###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_image### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_image###</p>
<!-- ###SUB_ERROR_FIELD_image### -->
<!-- ###SUB_REQUIRED_FIELD_image### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_IMAGE###</p>
<!-- ###SUB_REQUIRED_FIELD_image### -->
###UPLOAD_image###
</dd>
<!-- ###SUB_INCLUDED_FIELD_image### -->
<!-- ###SUB_INCLUDED_FIELD_comments### -->
<dt>
<label for="tx-srfeuserregister-pi1-comments">###LABEL_COMMENTS### ###REQUIRED_COMMENTS###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_comments### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_comments###</p>
<!-- ###SUB_ERROR_FIELD_comments### -->
<!-- ###SUB_REQUIRED_FIELD_comments### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_COMMENTS###</p>
<!-- ###SUB_REQUIRED_FIELD_comments### -->
###TCA_INPUT_comments###
</dd>
<!-- ###SUB_INCLUDED_FIELD_comments### -->
<dt> </dt>
<dd>
###HIDDENFIELDS###
<input type="submit" class="tx-srfeuserregister-pi1-submit" name="tx_srfeuserregister_pi1[submit]" value="###LABEL_BUTTON_REGISTER###" />
</dd>
</dl>
</fieldset>
</form>
<!-- ###TEMPLATE_CREATE### end -->
[/html4strict]
|
|
Verfasst am: 22. 04. 2010 [13:21]
|
|
Seneca
Themenersteller
Dabei seit: 15.12.2007
Beiträge: 133
|
Hallo Nadinek,
das kann nicht am html-Template liegen.
Ich denke, das ist eine Frage der Interpretation bzw. der Verarbeitung der Daten, also z.B. von typoscript.
Ich habe aber im Augenblick keine Zeit zum Suchen, das ist das Problem!
Seneca!
|
|
Verfasst am: 30. 07. 2010 [16:26]
|
|
Beme
Dabei seit: 30.07.2010
Beiträge: 1
|
Hallo ihr beiden,
könnt ihr beiden mal auflösen, woran es bei euch lag??
Ich habe haargenau das gleiche Problem nach einem Update auf 2.5.27.
Danke und viele Grüße
Benjamin
|