PDA

Просмотр полной версии : [Вопрос] [ERROR] "mysql_tquery" - invalid connection handle (ID = 0)



NooB.pwn
02.03.2015, 00:38
В mysql_log.txt пишет следующее
[ERROR] "mysql_tquery" - invalid connection handle (ID = 0) . Как найти место?

gangzone.ini
02.03.2015, 01:34
invalid connection handle
Нету соединение с базой данных

NooB.pwn
02.03.2015, 01:44
Нету соединение с базой данных

а чего именно? Онлайн на сервер есть, держит хорошо... Ничего не слетает. Тьфу,тьфу

gangzone.ini
02.03.2015, 01:58
Выбивает только 1 ошибку ? Или пишет что-то ещё?

NooB.pwn
02.03.2015, 02:35
одна

NooB.pwn
02.03.2015, 14:58
За ночь на флудило


[02:02:46] [ERROR] "mysql_tquery" - invalid connection handle (ID = 0)
[02:02:51] [ERROR] "mysql_tquery" - invalid connection handle (ID = 0)
[06:38:28] [ERROR] cache_get_field_content_int - invalid datatype
[07:35:04] [ERROR] cache_get_field_content_int - invalid datatype
[07:56:18] [ERROR] cache_get_field_content_int - invalid datatype
[08:05:38] [ERROR] cache_get_field_content_int - invalid datatype
[08:13:39] [ERROR] cache_get_field_content_int - invalid datatype
[09:07:35] [ERROR] cache_get_field_content_int - invalid datatype
[09:21:32] [ERROR] cache_get_field_content_int - invalid datatype
[09:48:06] [ERROR] cache_get_field_content_int - invalid datatype
[09:56:28] [ERROR] cache_get_field_content_int - invalid datatype
[09:56:54] [ERROR] cache_get_field_content_int - invalid datatype
[10:16:13] [ERROR] cache_get_field_content_int - invalid datatype
[10:26:42] [ERROR] cache_get_field_content_int - invalid datatype
[10:36:37] [ERROR] cache_get_field_content_int - invalid datatype
[10:38:02] [ERROR] cache_get_field_content_int - invalid datatype
[11:04:10] [ERROR] cache_get_field_content_int - invalid datatype
[11:12:22] [ERROR] cache_get_field_content_int - invalid datatype
[11:18:43] [ERROR] cache_get_field_content_int - invalid datatype
[11:20:26] [ERROR] cache_get_field_content_int - invalid datatype
[11:24:30] [ERROR] cache_get_field_content_int - invalid datatype
[11:32:41] [ERROR] cache_get_field_content_int - invalid datatype
[11:36:54] [ERROR] cache_get_field_content_int - invalid datatype
[11:43:26] [ERROR] cache_get_field_content_int - invalid datatype
[11:45:17] [ERROR] cache_get_field_content_int - invalid datatype
[11:45:56] [ERROR] cache_get_field_content_int - invalid datatype
[11:57:53] [ERROR] cache_get_field_content_int - invalid datatype
[12:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[12:09:51] [ERROR] cache_get_field_content_int - invalid datatype
[12:24:34] [ERROR] cache_get_field_content_int - invalid datatype
[12:41:53] [ERROR] cache_get_field_content_int - invalid datatype
[12:42:40] [ERROR] cache_get_field_content_int - invalid datatype
[12:45:22] [ERROR] cache_get_field_content_int - invalid datatype
[12:52:02] [ERROR] cache_get_field_content_int - invalid datatype
[12:53:25] [ERROR] cache_get_field_content_int - invalid datatype
[12:54:24] [WARNING] cache_get_field_content - no active cache
[12:54:24] [WARNING] cache_get_field_content - no active cache
[12:55:17] [ERROR] cache_get_field_content_int - invalid datatype
[12:55:57] [ERROR] cache_get_field_content_int - invalid datatype
[12:57:16] [ERROR] cache_get_field_content_int - invalid datatype
[12:57:31] [ERROR] cache_get_field_content_int - invalid datatype
[12:59:26] [ERROR] cache_get_field_content_int - invalid datatype
[13:06:37] [ERROR] cache_get_field_content_int - invalid datatype
[13:10:08] [ERROR] cache_get_field_content_int - invalid datatype
[13:15:23] [ERROR] cache_get_field_content_int - invalid datatype
[13:21:55] [ERROR] cache_get_field_content_int - invalid datatype
[13:23:05] [ERROR] "mysql_tquery" - invalid connection handle (ID = 0)
[13:23:10] [ERROR] "mysql_tquery" - invalid connection handle (ID = 0)
[13:24:57] [ERROR] cache_get_field_content_int - invalid datatype
[13:45:01] [ERROR] cache_get_field_content_int - invalid datatype

Mazzilla
02.03.2015, 15:49
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
return printf("|||||||||||||||||||||||||||||||\nСоединение: %d\nID ошибки: %d\nОшибка: %s\nПаблик: %s\nЗапрос : %s\n|||||||||||||||||||||||||||||||",connectionHandle, errorid,error,callback,query);
В любое место в моде, затем смотрим консоль.

NooB.pwn
02.03.2015, 21:27
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
return printf("|||||||||||||||||||||||||||||||\nСоединение: %d\nID ошибки: %d\nОшибка: %s\nПаблик: %s\nЗапрос : %s\n|||||||||||||||||||||||||||||||",connectionHandle, errorid,error,callback,query);
В любое место в моде, затем смотрим консоль.

Сделал как и говорил, рестартнул в mysql_log.txt
[20:25:30] [ERROR] "mysql_tquery" - invalid connection handle (ID = 0)
. А в server_log.txt пусто..

NooB.pwn
03.03.2015, 14:28
Ещё есть какие предложения? :-(