Not seen any failed or error query.
Also inserts looks OK.
Check this:
INSERT INTO oslqhq_t_item_location
(fk_i_item_id, fk_c_country_code, s_country, s_country_native, fk_i_region_id, s_region, s_region_native, fk_i_city_id, s_city, s_city_native, s_city_area, s_address, d_coord_lat, d_coord_long, s_zip)
VALUES
(453, 'ES', 'Spain', 'España', NULL, '', NULL, '6109718', 'Santander', NULL, '', 'Calle Argentina 16', '43.4647200000', '-3.8044400000', '39008')
Based on that, osclass sends OK data to database.