Script[gamemodes/us.amx]: Run time error 19: "File or function is not found"
#1

Hello all why i have this message ?

Script[gamemodes/us.amx]: Run time error 19: "File or function is not found"


I made all ok NOT working !

server.cfg

pawn Код:
echo Executing Server Config...
lanmode 1
rcon_password 1234
maxplayers 100
port 7777
rcon 0
hostnamework
gamemode0 us 1 
plugins sscanf.dll streamer.dll mysql.dll GeoIP_Plugin.dll
filterscripts
announce 0
query 1
weburl [url]www.samp.ro[/url]
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Server LOG

pawn Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[00:27:53] filterscripts = ""  (string)
[00:27:53]
[00:27:53] Server Plugins
[00:27:53] --------------
[00:27:53]  Loading plugin: sscanf.dll
[00:27:53]

[00:27:53]  ===============================

[00:27:53]       sscanf plugin loaded.    

[00:27:53]    (c) 2009 Alex "******" Cole

[00:27:53]    0.3d-R2 500 Players "dnee"

[00:27:53]  ===============================

[00:27:53]   Loaded.
[00:27:53]  Loading plugin: streamer.dll
[00:27:53]

*** Streamer Plugin v2.7.7 by Incognito loaded ***

[00:27:53]   Loaded.
[00:27:53]  Loading plugin: mysql.dll
[00:27:54]  >> plugin.mysql: R39-2 successfully loaded.
[00:27:54]   Loaded.
[00:27:54]  Loading plugin: GeoIP_Plugin.dll
[00:27:54] GeoIP_Plugin got loaded.
[00:27:54]   Loaded.
[00:27:54]  Loaded 4 plugins.

[00:27:54]
[00:27:54] Filterscripts
[00:27:54] ---------------
[00:27:54]   Loaded 0 filterscripts.

[00:27:54] Script[gamemodes/us.amx]: Run time error 19: "File or function is not found"
[00:27:54] Number of vehicle models: 0
and ss from gamemodes


http://prntscr.com/ahxr6h



i Have WINDOWS 7
Reply
#2

Have you checked versions of plugins match with script includes?

Have you got something in your script using a plugin you havent included in the cfg?
Reply
#3

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[00:55:32] filterscripts = "" (string)
[00:55:32]
[00:55:32] Server Plugins
[00:55:32] --------------
[00:55:32] Loading plugin: crashdetect
[00:55:32] CrashDetect v4.15.1 is OK.
[00:55:32] Loaded.
[00:55:32] Loading plugin: sscanf
[00:55:32]

[00:55:32] ===============================

[00:55:32] sscanf plugin loaded.

[00:55:32] © 2009 Alex "******" Cole

[00:55:32] 0.3d-R2 500 Players "dnee"

[00:55:32] ===============================

[00:55:32] Loaded.
[00:55:32] Loading plugin: streamer
[00:55:32]

*** Streamer Plugin v2.7.7 by Incognito loaded ***

[00:55:32] Loaded.
[00:55:32] Loading plugin: mysql
[00:55:32] >> plugin.mysql: R39-2 successfully loaded.
[00:55:32] Loaded.
[00:55:32] Loaded 4 plugins.

[00:55:32]
[00:55:32] Filterscripts
[00:55:32] ---------------
[00:55:32] Loaded 0 filterscripts.

[00:55:33] [debug] Run time error 19: "File or function is not found"
[00:55:33] [debug] SSCANF_IsConnected
[00:55:33] [debug] Run time error 19: "File or function is not found"
[00:55:33] [debug] SSCANF_IsConnected
[00:55:33] Script[gamemodes/us.amx]: Run time error 19: "File or function is not found"
[00:55:33] Number of vehicle models: 0




With crashdetect
Reply
#4

Have you made any changes to sscanf? Where is it downloaded from?
Reply
#5

No. I made with starting server. But now dosen't load database

SQL = mysql_connect("localhost", "root", "test", "");

http://prntscr.com/ahyn5r
Reply
#6

Quote:
Originally Posted by Sn4ke2
Посмотреть сообщение
No. I made with starting server. But now dosen't load database

SQL = mysql_connect("localhost", "root", "test", "");

http://prntscr.com/ahyn5r
Debug MySQL in your gamemode, check where the error is.
Reply
#7

How to debug ?
Reply
#8

pawn Код:
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `houses` ORDER BY `houses`.`ID` ASC", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:06] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 1
[12:07:06] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:06] [DEBUG] cache_get_row_count - connection: 1
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `bizz` ORDER BY `bizz`.`ID` ASC", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:06] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 2
[12:07:06] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:06] [DEBUG] cache_get_row_count - connection: 1
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `sbizz` ORDER BY `sbizz`.`ID` ASC", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:06] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 3
[12:07:06] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:06] [DEBUG] cache_get_row_count - connection: 1
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `stuff`", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 4
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `charity`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 5
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `turfs` ORDER BY `turfs`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 6
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `dsveh`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 7
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `papers`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 8
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `factions` ORDER BY `factions`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 9
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `clans` ORDER BY `clans`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 10
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `poll`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 11
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Admin", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Helper", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Member", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Leader", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt1", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt2", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt3", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt4", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt5", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt6", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt7", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt8", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt9", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt0", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opts", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Title", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `safezones`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 12
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `cars` ORDER BY `cars`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 13
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
Reply
#9

pawn Код:
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `houses` ORDER BY `houses`.`ID` ASC", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:06] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 1
[12:07:06] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:06] [DEBUG] cache_get_row_count - connection: 1
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `bizz` ORDER BY `bizz`.`ID` ASC", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:06] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 2
[12:07:06] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:06] [DEBUG] cache_get_row_count - connection: 1
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `sbizz` ORDER BY `sbizz`.`ID` ASC", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:06] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:06] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 3
[12:07:06] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:06] [DEBUG] cache_get_row_count - connection: 1
[12:07:06] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `stuff`", use_cache: true
[12:07:06] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 4
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `charity`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 5
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `turfs` ORDER BY `turfs`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 6
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `dsveh`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 7
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `papers`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 8
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `factions` ORDER BY `factions`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 9
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `clans` ORDER BY `clans`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 10
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `poll`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 11
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Admin", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Helper", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Member", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Leader", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt1", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt2", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt3", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt4", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt5", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt6", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt7", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt8", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt9", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opt0", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Opts", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] cache_get_field_content - row: 0, field_name: "Title", connection: 1, max_len: 128
[12:07:07] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `safezones`", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 12
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
[12:07:07] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `cars` ORDER BY `cars`.`ID` ASC", use_cache: true
[12:07:07] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - starting query execution
[12:07:07] [DEBUG] CMySQLQuery::Execute[()] - query was successful
[12:07:07] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[12:07:07] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved with ID = 13
[12:07:07] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
[12:07:07] [DEBUG] cache_get_row_count - connection: 1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)