- 0
Warning: Trying to access array offset on value of type bool in ***************
-
Similar Content
-
- 1 reply
- 2.000 views
-
- 2 answers
- 868 views
-
marime array
By MihaiGG,
- 1 answer
- 589 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Lucian Assura
Hai noroc baieti. Am descarcat si eu astazi gamemode-ul BURNED si instalat panelul, problema e ca am o eroare in adminpanel sau ceva de genul (cum scrie si in titlu), stie cineva ceva rezolvari?
Warning: Trying to access array offset on value of type bool in D:\xampp\htdocs\panel\inc\classes\DB.class.php on line 62Liniile de 50 pana la 70
return $rows; } $q = self::$g_con->prepare("SELECT `".$id."` FROM `".$table."`"); $q->execute(); return $q->rowCount(); } public static function getData($id,$table,$ids,$value) { $q = self::$g_con->prepare("SELECT `".$id."` FROM `".$table."` WHERE `".$ids."` = ".$value.""); $q->execute(); $r_data = $q->fetch(); return $r_data[$id]; - Linia 62 } public static function query($query) { return self::$g_con->query($query); } public static function build($data = array()) { if ( !empty($data['select']) ) {0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now