Так же mysql.log который подтверждает что после цикла, загрузка других столбцов не происходит:
PHP код:
[18:05:54] [DEBUG] mysql_format - connection: 1, len: 92, format: "SELECT * FROM `accounts` WHERE `player_name` = '%e' LIMIT 1"
[18:05:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `accounts` WHERE `player_name` = 'Santiago_Dalglis", callback: "callback_load_account", format: "d"
[18:05:55] [DEBUG] CMySQLQuery::Execute[callback_load_account] - starting query execution
[18:05:55] [DEBUG] CMySQLQuery::Execute[callback_load_account] - query was successfully executed within 0.648 milliseconds
[18:05:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[18:05:55] [DEBUG] Calling callback "callback_load_account"..
[18:05:55] [DEBUG] cache_get_data - connection: 1
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "level", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "level", data: "8"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "confirmation_status_email", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "confirmation_status_email", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "security_code", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "security_code", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_house", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_house", data: "255"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_business", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_business", data: "255"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "helper_level", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "helper_level", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "admin_level", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "admin_level", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "donate_money", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "donate_money", data: "2000"
[18:05:55] [DEBUG] cache_get_field_content_float - row: 0, field_name: "fuel_home_car", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "fuel_home_car", data: "100"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "action_offline", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "action_offline", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "job_hitman_salary", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "job_hitman_salary", data: "0"
[18:05:55] [DEBUG] cache_get_field_content - row: 0, field_name: "data_registration", connection: 1, max_len: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "data_registration", data: "2015-06-10"
[18:05:55] [DEBUG] cache_get_field_content_float - row: 0, field_name: "health_players", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "health_players", data: "100"
[18:05:55] [DEBUG] mysql_format - connection: 1, len: 126, format: "UPDATE `accounts` SET `date_of_entry` = NOW() WHERE `player_name` = '%e'"
[18:05:55] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `date_of_entry` = NOW() WHERE `player_name", callback: "(null)", format: "(null)"
[18:05:55] [DEBUG] cache_get_field_content - row: 0, field_name: "date_of_entry", connection: 1, max_len: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "date_of_entry", data: "2015-06-10 19:02:18"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_phone_book", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_phone_book", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_handbook", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_handbook", data: "1"
[18:05:55] [DEBUG] cache_get_field_content - row: 0, field_name: "last_ip_address_input", connection: 1, max_len: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "last_ip_address_input", data: "185.44.239.10"
[18:05:55] [DEBUG] cache_get_field_content - row: 0, field_name: "ip_address_registration", connection: 1, max_len: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ip_address_registration", data: "185.44.239.10"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "home_cars", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "home_cars", data: "65535"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "donate_expense", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "donate_expense", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "donate_rang", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "donate_rang", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "registration_status", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "registration_status", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "sex", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "sex", data: "65535"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "apartment_ownership", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "apartment_ownership", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "arested_status", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "arested_status", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mute_status", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mute_status", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "save_materials_house", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "save_materials_house", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "safe_money_house", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "safe_money_house", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "safe_drugs_house", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "safe_drugs_house", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "safe_thing_house", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "safe_thing_house", data: "11"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_medicine_chest", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_medicine_chest", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "donate_score", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "donate_score", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bank_pin_code", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bank_pin_code", data: "65535"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_bank_pin_code", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_bank_pin_code", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_bank_pin_code", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_bank_pin_code", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "safe_weapon", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "safe_weapon", data: "65535"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "safe_weapon_ammo", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "safe_weapon_ammo", data: "65535"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_search", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_search", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "won_back_hours", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "won_back_hours", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "cash_money", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "cash_money", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "kills_player", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "kills_player", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "deatch_player", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "deatch_player", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "deatch_player", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "deatch_player", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "wages", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "wages", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_jailed", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_jailed", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "status_admins_pirson", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "status_admins_pirson", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "jail_time", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "jail_time", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "materials", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "materials", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "drugs", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "drugs", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "leaders", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "leaders", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "members", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "members", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rang", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rang", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "job", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "job", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "driver_license", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "driver_license", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "license_air", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "license_air", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "license_water", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "license_water", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "license_weapon", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "license_weapon", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "slot_ammo_one", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "slot_ammo_one", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "weapons_slot_one", connection: 1
[18:05:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "weapons_slot_one", data: "0"
[18:05:55] [DEBUG] cache_get_field_content_int - row: 1, field_name: "slot_ammo_two", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('1')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 1, field_name: "weapons_slot_two", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('1')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 2, field_name: "slot_ammo_there", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('2')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 2, field_name: "weapons_slot_there", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('2')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 3, field_name: "slot_ammo_four", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('3')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 3, field_name: "weapons_slot_four", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('3')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 4, field_name: "slot_ammo_five", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('4')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 4, field_name: "weapons_slot_five", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('4')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 5, field_name: "slot_ammo_six", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('5')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 5, field_name: "weapons_slot_six", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('5')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 6, field_name: "slot_ammo_seven", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('6')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 6, field_name: "weapons_slot_seven", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('6')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 7, field_name: "slot_ammo_eight", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('7')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 7, field_name: "weapons_slot_eight", connection: 1
[18:05:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('7')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 8, field_name: "slot_ammo_nine", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('8')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 8, field_name: "weapons_slot_nine", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('8')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 9, field_name: "slot_ammo_ten", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('9')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 9, field_name: "weapons_slot_ten", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('9')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 10, field_name: "slot_ammo_eleven", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('10')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 10, field_name: "weapons_slot_eleven", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('10')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 11, field_name: "slot_ammo_twelve", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('11')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] cache_get_field_content_int - row: 11, field_name: "weapons_slot_twelve", connection: 1
[18:05:55] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('11')
[18:05:55] [ERROR] cache_get_field_content_int - invalid datatype
[18:05:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[18:05:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 14.41 milliseconds
[18:05:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving