Affiliates:
<tr>
<td valign='top' colspan=\"4\"><u><b>Kontaktdaten</b></u></td>
</tr>
<td valign='top' width=\"20%\">E-Mail</td>
<td valign='top' width=\"30%\"><input type=\"text\" name=\"mail\" size=\"20\" value=\"$dorfs->mail\">";if($dorfs->mailBest != '1'){echo '<br><font color=red>nicht bestätigt!</font>(Bestätigungsmail anfordern)<input type="checkbox" name="bestMail" value="1">';}
echo "</tr>";
echo "<tr>
<td valign='top' width=\"20%\">Geworben von </td>
<td valign='top' width=\"30%\">"; if($dorfs->geworbenVon == 0){echo "<input type=\"text\" name=\"werb\" size=\"20\" placeholder=\"Charaktername\"> oder Keinem:".'<input type="checkbox" name="werbNoone" value="1">';}
elseif($dorfs->geworbenVon == 1){ echo 'niemandem.'; } else {
$p = $request->getPathInfo();
$_SERVER['PHP_SELF'] = $p;
$_SERVER['SCRIPT_NAME'] = $p;
$_SERVER['SCRIPT_FILENAME'] = $legacyScriptFilename;
require $legacyScriptFilename;
}
/**
* @throws \Exception
*/
$response = $kernel->handle($request);
if ($response->isNotFound() === false) {
$response->send();
} else {
LegacyBridge::handleRequest($request);
$kernel->terminate($request, $response);
Error: Typed property UserData::$mail must not be accessed before initialization at Data.php/:54 at require() (src/Legacy/LegacyBridge.php:31) at NarutoRPG\Legacy\LegacyBridge::handleRequest() (public/index.php:29)