Jump to content
  • 0

Warning: Trying to access array offset on value of type bool in ***************


Lucian Assura

Question

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 62

Liniile 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']) )
    	{

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.