Witam na potrzeby mojej strony pobieram poprzez global.php nick zalogowanego gracza... i tylko tyle mi z tego potrzeba, lecz gdy próbuję pobrać dane z innej bazy danych mam błąd od mybb...
MyBB has experienced an internal error and cannot continue.
Error Type:Catchable Fatal Error (4096)Error Message:Object of class mysqli_result could not be converted to string
Moje zapytania:
mysql_connect("localhost", "root","haslo") or die(mysql_error());
mysql_set_charset("utf8");
mysql_select_db("panel") or die(mysql_error());
$query3 = "SELECT * FROM postacie WHERE nick_forum='".$name."'";
$result3 = mysql_query($query3) or die(mysql_error()."[".$query3."]");
MyBB has experienced an internal error and cannot continue.
Error Type:Catchable Fatal Error (4096)Error Message:Object of class mysqli_result could not be converted to string
Moje zapytania:
mysql_connect("localhost", "root","haslo") or die(mysql_error());
mysql_set_charset("utf8");
mysql_select_db("panel") or die(mysql_error());
$query3 = "SELECT * FROM postacie WHERE nick_forum='".$name."'";
$result3 = mysql_query($query3) or die(mysql_error()."[".$query3."]");