Jump to content

Warning panel


Recommended Posts

  • Username: AdSense
  • Problema: Primesc urmatorul warning pe mai multe pagini din panel (pe localhost) -> Notice: Undefined index: user
  • Imagini/Videoclipuri cu problema: Nu cred ca e nevoie.
  • Cod sursă: $adminlvl = config::getdata('users','Admin',$_SESSION['user']);
  • Alte detalii: Deci warningul asta apare pe mai multe pagini, pe alea in care ar trebui sa apara anumite setari pentru admini..
Link to comment
Share on other sites

Probabil sesiunea 'user' nu este setata. verifica in login-ul tau ce sesiune iti seteaza si inlocuieste-o!

                                                                                                                              

Link to comment
Share on other sites

Sau mai de graba, verifica da sesiunea 'user' este setata, iar apoi creezi variabila aia. Ex:

if(isset($_SESSION['user'])){

$adminlvl = config::getdata('users','Admin',$_SESSION['user']);

}

                                                                                                                              

Link to comment
Share on other sites

  • 3 months later...

T/C - topic inactiv.

                                                                                                                              

Link to comment
Share on other sites

  • s0nyx locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...