Registrierungsfehler mit FI Subsilver Template
Verfasst: 21.06.2006 22:02
Hallo,
sorry, falls ich in dieser Rubrik falsch bin! Brauche Eure Hilfe.
Problem: ich habe das fisubsilver Template installiert und festgestellt, dass zwei fehlende Tabellenzeilen für den Bestätigungscode, verhindern, dass man sich registrieren kann. Habe den Browser Cache gelöscht und schliesslich im Subsilver Template Datei und Stelle gefunden, wo ich das fehlende Element mit copy and paste übertragen konnte.
Ergebnis: Der Bestätigungscode ist nun sichtbar, jedoch erscheint jetzt folgende Fehlermeldung:
'Ran into problems sending Mail. Response: 550 unrouteable address
DEBUG MODE
Line : 153
File : smtp.php'
temlates/fisubsilver/profile_add_body.tpl
-------------dies habe ich eingefügt------------------------
<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" />
</td>
</tr>
<!-- Visual Confirmation -->
<!-- BEGIN switch_confirm -->
<tr>
<td class="row1" colspan="2"> </td>
</tr>
</table>
<br />
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="forumline">
<tr>
<td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td>
</tr>
<tr>
<td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
<td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td>
</tr>
<!-- END switch_confirm -->
<th colspan="2">{L_PROFILE_INFO}</th>
</tr>
<tr>
<td height="22" colspan="2" class="row2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td>
------------------ende---------------------------------
Stefanie
sorry, falls ich in dieser Rubrik falsch bin! Brauche Eure Hilfe.
Problem: ich habe das fisubsilver Template installiert und festgestellt, dass zwei fehlende Tabellenzeilen für den Bestätigungscode, verhindern, dass man sich registrieren kann. Habe den Browser Cache gelöscht und schliesslich im Subsilver Template Datei und Stelle gefunden, wo ich das fehlende Element mit copy and paste übertragen konnte.
Ergebnis: Der Bestätigungscode ist nun sichtbar, jedoch erscheint jetzt folgende Fehlermeldung:
'Ran into problems sending Mail. Response: 550 unrouteable address
DEBUG MODE
Line : 153
File : smtp.php'
temlates/fisubsilver/profile_add_body.tpl
-------------dies habe ich eingefügt------------------------
<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" />
</td>
</tr>
<!-- Visual Confirmation -->
<!-- BEGIN switch_confirm -->
<tr>
<td class="row1" colspan="2"> </td>
</tr>
</table>
<br />
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="forumline">
<tr>
<td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td>
</tr>
<tr>
<td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
<td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td>
</tr>
<!-- END switch_confirm -->
<th colspan="2">{L_PROFILE_INFO}</th>
</tr>
<tr>
<td height="22" colspan="2" class="row2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td>
------------------ende---------------------------------
Stefanie