Fehlermeldung:
Code
Unbekannter Fehler! Fehler-Code: Notice: Undefined offset: 7 in /var/customers/webs/**********/includes/auth.php on line 100 Notice: Undefined offset: 6 in /var/customers/webs/**********/includes/auth.php on line 100 5
Zeile 100 und mehr:
Code
if (list($user_id, $username, $password, $active, $admin, $rank, $fraction, $deleted) = mysqli_fetch_row($result)) {
$this->user_id = $user_id;
$this->username = $username;
$this->active = $active;
$this->admin = $admin;
$this->rank = $rank;
$this->fraction = $fraction;
Ich habe keine Ahnung was das für ein Fehler ist. Brauche echt eure Hilfe.