Hallo. Ich habe auf mein script auf MySQL umgeschrieben und bekomme keine Errors oder Warnings nur wenn ich mich im Spiel dann registriere, wird
kein Account erstellt.
Ich hab den debug Modus aktiviert, das kommt wenn ein Spieler auf den Server kommt:
Code
[01:07:50]
[01:07:50] ---------------------------
[01:07:50] MySQL Debugging activated (02/02/13)
[01:07:50] ---------------------------
[01:07:50]
[01:08:27] >> mysql_real_escape_string( Connection handle: 1 )
[01:08:27] >> mysql_real_escape_string() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_query( Connection handle: 1 )
[01:08:27] >> mysql_query() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_store_result( Connection handle: 1 )
[01:08:27] >> mysql_store_result() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_num_rows( Connection handle: 1 )
[01:08:27] >> mysql_num_rows() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_free_result( Connection handle: 1 )
[01:08:27] >> mysql_free_result() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_real_escape_string( Connection handle: 1 )
[01:08:27] >> mysql_real_escape_string() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_query( Connection handle: 1 )
[01:08:27] >> mysql_query() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_store_result( Connection handle: 1 )
[01:08:27] >> mysql_store_result() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_num_rows( Connection handle: 1 )
[01:08:27] >> mysql_num_rows() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:27] >> mysql_free_result( Connection handle: 1 )
[01:08:27] >> mysql_free_result() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:42] >> mysql_real_escape_string( Connection handle: 1 )
[01:08:42] >> mysql_real_escape_string() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:42] >> mysql_real_escape_string( Connection handle: 1 )
[01:08:42] >> mysql_real_escape_string() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
[01:08:42] >> mysql_query( Connection handle: 1 )
[01:08:42] >> mysql_query() - Invalid connection handle. (You set: 1, Highest connection handle ID is 0).
Alles anzeigen
Ich hoffe jemand kann mir bei diesem Problem helfen.
Mit freundlichen Grüßen
Jenkins