• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

ModernAAC - php error

KuczyProceder

House Music 4eVeR
Joined
Feb 1, 2011
Messages
68
Reaction score
1
Location
Stalowa Wola
No to tak, gdy ktoś wejdzie w newsa to pojawia się następujący komunikat:

Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined index: account_id

Filename: models/home_model.php

Line Number: 56


Fragment kodu z home_model.php:

PHP:
    public function getCharacters() {
        $this->db->select('id, name');
        return $this->db->get_where('players', array('account_id' => $_SESSION['account_id']))->result_array();     ##<-- to jest linia 56##
     }

może ktoś z was się z tym spotkał i wie jak temu zaradzić ? :)


@down:
no tak, undefinex index: account_id, tyle że w bazie danych w "players" mam "account_id" .

@topic:
ok działa, dzięki Diath! ale wam też się podziękowania należą.

Do zamknięcia.
 
Last edited:
Back
Top Bottom