05.11.2011, 17:08
I have a fs with mysql registration system, load well the fs and when I log all good, but when I leave and enter the name tells me not registered and I get this in the mysql.log
i use ****** translator
pawn Код:
[11:03:30]
[11:03:30] ---------------------------
[11:03:30] MySQL Debugging activated (11/05/11)
[11:03:30] ---------------------------
[11:03:30]
[11:03:30] >> mysql_query( Connection handle: 0 )
[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_store_result( Connection handle: 0 )
[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_num_rows( Connection handle: 0 )
[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_free_result( Connection handle: 0 )
[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_query( Connection handle: 0 )
[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_store_result( Connection handle: 0 )
[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_num_rows( Connection handle: 0 )
[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_free_result( Connection handle: 0 )
[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_query( Connection handle: 0 )
[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_store_result( Connection handle: 0 )
[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_num_rows( Connection handle: 0 )
[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_free_result( Connection handle: 0 )
[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_query( Connection handle: 0 )
[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_store_result( Connection handle: 0 )
[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_num_rows( Connection handle: 0 )
[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
[11:03:30] >> mysql_free_result( Connection handle: 0 )
[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
i use ****** translator