03.07.2012, 17:11
Here is mysql_log.txt :
You can see that when my friend logs on before me, my connection works. By cons, when I log in first, the script stops at mysql_fetch_field ... It's really strange ...
Код:
[Tue Jul 03 18:52:29 2012] ------------------------- [Tue Jul 03 18:52:29 2012] Logging Started [Tue Jul 03 18:52:29 2012] ------------------------- [Tue Jul 03 18:52:30 2012] Function: mysql_init executed with result: "0". [Tue Jul 03 18:52:30 2012] Connected (0) to samp-rp @ localhost via TCP/IP. [Tue Jul 03 18:52:30 2012] MySQL Server Version 5.5.24-log. [Tue Jul 03 18:54:02 2012] Function: mysql_query executed: "SELECT * FROM members WHERE pseudo = 'MyFriend' LIMIT 1" with result: "0". [Tue Jul 03 18:54:02 2012] Function: mysql_store_result executed with result: "1" [Tue Jul 03 18:54:02 2012] Function: mysql_num_rows executed with result: "". [Tue Jul 03 18:54:02 2012] Function: mysql_free_result executed. [Tue Jul 03 18:54:52 2012] Function: mysql_query executed: "SELECT * FROM members WHERE pseudo = 'Urefeu' LIMIT 1" with result: "0". [Tue Jul 03 18:54:52 2012] Function: mysql_store_result executed with result: "1" [Tue Jul 03 18:54:52 2012] Function: mysql_num_rows executed with result: "". [Tue Jul 03 18:54:52 2012] Function: mysql_fetch_field executed. [Tue Jul 03 18:54:52 2012] Function: mysql_free_result executed. [Tue Jul 03 19:17:17 2012] ------------------------- [Tue Jul 03 19:17:17 2012] Logging Started [Tue Jul 03 19:17:17 2012] ------------------------- [Tue Jul 03 19:17:17 2012] Function: mysql_init executed with result: "0". [Tue Jul 03 19:17:17 2012] Connected (0) to samp-rp @ localhost via TCP/IP. [Tue Jul 03 19:17:17 2012] MySQL Server Version 5.5.24-log. [Tue Jul 03 19:17:45 2012] Function: mysql_query executed: "SELECT * FROM members WHERE pseudo = 'Urefeu' LIMIT 1" with result: "0". [Tue Jul 03 19:17:45 2012] Function: mysql_store_result executed with result: "1" [Tue Jul 03 19:17:45 2012] Function: mysql_num_rows executed with result: "". [Tue Jul 03 19:17:45 2012] Function: mysql_fetch_field executed.