Portal-Wetter-Addon von AWSW-Problem
Verfasst: 06.04.2004 10:31
Hi,
ich möchte das Wetteraddon installieren mit EM. EM erkennt ihn und dann kommt ein Fehler ich müsste da folgendes eintragen:
Dann hab ich das eingetragen doch da kommt immer noch der gleiche Fehler. Hier könnt ihr euch meine usercp_register.php (als textversion) anschauen und eventuell das oben im Code richtig eintragen.
MfG
dEv!L
ich möchte das Wetteraddon installieren mit EM. EM erkennt ihn und dann kommt ein Fehler ich müsste da folgendes eintragen:
Code: Alles auswählen
Kritischer Fehler
FINDE FEHLGESCHLAGEN: Konnte in Zeile [includes/usercp_register.php] nicht finden:
$sql = "INSERT INTO " . USERS_TABLE . " (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey)
VALUES ($user_id, '" . str_replace("\'", "''", $username) . "', " . time() . ", '" . str_replace("\'", "''", $new_password) . "', '" . str_replace("\'", "''", $email) . "', '" . str_replace("\'", "''", $icq) . "', '" . str_replace("\'", "''", $website) . "', '" . str_replace("\'", "''", $occupation) . "', '" . str_replace("\'", "''", $location) . "', '" . str_replace("\'", "''", $interests) . "', '" . str_replace("\'", "''", $signature) . "', '$signature_bbcode_uid', $avatar_sql, $viewemail, '" . str_replace("\'", "''", str_replace(' ', '+', $aim)) . "', '" . str_replace("\'", "''", $yim) . "', '" . str_replace("\'", "''", $msn) . "', $attachsig, $allowsmilies, $allowhtml, $allowbbcode, $allowviewonline, $notifyreply, $notifypm, $popup_pm, $user_timezone, '" . str_replace("\'", "''", $user_dateformat) . "', '" . str_replace("\'", "''", $user_lang) . "', $user_style, 0, 1, ";
MOD-Script Zeile #559
MfG
dEv!L