2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 DefaultValues::fetchAll 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 00:57:42 NOTICE 189.216.170.87 367003 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 BEGIN Transaction 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 COMMIT Transaction 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modAsset not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modBookCal not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modCollab not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modDataPolicy not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 User::loadParentOf 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 User::get_full_tree get user list 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 User::get_full_tree dol_sort_array 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Build childid for id = 1 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modDeplacement not qualified 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modDocumentGeneration not qualified 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modDynamicPrices not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modFTP not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modIntracommreport not qualified 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modLabel not qualified 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modMailmanSpip not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modPaybox not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modStockTransfer not qualified 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modWebPortal not qualified 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modWebServices not qualified 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Module modZapier not qualified 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 00:57:42 INFO 189.216.170.87 367003 48 --- End access to /admin/modules.php 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 DefaultValues::fetchAll 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 00:57:42 NOTICE 189.216.170.87 365205 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 DefaultValues::fetchAll 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 00:57:42 DEBUG 189.216.170.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 00:57:42 INFO 189.216.170.87 365205 48 --- End access to /theme/eldy/style.css.php 2025-12-05 01:09:26 DEBUG 43.156.204.134 365209 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 01:09:26 DEBUG 43.156.204.134 365209 48 DefaultValues::fetchAll 2025-12-05 01:09:26 DEBUG 43.156.204.134 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 01:09:26 NOTICE 43.156.204.134 365209 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 01:09:26 DEBUG 43.156.204.134 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:09:26 DEBUG 43.156.204.134 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:09:26 INFO 43.156.204.134 365209 48 --- End access to /user/passwordforgotten.php 2025-12-05 01:10:33 DEBUG 222.186.56.29 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:33 NOTICE 222.186.56.29 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:33 DEBUG 222.186.56.29 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:33 INFO 222.186.56.29 365210 48 --- End access to /index.php 2025-12-05 01:10:33 DEBUG 222.186.56.29 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:33 NOTICE 222.186.56.29 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:33 DEBUG 222.186.56.29 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:33 INFO 222.186.56.29 365204 48 --- End access to /index.php 2025-12-05 01:10:33 DEBUG 222.186.56.29 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:33 NOTICE 222.186.56.29 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:33 DEBUG 222.186.56.29 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:33 INFO 222.186.56.29 365208 48 --- End access to /index.php 2025-12-05 01:10:33 DEBUG 222.186.56.29 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:33 NOTICE 222.186.56.29 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:33 DEBUG 222.186.56.29 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:33 INFO 222.186.56.29 367003 48 --- End access to /index.php 2025-12-05 01:10:33 DEBUG 222.186.56.29 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:33 NOTICE 222.186.56.29 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:33 DEBUG 222.186.56.29 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:33 INFO 222.186.56.29 365205 48 --- End access to /index.php 2025-12-05 01:10:34 DEBUG 222.186.56.29 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:34 NOTICE 222.186.56.29 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:34 DEBUG 222.186.56.29 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:34 INFO 222.186.56.29 365209 48 --- End access to /index.php 2025-12-05 01:10:34 DEBUG 222.186.56.29 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:34 NOTICE 222.186.56.29 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:34 DEBUG 222.186.56.29 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:34 INFO 222.186.56.29 365210 48 --- End access to /index.php 2025-12-05 01:10:34 DEBUG 222.186.56.29 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:34 NOTICE 222.186.56.29 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:34 DEBUG 222.186.56.29 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:34 INFO 222.186.56.29 365204 48 --- End access to /index.php 2025-12-05 01:10:34 DEBUG 222.186.56.29 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:34 NOTICE 222.186.56.29 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:34 DEBUG 222.186.56.29 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:34 INFO 222.186.56.29 365208 48 --- End access to /index.php 2025-12-05 01:10:34 DEBUG 222.186.56.29 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:34 NOTICE 222.186.56.29 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:34 DEBUG 222.186.56.29 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:34 INFO 222.186.56.29 367003 48 --- End access to /index.php 2025-12-05 01:10:34 DEBUG 222.186.56.29 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:34 NOTICE 222.186.56.29 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:34 DEBUG 222.186.56.29 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:34 INFO 222.186.56.29 365205 48 --- End access to /index.php 2025-12-05 01:10:35 DEBUG 222.186.56.29 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:35 NOTICE 222.186.56.29 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:35 DEBUG 222.186.56.29 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:35 INFO 222.186.56.29 365209 48 --- End access to /index.php 2025-12-05 01:10:35 DEBUG 222.186.56.29 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:35 NOTICE 222.186.56.29 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:35 DEBUG 222.186.56.29 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:35 INFO 222.186.56.29 365210 48 --- End access to /index.php 2025-12-05 01:10:35 DEBUG 222.186.56.29 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:35 NOTICE 222.186.56.29 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:35 DEBUG 222.186.56.29 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:35 INFO 222.186.56.29 365204 48 --- End access to /index.php 2025-12-05 01:10:35 DEBUG 222.186.56.29 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:35 NOTICE 222.186.56.29 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:35 DEBUG 222.186.56.29 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:35 INFO 222.186.56.29 365208 48 --- End access to /index.php 2025-12-05 01:10:36 DEBUG 222.186.56.29 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:36 NOTICE 222.186.56.29 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:36 DEBUG 222.186.56.29 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:36 INFO 222.186.56.29 367003 48 --- End access to /index.php 2025-12-05 01:10:36 DEBUG 222.186.56.29 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:36 NOTICE 222.186.56.29 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:36 DEBUG 222.186.56.29 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:36 INFO 222.186.56.29 365205 48 --- End access to /index.php 2025-12-05 01:10:37 DEBUG 222.186.56.29 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:37 NOTICE 222.186.56.29 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:37 DEBUG 222.186.56.29 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:37 INFO 222.186.56.29 365209 48 --- End access to /index.php 2025-12-05 01:10:37 DEBUG 222.186.56.29 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:37 NOTICE 222.186.56.29 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:37 DEBUG 222.186.56.29 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:37 INFO 222.186.56.29 365210 48 --- End access to /index.php 2025-12-05 01:10:37 DEBUG 222.186.56.29 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:37 NOTICE 222.186.56.29 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:37 DEBUG 222.186.56.29 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:37 INFO 222.186.56.29 365204 48 --- End access to /index.php 2025-12-05 01:10:37 DEBUG 222.186.56.29 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:37 NOTICE 222.186.56.29 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:37 DEBUG 222.186.56.29 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:37 INFO 222.186.56.29 365208 48 --- End access to /index.php 2025-12-05 01:10:37 DEBUG 222.186.56.29 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:37 NOTICE 222.186.56.29 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:37 DEBUG 222.186.56.29 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:37 INFO 222.186.56.29 367003 48 --- End access to /index.php 2025-12-05 01:10:38 DEBUG 222.186.56.29 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:38 NOTICE 222.186.56.29 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:38 DEBUG 222.186.56.29 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:38 INFO 222.186.56.29 365205 48 --- End access to /index.php 2025-12-05 01:10:38 DEBUG 222.186.56.29 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:38 NOTICE 222.186.56.29 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:38 DEBUG 222.186.56.29 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:38 INFO 222.186.56.29 365209 48 --- End access to /index.php 2025-12-05 01:10:38 DEBUG 222.186.56.29 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:38 NOTICE 222.186.56.29 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:38 DEBUG 222.186.56.29 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:38 INFO 222.186.56.29 365210 48 --- End access to /index.php 2025-12-05 01:10:39 DEBUG 222.186.56.29 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:39 NOTICE 222.186.56.29 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:39 DEBUG 222.186.56.29 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:39 INFO 222.186.56.29 365204 48 --- End access to /index.php 2025-12-05 01:10:39 DEBUG 222.186.56.29 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:39 NOTICE 222.186.56.29 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:39 DEBUG 222.186.56.29 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:39 INFO 222.186.56.29 365208 48 --- End access to /index.php 2025-12-05 01:10:39 DEBUG 222.186.56.29 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:39 NOTICE 222.186.56.29 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:39 DEBUG 222.186.56.29 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:39 INFO 222.186.56.29 367003 48 --- End access to /index.php 2025-12-05 01:10:39 DEBUG 222.186.56.29 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:39 NOTICE 222.186.56.29 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:39 DEBUG 222.186.56.29 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:39 INFO 222.186.56.29 365205 48 --- End access to /index.php 2025-12-05 01:10:39 DEBUG 222.186.56.29 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:39 NOTICE 222.186.56.29 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:39 DEBUG 222.186.56.29 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:39 INFO 222.186.56.29 365209 48 --- End access to /index.php 2025-12-05 01:10:40 DEBUG 222.186.56.29 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:40 NOTICE 222.186.56.29 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:40 DEBUG 222.186.56.29 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:40 INFO 222.186.56.29 365210 48 --- End access to /index.php 2025-12-05 01:10:40 DEBUG 222.186.56.29 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:40 NOTICE 222.186.56.29 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:40 DEBUG 222.186.56.29 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:40 INFO 222.186.56.29 365204 48 --- End access to /index.php 2025-12-05 01:10:40 DEBUG 222.186.56.29 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:40 NOTICE 222.186.56.29 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:40 DEBUG 222.186.56.29 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:40 INFO 222.186.56.29 365208 48 --- End access to /index.php 2025-12-05 01:10:40 DEBUG 222.186.56.29 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:40 NOTICE 222.186.56.29 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:40 DEBUG 222.186.56.29 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:40 INFO 222.186.56.29 367003 48 --- End access to /index.php 2025-12-05 01:10:40 DEBUG 222.186.56.29 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:40 NOTICE 222.186.56.29 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:40 DEBUG 222.186.56.29 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:40 INFO 222.186.56.29 365205 48 --- End access to /index.php 2025-12-05 01:10:41 DEBUG 222.186.56.29 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:41 NOTICE 222.186.56.29 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:41 DEBUG 222.186.56.29 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:41 INFO 222.186.56.29 365209 48 --- End access to /index.php 2025-12-05 01:10:41 DEBUG 222.186.56.29 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:41 NOTICE 222.186.56.29 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:41 DEBUG 222.186.56.29 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:41 INFO 222.186.56.29 365210 48 --- End access to /index.php 2025-12-05 01:10:41 DEBUG 222.186.56.29 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:41 NOTICE 222.186.56.29 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:41 DEBUG 222.186.56.29 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:41 INFO 222.186.56.29 365204 48 --- End access to /index.php 2025-12-05 01:10:41 DEBUG 222.186.56.29 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:41 NOTICE 222.186.56.29 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:41 DEBUG 222.186.56.29 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:41 INFO 222.186.56.29 365208 48 --- End access to /index.php 2025-12-05 01:10:41 DEBUG 222.186.56.29 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:10:41 NOTICE 222.186.56.29 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:10:41 DEBUG 222.186.56.29 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:10:41 INFO 222.186.56.29 367003 48 --- End access to /index.php 2025-12-05 01:13:58 DEBUG 217.154.147.203 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:13:58 NOTICE 217.154.147.203 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:13:58 DEBUG 217.154.147.203 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:13:58 INFO 217.154.147.203 365210 48 --- End access to /index.php 2025-12-05 01:18:32 DEBUG 43.130.139.177 365204 48 DefaultValues::fetchAll 2025-12-05 01:18:32 DEBUG 43.130.139.177 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 01:18:32 NOTICE 43.130.139.177 365204 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 01:18:32 DEBUG 43.130.139.177 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:18:32 INFO 43.130.139.177 365204 48 --- End access to /core/js/lib_head.js.php 2025-12-05 01:30:29 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:29 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:29 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:29 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 01:30:29 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:29 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:29 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:29 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 01:30:30 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:30 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:30 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:30 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 01:30:30 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:30 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:30 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:30 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 01:30:31 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:31 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:31 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:31 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 01:30:31 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:31 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:31 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:31 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 01:30:32 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:32 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:32 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:32 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 01:30:35 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:35 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:35 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:35 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 01:30:35 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:35 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:35 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:36 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 01:30:36 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:36 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:36 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:36 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 01:30:36 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:36 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:36 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:36 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 01:30:37 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:37 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:37 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:37 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 01:30:37 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:37 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:37 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:37 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 01:30:38 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:38 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:38 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:38 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 01:30:38 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:38 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:38 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:38 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 01:30:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 01:30:39 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:39 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:39 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:39 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 01:30:39 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:39 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:39 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:39 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 01:30:40 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:40 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:40 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:40 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 01:30:40 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 01:30:40 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:30:40 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:30:40 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 DefaultValues::fetchAll 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:04 NOTICE 189.216.170.87 365209 48 --- Access to GET /index.php - action=, massaction= 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:39:04 DEBUG 189.216.170.87 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:04 INFO 189.216.170.87 365209 48 --- End access to /index.php 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 DefaultValues::fetchAll 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:04 NOTICE 189.216.170.87 365210 48 --- Access to GET /admin/index.php - action=, massaction= 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:04 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:04 INFO 189.216.170.87 365210 48 --- End access to /admin/index.php 2025-12-05 01:39:05 DEBUG 43.153.204.189 365204 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 01:39:05 DEBUG 43.153.204.189 365204 48 DefaultValues::fetchAll 2025-12-05 01:39:05 DEBUG 43.153.204.189 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 01:39:05 NOTICE 43.153.204.189 365204 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 01:39:05 DEBUG 43.153.204.189 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:39:05 DEBUG 43.153.204.189 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:05 INFO 43.153.204.189 365204 48 --- End access to /user/passwordforgotten.php 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 DefaultValues::fetchAll 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:08 NOTICE 189.216.170.87 365208 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modAsset not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modBookCal not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modCollab not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modDataPolicy not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 User::loadParentOf 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 User::get_full_tree get user list 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 User::get_full_tree dol_sort_array 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Build childid for id = 1 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modDeplacement not qualified 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modDocumentGeneration not qualified 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modDynamicPrices not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modFTP not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modIntracommreport not qualified 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modLabel not qualified 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modMailmanSpip not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modPaybox not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 useNPR 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 useNPR 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modStockTransfer not qualified 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:08 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modWebPortal not qualified 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modWebServices not qualified 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Module modZapier not qualified 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:08 INFO 189.216.170.87 365208 48 --- End access to /admin/modules.php 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 DefaultValues::fetchAll 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:14 NOTICE 189.216.170.87 367003 48 --- Access to GET /admin/modules.php - action=set, massaction= 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 BEGIN Transaction 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 COMMIT Transaction 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_cancelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_claveprodserv.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_exportacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_metodopago.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `row... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `row... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_objetoimp.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowi... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowi... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_tiporelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `r... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `r... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_umed.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` S... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` S... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_usocfdi.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid`... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid`... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_addenda.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_addenda ( rowid SERIAL PRIMARY KEY, addenda VARCHAR(128) NOT NULL, class VARCHAR(255) NOT NULL, fk_status smallint DEFAULT 0, entity INT DEFAULT 1, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfdixml_addenda (addenda, entity) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda ( rowid INT AUTO_INCREMENT PRIMARY KEY, addenda VARCHAR(128) NOT NULL, class VARCHAR(255) NOT NULL, fk_status TINYINT DEFAULT 0, entity INT DEFAULT 1, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_cfdixml_addenda (addenda, entity) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_addenda_extrafields ( rowid SERIAL PRIMARY KEY, fk_addenda INT NOT NULL, attrname VARCHAR(128) NOT NULL, label VARCHAR(255) NOT NULL, type VARCHAR(64) NOT NULL, pos INT DEFAULT 0, size VARCHAR(64), elementtype VARCHAR(64) NOT NULL, unique_field smallint DEFAULT 0, required smallint DEFAULT 0, default_value VARCHAR(255), param TEXT, alwayseditable smallint DEFAULT 0, perms VARCHAR(255), list VARCHAR(64) DEFAULT '-1', help TEXT, computed TEXT, entity INT DEFAULT 1, langfile VARCHAR(255), enabled VARCHAR(255) DEFAULT '1', totalizable smallint DEFAULT 0, printable smallint DEFAULT 0, moreparams TEXT, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfdixml_addenda_extrafields_attrname (fk_addenda, attrname), CONSTRAINT fk_cfdixml_addenda_extrafields_addenda FOREIGN KEY (fk_addenda) REFERENCES llx_cfdixml_addenda (rowid) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_extrafields ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_addenda INT NOT NULL, attrname VARCHAR(128) NOT NULL, label VARCHAR(255) NOT NULL, type VARCHAR(64) NOT NULL, pos INT DEFAULT 0, size VARCHAR(64), elementtype VARCHAR(64) NOT NULL, unique_field TINYINT DEFAULT 0, required TINYINT DEFAULT 0, default_value VARCHAR(255), param TEXT, alwayseditable TINYINT DEFAULT 0, perms VARCHAR(255), list VARCHAR(64) DEFAULT '-1', help TEXT, computed TEXT, entity INT DEFAULT 1, langfile VARCHAR(255), enabled VARCHAR(255) DEFAULT '1', totalizable TINYINT DEFAULT 0, printable TINYINT DEFAULT 0, moreparams TEXT, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_cfdixml_addenda_extrafields_attrname (fk_addenda, attrname), CONSTRAINT fk_cfdixml_addenda_extrafields_addenda FOREIGN KEY (fk_addenda) REFERENCES llx_cfdixml_addenda (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana ( rowid SERIAL PRIMARY KEY, fk_societe INT NOT NULL, codigo_proveedor VARCHAR(50) NOT NULL, tipo_moneda smallint DEFAULT 1, tipo_bulto smallint DEFAULT 1, entity INT DEFAULT 1, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfdixml_addenda_soriana_societe (fk_societe, entity), CONSTRAINT fk_cfdixml_addenda_soriana_societe FOREIGN KEY (fk_societe) REFERENCES llx_societe (rowid) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_societe INT NOT NULL, codigo_proveedor VARCHAR(50) NOT NULL, tipo_moneda TINYINT DEFAULT 1, tipo_bulto TINYINT DEFAULT 1, entity INT DEFAULT 1, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_cfdixml_addenda_soriana_societe (fk_societe, entity), CONSTRAINT fk_cfdixml_addenda_soriana_societe FOREIGN KEY (fk_societe) REFERENCES llx_societe (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana_commande ( rowid SERIAL PRIMARY KEY, fk_commande INT NOT NULL, remision VARCHAR(50), folio_pedido VARCHAR(50), cantidad_articulos INT, entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_addenda_soriana_commande (fk_commande, entity), CONSTRAINT fk_addenda_soriana_commande FOREIGN KEY (fk_commande) REFERENCES llx_commande (rowid) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana_commande ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_commande INT NOT NULL, remision VARCHAR(50), folio_pedido VARCHAR(50), cantidad_articulos INT, entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec DATETIME, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_addenda_soriana_commande (fk_commande, entity), CONSTRAINT fk_addenda_soriana_commande FOREIGN KEY (fk_commande) REFERENCES llx_commande (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana_expedition ( rowid SERIAL PRIMARY KEY, fk_expedition INT NOT NULL, remision VARCHAR(50), consecutivo INT DEFAULT 0, fecha_remision timestamp, tipo_bulto smallint DEFAULT 1, cantidad_bultos INT, fecha_entrega timestamp, empaque_cajas smallint(1) DEFAULT 1, empaque_tarimas smallint(1) DEFAULT 1, cantidad_cajas_tarimas INT, cita VARCHAR(50), entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_addenda_soriana_expedition (fk_expedition, entity), CONSTRAINT fk_addenda_soriana_expedition FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "(" LINE 1: ...T, fecha_entrega timestamp, empaque_cajas smallint(1) DEFAUL... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana_expedition ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_expedition INT NOT NULL, remision VARCHAR(50), consecutivo INT DEFAULT 0, fecha_remision DATETIME, tipo_bulto TINYINT DEFAULT 1, cantidad_bultos INT, fecha_entrega DATETIME, empaque_cajas TINYINT(1) DEFAULT 1, empaque_tarimas TINYINT(1) DEFAULT 1, cantidad_cajas_tarimas INT, cita VARCHAR(50), entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec DATETIME, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_addenda_soriana_expedition (fk_expedition, entity), CONSTRAINT fk_addenda_soriana_expedition FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "(" LINE 1: ...T, fecha_entrega timestamp, empaque_cajas smallint(1) DEFAUL... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 6 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana_expedition_det ( rowid SERIAL PRIMARY KEY, fk_expedition_line INT NOT NULL, fk_expedition INT NOT NULL, codigo VARCHAR(50) NOT NULL, cantidad_unidad numeric(24,8) NOT NULL, costo_neto numeric(24,8) NOT NULL, porcentaje_ieps numeric(24,8) DEFAULT 0, porcentaje_iva numeric(24,8) DEFAULT 0, entity INT DEFAULT 1, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_addenda_soriana_exp_det (fk_expedition_line, entity), CONSTRAINT fk_addenda_soriana_exp_det_exp FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid), CONSTRAINT fk_addenda_soriana_exp_det_line FOREIGN KEY (fk_expedition_line) REFERENCES llx_expeditiondet (rowid) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 6 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana_expedition_det ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_expedition_line INT NOT NULL, fk_expedition INT NOT NULL, codigo VARCHAR(50) NOT NULL, cantidad_unidad DOUBLE(24,8) NOT NULL, costo_neto DOUBLE(24,8) NOT NULL, porcentaje_ieps DOUBLE(24,8) DEFAULT 0, porcentaje_iva DOUBLE(24,8) DEFAULT 0, entity INT DEFAULT 1, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_addenda_soriana_exp_det (fk_expedition_line, entity), CONSTRAINT fk_addenda_soriana_exp_det_exp FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid), CONSTRAINT fk_addenda_soriana_exp_det_line FOREIGN KEY (fk_expedition_line) REFERENCES llx_expeditiondet (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_mymodule_myobject( rowid SERIAL PRIMARY KEY, entity INTEGER DEFAULT 1 NOT NULL, label VARCHAR(255), qty INTEGER, date_creation timestamp, tms timestamp without time zone DEFAULT now() NOT NULL, fk_user_create INTEGER, fk_user_modif INTEGER, status INTEGER, import_key VARCHAR(14) ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=create table llx_mymodule_myobject_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL, fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facture_cce.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_facture_cce ( rowid SERIAL PRIMARY KEY, fk_object INTEGER NOT NULL, version VARCHAR(10) DEFAULT '2.0', motivo_traslado VARCHAR(50), clave_pedimento VARCHAR(50), certificado_origen smallint DEFAULT 0, num_certificado_origen VARCHAR(40), numero_exportador_confiable VARCHAR(50), incoterm VARCHAR(20), observaciones VARCHAR(300), tipo_cambio_usd DECIMAL(10,4), total_usd DECIMAL(10,2), FOREIGN KEY (fk_object) REFERENCES llx_facture(rowid) ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facture_global.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_facture_global ( rowid SERIAL PRIMARY KEY, ref VARCHAR(30) NOT NULL, fk_soc INT NOT NULL, periodo_inicio DATE NOT NULL, periodo_fin DATE NOT NULL, forma_pago VARCHAR(10) NOT NULL, metodo_pago VARCHAR(3) NOT NULL, total_ht numeric(24,8) DEFAULT 0, total_tva numeric(24,8) DEFAULT 0, total_ttc numeric(24,8) DEFAULT 0, date_creation timestamp NOT NULL, tms timestamp without time zone DEFAULT now() NOT NULL , fk_user_create integer NOT NULL, fk_user_modif integer, status smallint DEFAULT 0, uuid VARCHAR(36), entity integer DEFAULT 1 NOT NULL ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facture_global_det.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_facture_global_det ( rowid SERIAL PRIMARY KEY, fk_factura_global INT NOT NULL, fk_facture INT NOT NULL, ref VARCHAR(30) NOT NULL, total_ht numeric(24,8) DEFAULT 0, total_tva numeric(24,8) DEFAULT 0, total_ttc numeric(24,8) DEFAULT 0, discount numeric(24,8) DEFAULT 0, date_creation timestamp NOT NULL, tms timestamp without time zone DEFAULT now() NOT NULL , entity integer DEFAULT 1 NOT NULL, CONSTRAINT fk_facture_global FOREIGN KEY (fk_facture_global) REFERENCES llx_cfdixml_facture_global (rowid), CONSTRAINT fk_facture FOREIGN KEY (fk_facture) REFERENCES llx_facture (rowid) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42703: column "fk_facture_global" referenced in foreign key constraint does not exist LOCATION: transformColumnNameList, tablecmds.c:10713 (DB_ERROR_NOSUCHFIELD) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facturedet_cce.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_facturedet_cce ( rowid SERIAL PRIMARY KEY, fk_object INTEGER NOT NULL, fk_facturedet INTEGER NOT NULL, no_identificacion VARCHAR(100), fraccion_arancelaria VARCHAR(20), cantidad_aduana DECIMAL(16,3), unidad_aduana VARCHAR(50), valor_unitario_aduana DECIMAL(16,6), valor_dolares DECIMAL(16,4), FOREIGN KEY (fk_object) REFERENCES llx_facture(rowid), FOREIGN KEY (fk_facturedet) REFERENCES llx_facturedet(rowid) ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_forma_pago.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid` SERIAL PRIMARY KEY, `fk_c_paiement` INT(11) NOT NULL, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `fk_c_paiement` INT(11) NOT NULL, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_invoiceglobal( rowid SERIAL PRIMARY KEY, ref varchar(128) NOT NULL, label varchar(255), amount numeric DEFAULT NULL, qty real, fk_soc integer, fk_project integer, description text, note_public text, note_private text, date_creation timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , fk_user_creat integer NOT NULL, fk_user_modif integer, last_main_doc varchar(255), import_key varchar(14), model_pdf varchar(255), status integer NOT NULL ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=create table llx_cfdixml_invoiceglobal_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL, fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_payment( rowid SERIAL PRIMARY KEY, ref varchar(128) DEFAULT '(PROV)' NOT NULL, fk_soc integer, note_public text, note_private text, date_creation timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , fk_user_creat integer NOT NULL, fk_user_modif integer, last_main_doc varchar(255), import_key varchar(14), model_pdf varchar(255), status integer NOT NULL ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_cfdixml_payment ADD COLUMN fechaTimbrado varchar(255), ADD COLUMN certificado varchar(255), ADD COLUMN certificadoSAT varchar(255), ADD COLUMN uuid varchar(255), ADD COLUMN xml text; 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=create table llx_cfdixml_payment_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL, fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_invoice.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` SERIAL PRIMARY KEY, `ref_payment` varchar(255) DEFAULT NULL, `fk_facture` int(11) DEFAULT NULL, `amount` varchar(255) DEFAULT NULL, `tx` varchar(255) DEFAULT NULL, `code` varchar(3) DEFAULT NULL, PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` SERIAL... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `ref_payment` varchar(255) DEFAULT NULL, `fk_facture` int(11) DEFAULT NULL, `amount` varchar(255) DEFAULT NULL, `tx` varchar(255) DEFAULT NULL, `code` varchar(3) DEFAULT NULL, PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` SERIAL... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_lines.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE llx_cfdixml_payment_lines( rowid SERIAL PRIMARY KEY, fk_payment integer NOT NULL, fk_paiement integer NOT NULL, fk_paiement_facture integer NOT NULL, amount VARCHAR(255), date_creation timestamp, fk_user_creat integer NOT NULL, tms timestamp without time zone DEFAULT now() NOT NULL ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_queue.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` SERIAL PRIMARY KEY, `fk_object` int(11) NOT NULL, `type` varchar(255) NOT NULL, /* facture, payment */ `reason` varchar(2) NULL, /* reason cancel */ `active` int(11) NOT NULL DEFAULT '1', /* 0 no run, 1 run */ `note` varchar(255) NOT NULL, /* message description */ PRIMARY KEY (`rowid`) ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` SE... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `fk_object` int(11) NOT NULL, `type` varchar(255) NOT NULL, /* facture, payment */ `reason` varchar(2) NULL, /* reason cancel */ `active` int(11) NOT NULL DEFAULT '1', /* 0 no run, 1 run */ `note` varchar(255) NOT NULL, /* message description */ PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` SE... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_paiement_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=create table llx_paiement_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL , fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_mymodule_myobject ADD INDEX idx_mymodule_myobject_fieldobject (fieldobject); replaced by -- CREATE INDEX idx_mymodule_myobject_fieldobject ON llx_mymodule_myobject (fieldobject) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42703: column "fieldobject" does not exist LOCATION: ComputeIndexAttrs, indexcmds.c:1787 (DB_ERROR_NOSUCHFIELD) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce_extrafields.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_mymodule_myobject_extrafields ADD INDEX idx_myobject_fk_object(fk_object); replaced by -- CREATE INDEX idx_myobject_fk_object ON llx_mymodule_myobject_extrafields (fk_object) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_rowid (rowid); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_rowid ON llx_cfdixml_invoiceglobal (rowid) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_ref (ref); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_ref ON llx_cfdixml_invoiceglobal (ref) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_fk_soc (fk_soc); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_fk_soc ON llx_cfdixml_invoiceglobal (fk_soc) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_fk_project (fk_project); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_fk_project ON llx_cfdixml_invoiceglobal (fk_project) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_cfdixml_invoiceglobal ADD CONSTRAINT llx_cfdixml_invoiceglobal_fk_user_creat FOREIGN KEY (fk_user_creat) REFERENCES llx_user(rowid) DEFERRABLE INITIALLY IMMEDIATE; 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 6 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_status (status); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_status ON llx_cfdixml_invoiceglobal (status) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal_extrafields.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal_extrafields ADD INDEX idx_invoiceglobal_fk_object(fk_object); replaced by -- CREATE INDEX idx_invoiceglobal_fk_object ON llx_cfdixml_invoiceglobal_extrafields (fk_object) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_rowid (rowid); replaced by -- CREATE INDEX idx_cfdixml_payment_rowid ON llx_cfdixml_payment (rowid) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_ref (ref); replaced by -- CREATE INDEX idx_cfdixml_payment_ref ON llx_cfdixml_payment (ref) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_fk_soc (fk_soc); replaced by -- CREATE INDEX idx_cfdixml_payment_fk_soc ON llx_cfdixml_payment (fk_soc) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_cfdixml_payment ADD CONSTRAINT llx_cfdixml_payment_fk_user_creat FOREIGN KEY (fk_user_creat) REFERENCES llx_user(rowid) DEFERRABLE INITIALLY IMMEDIATE; 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_status (status); replaced by -- CREATE INDEX idx_cfdixml_payment_status ON llx_cfdixml_payment (status) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_extrafields.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_cfdixml_payment_extrafields ADD INDEX idx_payment_fk_object(fk_object); replaced by -- CREATE INDEX idx_payment_fk_object ON llx_cfdixml_payment_extrafields (fk_object) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_cancelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=TRUNCATE TABLE llx_c_cfdixml_cancelacion; 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('01','01 - Comprobantes emitidos con errores con relación.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('02','02 - Comprobantes emitidos con errores sin relación.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('03','03 - No se llevó a cabo la operación.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('04','04 - Operación nominativa relacionada en una factura global.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_exportacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=TRUNCATE TABLE llx_c_cfdixml_exportacion; 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VALUES ('01','01 - No aplica.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VALUES ('02','02 - Definitiva.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VALUES ('03','03 - Temporal.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_metodopago.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=TRUNCATE TABLE llx_c_cfdixml_metodopago; 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_metodopago" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VALUES ('PUE','Pago en una sola exhibición',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_metodopago" does not exist LINE 1: INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VAL... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VALUES ('PPD','Pago en parcialidades o diferido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_metodopago" does not exist LINE 1: INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VAL... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_objetoimp.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=TRUNCATE TABLE llx_c_cfdixml_objetoimp; 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALUES ('01','01 - No objeto de impuesto.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LINE 1: INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALU... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALUES ('02','02 - Sí objeto de impuesto.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LINE 1: INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALU... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALUES ('03','03 - Sí objeto del impuesto y no obligado al desglose.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LINE 1: INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALU... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_tiporelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=TRUNCATE TABLE llx_c_cfdixml_tiporelacion; 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('01','01 - Nota de crédito de los documentos relacionados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('02','02 - Nota de débito de los documentos relacionados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('03','03 - Devolución de mercancía sobre facturas o traslados previos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('04','04 - Sustitución de los CFDI previos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 6 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('05','05 - Traslados de mercancías facturados previamente',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 7 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('06','06 - Factura generada por los traslados previos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 8 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('07','07 - CFDI por aplicación de anticipo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_umed.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=TRUNCATE TABLE llx_c_cfdixml_umed; 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('19','19 - Camión cisterna',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('26','26 - Tonelada real',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('29','29 - Libra por mil pies cuadrados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('30','30 - Día de potencia de caballos por tonelada métrica de aire seco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 6 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('31','31 - Pescar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 7 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('32','32 - Kilogramo por tonelada métrica seca del aire',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 8 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('36','36 - Pie cúbico por minuto por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 9 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('44','44 - Bolsa a granel de quinientos kilos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 10 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('45','45 - Bolsa a granel de trescientos kilos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 11 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('46','46 - Bolsa a granel de cincuenta libras',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 12 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('47','47 - Bolso de cincuenta libras',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 13 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('48','48 - Carga masiva',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 14 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('53','53 - Kilogramo teórico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 15 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('54','54 - Tonelada teórica (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 16 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('62','62 - Por ciento por 1000 horas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 17 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('63','63 - Tasa de fracaso en el tiempo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 18 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('64','64 - Libra por pulgada cuadrada, calibre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 19 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('66','66 - Oersted',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 20 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('69','69 - Escala específica de prueba',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 21 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('71','71 - Voltios amperios por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 22 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('18','18 - Tambor de cincuenta y cinco galones (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 23 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('72','72 - Vatio por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 24 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('73','73 - Amperios por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 25 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('76','76 - Gauss',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 26 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('78','78 - Kilogauss',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 27 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('84','84 - Kilopound-force por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 28 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('90','90 - Saybold segundo universal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 29 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('92','92 - Calorías por centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 30 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('93','93 - Calorías por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 31 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('94','94 - Unidad de curl',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 32 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('95','95 - Veinte mil galones',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 33 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('96','96 - Diez mil galones (US)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 34 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('97','97 - Diez kilos de tambor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 35 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('98','98 - Quince kilos de tambor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 36 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('05','05 - Ascensor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 37 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('06','06 - Pequeño aerosol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 38 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('08','08 - Montón de calor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 39 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('10','10 - Grupos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 40 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('11','11 - Equipos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 41 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('13','13 - Raciones',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 42 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('14','14 - Shot',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 43 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('15','15 - Palo, medida militar.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 44 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('16','16 - Tambor de 115 kilogramos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 45 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('17','17 - Tambor de cien libras',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 46 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1A','1A - Milla de carros',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 47 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1B','1B - Recuento de automóviles',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 48 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1C','1C - Conteo de locomotoras',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 49 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1D','1D - Caboose count',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 50 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1E','1E - Coche vacío',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 51 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1F','1F - Milla de tren',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 52 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1G','1G - Galón del uso del combustible (los EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 53 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1H','1H - Milla de caboose',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 54 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1I','1I - Tipo de interés fijo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 55 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1J','1J - Tonelada milla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 56 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1K','1K - Milla locomotora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 57 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1L','1L - Recuento total de automóviles',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 58 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1M','1M - Milla total del coche',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 59 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1X','1X - Cuarto de milla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 60 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('20','20 - Contenedores de veinte pies',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 61 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('21','21 - Contenedor de cuarenta pies',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 62 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('22','22 - Decilitro por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 63 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('23','23 - Gramo por centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 64 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('24','24 - Libra teórica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 65 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('25','25 - Gramo por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 66 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('27','27 - Tonelada teórica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 67 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('28','28 - Kilogramo por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 68 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2A','2A - Radián por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 69 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2B','2B - Radián por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 70 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2C','2C - Roentgen',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 71 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2G','2G - Voltios CA',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 72 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2H','2H - Voltios CD',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 73 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2I','2I - Unidad térmica británica (tabla internacional) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 74 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2J','2J - Centímetro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 75 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2K','2K - Pie cúbico por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 76 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2L','2L - Pie cúbico por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 77 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2M','2M - Centímetro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 78 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2N','2N - Decibel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 79 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2P','2P - Kilobyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 80 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2Q','2Q - Kilobecquerel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 81 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2R','2R - Kilocurie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 82 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2U','2U - Megagramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 83 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2V','2V - Megagrama por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 84 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2X','2X - Metro por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 85 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2Y','2Y - Milliroentgen',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 86 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2Z','2Z - Milivoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 87 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('33','33 - Kilopascal por grtr',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 88 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('34','34 - Kilopascal por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 89 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('35','35 - Milímetro por un segundo centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 90 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('37','37 - Onza por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 91 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('38','38 - Onzas por pie cuadrado por 0,01 pulgadas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 92 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3B','3B - Megajoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 93 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3C','3C - Manmonth',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 94 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3E','3E - Libra por libra de producto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 95 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3G','3G - Libra por pieza de producto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 96 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3H','3H - Kilogramo por kilogramo de producto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 97 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3I','3I - Kilogramo por pedazo de producto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 98 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('40','40 - Mililitro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 99 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('41','41 - Mililitro por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 100 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4B','4B - Gorra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 101 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4C','4C - Centistokes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 102 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4E','4E - Veinte pack',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 103 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4G','4G - Microlitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 104 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4H','4H - Micra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 105 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4K','4K - Miliamperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 106 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4L','4L - Megabyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 107 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4M','4M - Miligramo por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 108 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4N','4N - Megabequerel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 109 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4O','4O - Microfaradio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 110 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4P','4P - Newton por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 111 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4Q','4Q - Onza pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 112 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4R','4R - Onza pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 113 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4T','4T - Picofaradio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 114 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4U','4U - Libra por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 115 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4W','4W - Tonelada (EUA) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 116 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4X','4X - Kilolitro por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 117 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('56','56 - Sitas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 118 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('57','57 - Malla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 119 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('58','58 - kilogramo neto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 120 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('59','59 - Parte por millón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 121 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5A','5A - Barril por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 122 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5B','5B - Batch',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 123 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5C','5C - Galón (US) por mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 124 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5E','5E - Mmscf/day',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 125 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5F','5F - Libra por mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 126 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5G','5G - bomba',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 127 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5H','5H - Escenario',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 128 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5I','5I - Pies cúbicos estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 129 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5J','5J - Caballos de potencia hidráulica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 130 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5K','5K - Contar por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 131 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5P','5P - Nivel sísmico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 132 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5Q','5Q - Línea sísmica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 133 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('60','60 - Tanto por ciento en peso',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 134 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('61','61 - Parte por mil millones (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 135 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('74','74 - Milipascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 136 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('77','77 - Mili-pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 137 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('80','80 - Libra por pulgada cuadrado absoluta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 138 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('81','81 - Henry',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 139 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('85','85 - Pie libra-fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 140 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('87','87 - Libra por pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 141 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('89','89 - Poise',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 142 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('91','91 - Stokes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 143 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A1','A1 - 15 ° C calorías',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 144 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A10','A10 - Amperio por metro cuadrado por joule segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 145 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A11','A11 - Ángstrom',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 146 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A12','A12 - Unidad astronómica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 147 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A13','A13 - Attojoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 148 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A14','A14 - Barn',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 149 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A15','A15 - Barn por electrovoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 150 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A16','A16 - Barn por electrovoltio ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 151 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A17','A17 - Barn por esteroradian',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 152 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A18','A18 - Becquerel por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 153 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A19','A19 - Becquerel por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 154 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A2','A2 - Amperio por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 155 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A20','A20 - Unidad térmica británica (tabla internacional) por segundo pie cuadrado grado rankine.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 156 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A21','A21 - Unidad térmica británica (tabla internacional) por libra grado rankine',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 157 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A22','A22 - Unidad térmica británica (tabla internacional) por segundo pie grado rankine',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 158 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A23','A23 - Unidad térmica británica (tabla internacional) por hora pie cuadrado grado rankine.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 159 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A24','A24 - Candela por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 160 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A25','A25 - Caballo de vapor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 161 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A26','A26 - Culombio metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 162 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A27','A27 - Culombio metro cuadrado por voltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 163 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A28','A28 - Culombio por centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 164 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A29','A29 - Culombio por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 165 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A3','A3 - Amperio por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 166 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A30','A30 - Culombio por milímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 167 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A31','A31 - Culombio por kilogramo-segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 168 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A32','A32 - Culombio por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 169 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A33','A33 - Culombio por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 170 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A34','A34 - Culombio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 171 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A35','A35 - Culombio por milímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 172 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A36','A36 - Centímetro cúbico por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 173 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A37','A37 - Decímetro cuadrado por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 174 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A38','A38 - Cubic pooulo p',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 175 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A39','A39 - Metro cúbico por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A4','A4 - Amperio por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 177 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A40','A40 - Metro cúbico por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 178 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A41','A41 - Amperio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 179 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A42','A42 - Curie por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 180 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A43','A43 - Tonelaje de peso muerto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 181 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A44','A44 - Decalitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 182 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A45','A45 - Decámetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 183 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A47','A47 - Decitex',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 184 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A48','A48 - Grado rankine',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 185 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A49','A49 - Negador',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 186 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A5','A5 - Amperio metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 187 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A50','A50 - Dina segundo por centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 188 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A51','A51 - Dina segundo por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 189 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A52','A52 - Dina segundo por centímetro a la quinta potencia',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 190 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A53','A53 - Electronvoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 191 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A54','A54 - Electronvoltio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 192 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A55','A55 - Electronvoltio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 193 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A56','A56 - Electronvoltio metro cuadrado por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 194 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A57','A57 - Ergio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 195 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A58','A58 - Erg por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 196 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A59','A59 - La cobertura de nubes 8-parte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 197 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A6','A6 - Amperio por metro cuadrado Kelvin cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 198 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A60','A60 - Erg por centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 199 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A61','A61 - Erg por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 200 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A62','A62 - Erg por segundo gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 201 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A63','A63 - Erg por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 202 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A64','A64 - Erg por segundo centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 203 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A65','A65 - Erg por centímetro cuadrado segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 204 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A66','A66 - Erg centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 205 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A67','A67 - Erg centímetro cuadrado por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 206 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A68','A68 - Exajoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 207 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A69','A69 - Faradio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 208 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A7','A7 - Amperio por milímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 209 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A70','A70 - Femtojoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 210 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A71','A71 - Femtómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 211 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A73','A73 - Pie por segundo al cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 212 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A74','A74 - Pie libra-fuerza por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 213 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A75','A75 - Tonelada de carga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 214 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A76','A76 - Galón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 215 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A77','A77 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de desplazamiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 216 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A78','A78 - Gaussiano CGS (Centímetro-Gram-Segundo sistema) unidad de corriente eléctrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 217 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A79','A79 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de carga eléctrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 218 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A8','A8 - Amperio segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 219 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A80','A80 - Gaussiano CGS (Centímetro-Gram-Segundo sistema) unidad de la fuerza del campo eléctrico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 220 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A81','A81 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de polarización eléctrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 221 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A82','A82 - Gaussiano CGS (Centímetro-Gram-Segundo sistema) unidad de potencial eléctrico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 222 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A83','A83 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de magnetización',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 223 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A84','A84 - GigaCulombio por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 224 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A85','A85 - Gigaelectrónvoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 225 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A86','A86 - Gigahertz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 226 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A87','A87 - GigaOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 227 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A88','A88 - GigaOhm metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 228 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A89','A89 - Gigapascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 229 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A9','A9 - Tarifa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 230 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A90','A90 - Gigawatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 231 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A91','A91 - Grado centesimal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 232 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A93','A93 - Gramo por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 233 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A94','A94 - Gramo por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 234 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A95','A95 - Gray',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 235 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A96','A96 - Gray por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 236 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A97','A97 - Hectopascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 237 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A98','A98 - Henry por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 238 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A99','A99 - Bit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 239 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AA','AA - Balón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 240 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AB','AB - Paquete a granel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 241 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ACR','ACR - Acre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 242 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ACT','ACT - Actividad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 243 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AD','AD - Byte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 244 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AE','AE - Amperio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 245 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AH','AH - Minuto adicional',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 246 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AI','AI - Minuto y medio por llamada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 247 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AJ','AJ - policía',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 248 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AK','AK - Braza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 249 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AL','AL - Línea de acceso',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 250 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AMH','AMH - Amperio hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 251 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AMP','AMP - Amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 252 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ANN','ANN - Año',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 253 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AP','AP - Libra de aluminio solamente',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 254 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('APZ','APZ - Onza troy u onza farmacéutica ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 255 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AQ','AQ - Unidad del factor anti-hemofílico.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 256 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AR','AR - supositorio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 257 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ARE','ARE - Are',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 258 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AS','AS - Variedad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 259 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ASM','ASM - Grado alcohólico en masa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 260 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ASU','ASU - Grado alcohólico volumétrico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 261 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ATM','ATM - Atmósfera estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 262 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ATT','ATT - Atmósfera técnica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 263 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AW','AW - Relleno de polvo en viales',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 264 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AWG','AWG - Calibre de alambre americano',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 265 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AY','AY - Montaje',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 266 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AZ','AZ - Unidad térmica británica (tabla internacional) por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 267 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B0','B0 - Btu por pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 268 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B1','B1 - Barril (EUA) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 269 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B10','B10 - Bits por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 270 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B11','B11 - Joule por kilogramo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 271 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B12','B12 - Joule por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 272 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B13','B13 - Joule por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 273 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B14','B14 - Joule por metro a la cuarta potencia',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 274 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B15','B15 - Juole por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 275 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B16','B16 - Juoule por Mol kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 276 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B17','B17 - Crédito',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 277 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B18','B18 - Segundos joule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 278 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B19','B19 - Dígito',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 279 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B2','B2 - litera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 280 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B20','B20 - Joule metro cuadrado por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 281 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B21','B21 - Kelvin por watt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 282 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B22','B22 - Kiloamperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 283 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B23','B23 - Kiloamperio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 284 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B24','B24 - Kiloamperio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 285 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B25','B25 - Kilobecquerel por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 286 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B26','B26 - KiloCulombio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 287 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B27','B27 - KiloCulombio por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 288 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B28','B28 - KiloCulombio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 289 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B29','B29 - Kiloelectrónvoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 290 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B3','B3 - Libra de bateo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 291 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B30','B30 - Gibibit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 292 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B31','B31 - Kilogramo metro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 293 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B32','B32 - Kilogramo metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 294 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B33','B33 - Kilogramo metro cuadrado por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 295 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B34','B34 - Kilogramo por decímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 296 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B35','B35 - Kilogramo por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 297 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B36','B36 - Calorías (termoquímicas) por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 298 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B37','B37 - Kilogramo de fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 299 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B38','B38 - Kilogramo-metro de la fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 300 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B39','B39 - Kilogramo-fuerza del metro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 301 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B4','B4 - Barril, unidad imperial',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 302 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B40','B40 - Kilogramo de fuerza por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 303 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B41','B41 - Kilojoule por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 304 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B42','B42 - Kilojoule por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 305 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B43','B43 - Kilojoule por kilogramo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 306 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B44','B44 - Kilojoule por Mol ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 307 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B45','B45 - KiloMol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 308 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B46','B46 - KiloMol por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 309 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B47','B47 - Kilonewton',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 310 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B48','B48 - Kilonewton metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 311 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B49','B49 - KiloOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 312 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B5','B5 - palanquilla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 313 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B50','B50 - KiloOhm metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 314 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B51','B51 - KiloLibra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 315 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B52','B52 - Kilosegundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 316 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B53','B53 - Kilosiemens',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 317 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B54','B54 - Kilosiemens por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 318 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B55','B55 - Kilovoltio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 319 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B56','B56 - Kiloweber por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 320 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B57','B57 - Año luz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 321 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B58','B58 - Litro por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 322 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B59','B59 - Lumen hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 323 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B6','B6 - Bollo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 324 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B60','B60 - Lumen por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 325 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B61','B61 - Luminosidad por watt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 326 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B62','B62 - Lumen segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 327 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B63','B63 - Hora de luz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 328 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B64','B64 - Segundo de luz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 329 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B65','B65 - Maxwell',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 330 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B66','B66 - Megaamperio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 331 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B67','B67 - Megabecquerel por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 332 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B68','B68 - Gigabit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 333 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B69','B69 - MegaCulombio por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 334 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B7','B7 - Ciclo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 335 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B70','B70 - MegaCulombio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 336 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B71','B71 - Megaelectrónvoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 337 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B72','B72 - Megagramo por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 338 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B73','B73 - Meganewton',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 339 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B74','B74 - Meganewton metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 340 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B75','B75 - MegaOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 341 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B76','B76 - MegaOhm metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 342 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B77','B77 - Megasiemens por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 343 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B78','B78 - Megavoltio ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 344 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B79','B79 - Megavoltio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 345 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B8','B8 - Joule por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 346 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B80','B80 - Gigabit por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 347 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B81','B81 - Reciprocidad del metro cuadrado, reciprocidad del segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 348 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B82','B82 - Pulgadas por pie lineal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 349 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B83','B83 - Metro a la cuarta potencia',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 350 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B84','B84 - Microamperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 351 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B85','B85 - Microbar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 352 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B86','B86 - MicroCulombio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 353 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B87','B87 - MicroCulombio por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 354 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B88','B88 - MicroCulombio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 355 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B89','B89 - Microfaradio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 356 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B9','B9 - Batt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 357 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B90','B90 - Microhenry',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 358 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B91','B91 - Microhenry por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 359 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B92','B92 - Micronewton',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 360 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B93','B93 - Micronewton metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 361 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B94','B94 - Micro Ohm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 362 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B95','B95 - MicroOhm metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 363 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B96','B96 - Micropascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 364 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B97','B97 - Microrradián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 365 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B98','B98 - Microsegundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 366 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B99','B99 - Microsiemens',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 367 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BAR','BAR - Bar [unidad de presión]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 368 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BB','BB - Caja base',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 369 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BFT','BFT - Tablero de pies',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 370 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BH','BH - Cepillo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 371 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BHP','BHP - Potencia al freno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 372 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BIL','BIL - Billón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 373 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BLD','BLD - Barril seco (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 374 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BLL','BLL - Barril (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 375 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BP','BP - Tabledo de cien pies',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 376 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BPM','BPM - Latidos por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 377 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BQL','BQL - Becquerel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 378 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BTU','BTU - Unidad térmica británica (tabla internacional)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 379 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BUA','BUA - Bushel (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 380 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BUI','BUI - Bushel (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 381 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BW','BW - Peso base',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 382 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BZ','BZ - Millones de BTUs',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 383 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C0','C0 - Llamada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 384 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C1','C1 - Libra de producto compuesto (peso total)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 385 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C10','C10 - Milifaradio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 386 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C11','C11 - Miligalón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 387 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C12','C12 - Miligramo por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 388 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C13','C13 - MilliGray',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 389 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C14','C14 - Milihenry',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 390 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C15','C15 - Milijoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 391 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C16','C16 - Milímetro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 392 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C17','C17 - Milímetro cuadrado por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 393 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C18','C18 - MiliMol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 394 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C19','C19 - Mol por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 395 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C2','C2 - Carset',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 396 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C20','C20 - Milinewton',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 397 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C21','C21 - Kibibit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 398 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C22','C22 - Milinewton por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 399 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C23','C23 - MiliOhm metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 400 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C24','C24 - Milipascal segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 401 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C25','C25 - Milirradián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 402 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C26','C26 - Milisegundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 403 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C27','C27 - Milisiemens',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 404 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C28','C28 - MilliSievert',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 405 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C29','C29 - Militesla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 406 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C3','C3 - Microvoltios por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 407 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C30','C30 - Milivoltio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 408 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C31','C31 - Miliwatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 409 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C32','C32 - Miliwatt por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 410 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C33','C33 - Miliweber',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 411 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C34','C34 - Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 412 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C35','C35 - Mol por decímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 413 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C36','C36 - Mol por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 414 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C37','C37 - Kilobits',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 415 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C38','C38 - Mol por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 416 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C39','C39 - Nanoamperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 417 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C4','C4 - partido de carga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 418 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C40','C40 - NanoCulombio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 419 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C41','C41 - Nanofaradio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 420 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C42','C42 - Nanofaradio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 421 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C43','C43 - Nanohenry',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 422 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C44','C44 - Nanohenry por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 423 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C45','C45 - Nanómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 424 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C46','C46 - NanoOhm metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 425 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C47','C47 - Nanosegundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 426 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C48','C48 - Nanotesla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 427 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C49','C49 - Nanowatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 428 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C5','C5 - Costo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 429 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C50','C50 - Neperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 430 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C51','C51 - Neperio por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 431 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C52','C52 - Picómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 432 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C53','C53 - Newton metro segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 433 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C54','C54 - Newton metro cuadrado por kilogramo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 434 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C55','C55 - Newton por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 435 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C56','C56 - Newton por milímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 436 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C57','C57 - Newton segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 437 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C58','C58 - Segundos newton por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 438 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C59','C59 - Octava',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 439 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C6','C6 - celda',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 440 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C60','C60 - Ohm centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 441 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C61','C61 - Ohm metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 442 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C62','C62 - Uno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 443 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C63','C63 - Pársec',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 444 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C64','C64 - Pascal por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 445 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C65','C65 - Pascal segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 446 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C66','C66 - Segundos pascal por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 447 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C67','C67 - Segundos pascal por metro ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 448 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C68','C68 - Petajoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 449 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C69','C69 - Phon',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 450 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C7','C7 - Centipoise',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 451 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C70','C70 - Picoamperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 452 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C71','C71 - PicoCulombio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 453 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C72','C72 - Picofaradio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 454 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C73','C73 - Picohenry',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 455 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C74','C74 - Kilobits por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 456 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C75','C75 - Picowatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 457 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C76','C76 - Picowatt por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 458 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C77','C77 - Calibre de libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 459 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C78','C78 - Libra fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 460 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C79','C79 - Kilovoltios horas amperios',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 461 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C8','C8 - MilliCulombio por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 462 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C80','C80 - Rad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 463 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C81','C81 - Radián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 464 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C82','C82 - Radianmetro cuadrado por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 465 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C83','C83 - Rradian metro cuadrado por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 466 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C84','C84 - Radían por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 467 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C85','C85 - Reciprocidad Ámstrong',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 468 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C86','C86 - Reciprocidad del metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 469 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C87','C87 - Reciprocidad metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 470 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C88','C88 - Recíproco joule por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 471 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C89','C89 - Henry recíproco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 472 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C9','C9 - Grupo bobinas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 473 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C90','C90 - Recíproco Henry',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 474 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C91','C91 - Reciprocidad de kelvin ó kelvin a la potencia menos 1',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 475 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C92','C92 - Reciprocidad Metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 476 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C93','C93 - Reciprocidad Metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 477 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C94','C94 - Reciprocidad Minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 478 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C95','C95 - Reciprocidad Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 479 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C96','C96 - Reciprocidad Pascal o pascal a la potencia menos 1 ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 480 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C97','C97 - Reciprocidad Segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 481 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C98','C98 - Segundo recíproco por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 482 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C99','C99 - Reciprocidad Segundo por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 483 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CCT','CCT - Capacidad de carga en toneladas métricas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 484 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CDL','CDL - Candela',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 485 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CE','CE - Cada mes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 486 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CEL','CEL - Grados celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 487 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CEN','CEN - Centenar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 488 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CG','CG - Tarjeta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 489 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CGM','CGM - Centigramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 490 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CK','CK - Conector',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 491 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CKG','CKG - Culombio por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 492 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CLF','CLF - Cientos de hojas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 493 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CLT','CLT - Centilitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 494 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CMK','CMK - Centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 495 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CMQ','CMQ - Centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 496 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CMT','CMT - Centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 497 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CNP','CNP - Cientos de paquetes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 498 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CNT','CNT - Cental (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 499 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('COU','COU - Culombio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 500 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CTG','CTG - Contenido en gramos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 501 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CTM','CTM - Quilatage métrico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 502 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CTN','CTN - Tonelada de contenido (métrica)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 503 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CUR','CUR - Curie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 504 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CWA','CWA - Hundred pound',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 505 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CWI','CWI - Hundredweight',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 506 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CZ','CZ - Combo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 507 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D03','D03 - Kilovatio hora por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 508 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D04','D04 - Lot [unidad de peso]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 509 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D1','D1 - Segundo recíproco por estereorradián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 510 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D10','D10 - Siemens por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 511 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D11','D11 - Mebibit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 512 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D12','D12 - Siemens metro cuadrado por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 513 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D13','D13 - Sievert',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 514 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D14','D14 - Yarda mil lineal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 515 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D15','D15 - Sone',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 516 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D16','D16 - Centímetro cuadrado por erg',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 517 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D17','D17 - Centímetro cuadrado por esteroradian erg',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 518 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D18','D18 - Metro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 519 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D19','D19 - Metro cuadrado kelvin por watt.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 520 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D2','D2 - Segundo recíproco por estereorradián metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 521 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D20','D20 - Metro cuadrado por joule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 522 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D21','D21 - Metro cuadrado por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 523 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D22','D22 - Metro cuadrado por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 524 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D23','D23 - Gramo pluma (proteína)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 525 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D24','D24 - Metro cuadrado por esteroradian',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 526 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D25','D25 - Metro cuadrado por esteroradian joule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 527 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D26','D26 - Metro cuadrado por voltiosegundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 528 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D27','D27 - Estereorradían',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 529 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D28','D28 - sifón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 530 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D29','D29 - Terahertz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 531 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D30','D30 - Terajoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 532 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D31','D31 - Terawatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 533 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D32','D32 - Terawatt hora ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 534 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D33','D33 - Tesla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 535 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D34','D34 - Tex',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 536 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D35','D35 - Calorías (termoquímicas)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 537 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D36','D36 - Megabit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 538 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D37','D37 - Calorías (termoquímicas) por gramo de kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 539 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D38','D38 - Calorías (termoquímicas) por segundo centímetro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 540 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D39','D39 - Calorías (termoquímicas) por segundo centímetro cuadrado kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 541 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D40','D40 - Mil litros',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 542 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D41','D41 - Tonelada por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 543 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D42','D42 - Año tropical',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 544 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D43','D43 - Unidad de masa atómica unificada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 545 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D44','D44 - Var',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 546 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D45','D45 - Voltio cuadrado por kelvin cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 547 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D46','D46 - Voltioio-amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 548 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D47','D47 - Voltio por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 549 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D48','D48 - Voltio por Kelvin ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 550 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D49','D49 - Millivoltio por Kelvin ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 551 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D5','D5 - Kilogramo por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 552 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D50','D50 - Voltio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 553 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D51','D51 - Voltio por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 554 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D52','D52 - Watt por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 555 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D53','D53 - Watt por metro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 556 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D54','D54 - Watt por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 557 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D55','D55 - Watt por metro cuadrado kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 558 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D56','D56 - Watt por metro cuadrado kelvin a la cuarta potencia',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 559 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D57','D57 - Watt por estereorradián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 560 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D58','D58 - Watt por estereorradián metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 561 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D59','D59 - Weber por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 562 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D6','D6 - Roentgen por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 563 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D60','D60 - Weber por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 564 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D61','D61 - Minuto [unidad de ángulo]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 565 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D62','D62 - Segundo [unidad de ángulo]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 566 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D63','D63 - Libro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 567 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D64','D64 - bloquear',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 568 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D65','D65 - Redondo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 569 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D66','D66 - casete',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 570 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D67','D67 - Dólar por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 571 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D68','D68 - Número de palabras',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 572 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D69','D69 - Pulgada a la cuarta potencia',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 573 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D7','D7 - Sandwich',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 574 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D70','D70 - Calorías (tabla internacional)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 575 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D71','D71 - Calorías (tabla internacional) por segundo centímetro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 576 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D72','D72 - Calorías (tabla internacional) por segundo centímetro cuadrado kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 577 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D73','D73 - Joule metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 578 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D74','D74 - Kilogramo por Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 579 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D75','D75 - Calorías (tabla internacional) por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 580 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D76','D76 - Calorías (tabla internacional) por gramo de kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 581 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D77','D77 - MegaCulombio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 582 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D78','D78 - Megajoule por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 583 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D79','D79 - Viga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 584 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D8','D8 - Draize score',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 585 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D80','D80 - Microwatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 586 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D81','D81 - Microtesla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 587 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D82','D82 - Microvoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 588 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D83','D83 - Milinewton metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 589 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D85','D85 - Microwatt por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 590 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D86','D86 - MiliCulombio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 591 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D87','D87 - MiliMol por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 592 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D88','D88 - MiliCulombio por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 593 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D89','D89 - MiliCulombio por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 594 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D9','D9 - Dina por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 595 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D90','D90 - Metro cúbico (neta)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 596 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D91','D91 - Rem',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 597 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D92','D92 - banda',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 598 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D93','D93 - Segundo por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 599 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D94','D94 - Segundo por metro cúbico Radian',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 600 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D95','D95 - Joule por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 601 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D96','D96 - Libra bruta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 602 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D98','D98 - Libra masiva',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 603 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D99','D99 - manga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 604 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DAA','DAA - Decar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 605 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DAD','DAD - Decena de días',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 606 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DAY','DAY - Día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 607 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DB','DB - Libra seca',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 608 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DC','DC - Disco (disco)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 609 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DD','DD - Grado [unidad de ángulo]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 610 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DE','DE - Acuerdo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 611 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DEC','DEC - Década',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 612 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DG','DG - Decigramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 613 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DI','DI - dispensador',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 614 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DJ','DJ - Decagramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 615 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DLT','DLT - Decilitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 616 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMA','DMA - Decámetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 617 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMK','DMK - Decímetro cuadrado ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 618 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMO','DMO - Kiloliter norma',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 619 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMQ','DMQ - Decímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 620 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMT','DMT - Decímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 621 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DN','DN - Decinewton metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 622 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DPC','DPC - Docenas de piezas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 623 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DPR','DPR - Docenas de pares',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 624 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DPT','DPT - Peso de desplazamiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 625 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DQ','DQ - registro de datos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 626 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRA','DRA - Dram (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 627 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRI','DRI - Dram (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 628 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRL','DRL - Docena de rodillos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 629 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRM','DRM - Drachm (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 630 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DS','DS - monitor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 631 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DT','DT - Tonelada seca',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 632 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DTN','DTN - Decitonelada métrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 633 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DU','DU - dina',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 634 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DWT','DWT - Pennyweight',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 635 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Dx','Dx - Dina por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 636 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DY','DY - Libro de directorio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 637 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DZN','DZN - Docena',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 638 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DZP','DZP - Docena de paquete',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 639 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E01','E01 - Newton por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 640 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E07','E07 - Megawatt hora por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 641 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E08','E08 - Megavatios por hertz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 642 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E09','E09 - Miliamperio hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 643 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E10','E10 - Día de grado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 644 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E11','E11 - Gigacalorie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 645 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E12','E12 - Mille',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 646 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E14','E14 - Kilocaloría (tabla internacional)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 647 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E15','E15 - Kilocaloría (termoquímica) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 648 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E16','E16 - Millón de btu (ti) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 649 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E17','E17 - Pie cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 650 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E18','E18 - Tonelada por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 651 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E19','E19 - Ping',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 652 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E20','E20 - Megabit por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 653 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E21','E21 - Shares',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 654 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E22','E22 - Tue',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 655 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E23','E23 - Neumático',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 656 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E25','E25 - Unidad activa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 657 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E27','E27 - Dosis',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 658 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E28','E28 - Tonelada seca de aire',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 659 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E3','E3 - remolque',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 660 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E30','E30 - Hebra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 661 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E31','E31 - Metro cuadrado por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 662 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E32','E32 - Litros por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 663 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E33','E33 - Por mil pies',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 664 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E34','E34 - Gigabyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 665 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E35','E35 - Terabyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 666 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E36','E36 - Petabyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 667 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E37','E37 - Pixel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 668 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E38','E38 - Megapíxeles',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 669 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E39','E39 - Puntos por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 670 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E4','E4 - Kilo bruto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 671 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E40','E40 - Parte por cien mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 672 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E41','E41 - Kilogramo-fuerza por milímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 673 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E42','E42 - Kilogramo-fuerza por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 674 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E43','E43 - Joule por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 675 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E44','E44 - Metros kilogramo-fuerza por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 676 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E45','E45 - MiliOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 677 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E46','E46 - Kilovatio hora por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 678 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E47','E47 - Kilovatio hora por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 679 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E48','E48 - Unidad de servicio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 680 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E49','E49 - Día de trabajo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 681 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E5','E5 - Tonelada métrica larga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 682 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E50','E50 - Unidad de cuenta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 683 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E51','E51 - Trabajo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 684 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E52','E52 - Run foot',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 685 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E53','E53 - Prueba',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 686 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E54','E54 - Viaje',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 687 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E55','E55 - Utilizar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 688 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E56','E56 - Bien',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 689 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E57','E57 - Zona',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 690 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E58','E58 - Exabit por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 691 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E59','E59 - Exbibyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 692 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E60','E60 - Pebibyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 693 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E61','E61 - Tebibyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 694 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E62','E62 - Gibibyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 695 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E63','E63 - Mebibyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 696 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E64','E64 - Kibibyte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 697 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E65','E65 - Exbibit por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 698 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E66','E66 - Exbibit por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 699 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E67','E67 - Exbibit por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 700 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E68','E68 - Gigabyte por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 701 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E69','E69 - Gibibit por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 702 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E70','E70 - Gibibit por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 703 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E71','E71 - Gibibit por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 704 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E72','E72 - Kibibit por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 705 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E73','E73 - Kibibit por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 706 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E74','E74 - Kikibit por metro cúbico.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 707 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E75','E75 - Mebbit por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 708 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E76','E76 - Mebbitt por metro cuadrado.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 709 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E77','E77 - Mebbit por metro cúbico. ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 710 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E78','E78 - Petabit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 711 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E79','E79 - Pebibit por segundo.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 712 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E80','E80 - Pebibit por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 713 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E81','E81 - Pebibit por metro cuadrado.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 714 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E82','E82 - Pebibit por metro cúbico.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 715 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E83','E83 - Tebibit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 716 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E84','E84 - Tebibit por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 717 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E85','E85 - Tebibit por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 718 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E86','E86 - Tebibit por metro cúbico.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 719 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E87','E87 - Tebibit por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 720 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E88','E88 - Bit por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 721 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E89','E89 - Bit por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 722 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E90','E90 - Centímetro recíproco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 723 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E91','E91 - Día recíproco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 724 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E92','E92 - Decímetro cúbico por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 725 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E93','E93 - Kilogramo por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 726 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E94','E94 - KiloMol por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 727 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E95','E95 - Mol por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 728 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E96','E96 - Grado por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 729 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E97','E97 - Mililitro por gadro celsius metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 730 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E98','E98 - Grado celsius por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 731 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E99','E99 - Hectopascal por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 732 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EA','EA - Elemento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 733 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EB','EB - Casilla de correo electrónico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 734 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EP','EP - Paquete de once',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 735 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EQ','EQ - Galón equivalente',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 736 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F01','F01 - Bit por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 737 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F02','F02 - Kelvin por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 738 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F03','F03 - Kilopascal por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 739 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F04','F04 - Milibar por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 740 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F05','F05 - Megapascal por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 741 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F06','F06 - Poise por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 742 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F07','F07 - Pascal por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 743 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F08','F08 - Miliamperio por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 744 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F1','F1 - Mil pies cúbicos por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 745 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F10','F10 - Kelvin por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 746 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F11','F11 - Kelvin por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 747 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F12','F12 - Kelvin por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 748 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F13','F13 - Slug',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 749 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F14','F14 - Gramo por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 750 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F15','F15 - Kilogramo por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 751 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F16','F16 - Miligramo por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 752 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F17','F17 - Libra fuerza por pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 753 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F18','F18 - Kilogramo centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 754 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F19','F19 - Kilogramo milimetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 755 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F20','F20 - Libra pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 756 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F21','F21 - Libra fuerza pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 757 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F22','F22 - Libra fuerza por pie entre amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 758 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F23','F23 - Gramo por decímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 759 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F24','F24 - Kilogramo por kiloMol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 760 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F25','F25 - Gramo por hertz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 761 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F26','F26 - Gramo por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 762 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F27','F27 - Gramo por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 763 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F28','F28 - Gramo por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 764 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F29','F29 - Gramo por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 765 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F30','F30 - Kilogramo por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 766 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F31','F31 - Kilogramo por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 767 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F32','F32 - Miligramo por dia',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 768 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F33','F33 - Miligramo por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 769 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F34','F34 - Miligramo por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 770 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F35','F35 - Gramo por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 771 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F36','F36 - Gramo por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 772 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F37','F37 - Gramo por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 773 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F38','F38 - Gramo por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 774 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F39','F39 - Kilogramo por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 775 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F40','F40 - Kilogramo por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 776 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F41','F41 - Kilogramo por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 777 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F42','F42 - Kilogramo por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 778 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F43','F43 - Miligramo por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 779 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F44','F44 - Miligramo por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 780 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F45','F45 - Miligramo por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 781 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F46','F46 - Miligramo por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 782 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F47','F47 - Newton por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 783 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F48','F48 - Libra fuerza por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 784 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F49','F49 - Rod (Unidad de distancia)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 785 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F50','F50 - Micrómetro por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 786 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F51','F51 - Centímetro por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 787 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F52','F52 - Metro por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 788 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F53','F53 - Mililitro por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 789 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F54','F54 - MiliOhm por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 790 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F55','F55 - Ohm por milla (milla estatal)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 791 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F56','F56 - Ohm por kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 792 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F57','F57 - Miliamperio por libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 793 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F58','F58 - Bar recíproco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 794 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F59','F59 - Miliamperio por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 795 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F60','F60 - Grado celsius por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 796 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F61','F61 - Kelvin por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 797 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F62','F62 - Gramo por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 798 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F63','F63 - Gramo por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 799 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F64','F64 - Gramo por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 800 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F65','F65 - Gramo por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 801 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F66','F66 - Kililogramo por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 802 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F67','F67 - Kilogramo por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 803 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F68','F68 - Kilogramo por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 804 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F69','F69 - Kilogramo por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 805 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F70','F70 - Miligramo por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 806 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F71','F71 - Miligramo por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 807 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F72','F72 - Miligramo por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 808 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F73','F73 - Miligramo por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 809 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F74','F74 - Gramo por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 810 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F75','F75 - Miligramo por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 811 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F76','F76 - Miliamperio por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 812 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F77','F77 - Pascal segundo por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 813 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F78','F78 - Pulgada de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 814 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F79','F79 - Pulgada de mercurio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 815 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F80','F80 - Caballos de fuerza de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 816 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F81','F81 - Bar por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 817 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F82','F82 - Hectopascal por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 818 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F83','F83 - Kilopascal por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 819 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F84','F84 - Milibar por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 820 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F85','F85 - Megapascal por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 821 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F86','F86 - Poise por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 822 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F87','F87 - Voltio por litro minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 823 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F88','F88 - Newton centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 824 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F89','F89 - Newton metro por grados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 825 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F9','F9 - Fibra por centímetro cúbico de aire',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 826 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F90','F90 - Newton metro por amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 827 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F91','F91 - Bar litro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 828 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F92','F92 - Bar metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 829 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F93','F93 - Hectopascal litro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 830 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F94','F94 - Hectopascal metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 831 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F95','F95 - Milibar litro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 832 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F96','F96 - Milibar metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 833 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F97','F97 - Megapascal litro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 834 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F98','F98 - Megapascal metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 835 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F99','F99 - Pascal litro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 836 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FAH','FAH - Grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 837 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FAR','FAR - Farad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 838 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FB','FB - campo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 839 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FBM','FBM - Medidor de fibra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 840 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FC','FC - Mil pies cúbicos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 841 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FD','FD - Millones de partículas por pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 842 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FE','FE - Pie de pista',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 843 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FF','FF - Cien metros cúbicos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 844 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FG','FG - Parche transdérmico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 845 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FH','FH - MicroMol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 846 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FIT','FIT - Fallas en el tiempo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 847 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FL','FL - Flake ton',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 848 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FM','FM - Millones de pies cúbicos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 849 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FOT','FOT - Pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 850 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FP','FP - Libra por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 851 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FR','FR - Pie por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 852 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FS','FS - Pie por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 853 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FTK','FTK - Pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 854 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FTQ','FTQ - Pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 855 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G01','G01 - Pascal metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 856 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G04','G04 - Centímetro por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 857 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G05','G05 - Metro por bar ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 858 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G06','G06 - Milímetro por bar ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 859 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G08','G08 - Pulgada cuadrada por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 860 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G09','G09 - Metro cuadrado por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 861 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G10','G10 - Stokes por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 862 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G11','G11 - Gramo por centímetro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 863 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G12','G12 - Gramo por decímetro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 864 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G13','G13 - Gramo por litro bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 865 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G14','G14 - Gramo por metro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 866 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G15','G15 - Gramo por mililitro bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 867 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G16','G16 - Kilogramo por centímetro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 868 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G17','G17 - Kilogramo por litro bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 869 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G18','G18 - Kilogramo por metro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 870 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G19','G19 - Newton metro por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 871 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G2','G2 - Galón (EUA) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 872 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G20','G20 - Libra-fuerza pie por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 873 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G21','G21 - Taza (unidad de volumen)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 874 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G23','G23 - Peck',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 875 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G24','G24 - Cucharada (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 876 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G25','G25 - Cucharilla (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 877 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G26','G26 - Estere',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 878 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G27','G27 - Centímetro cúbico por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 879 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G28','G28 - Litro por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 880 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G29','G29 - Metro cúbico por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 881 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G3','G3 - Galón (RU) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 882 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G30','G30 - Mililitro por klevin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 883 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G31','G31 - Kilogramo por centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 884 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G32','G32 - Onza (avoirdupois) por yarda cúbica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 885 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G33','G33 - Gramo por centímetro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 886 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G34','G34 - Gramo por decímetro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 887 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G35','G35 - Gramo por litro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 888 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G36','G36 - Gramo por metro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 889 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G37','G37 - Gramo por mililitro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 890 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G38','G38 - Kilogramo por centímetro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 891 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G39','G39 - Kilogramo por litro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 892 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G40','G40 - Kilogramo por metro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 893 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G41','G41 - Metro cuadrado por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 894 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G42','G42 - Microsiemens por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 895 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G43','G43 - Microsiemens por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 896 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G44','G44 - Nanosiemens por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 897 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G45','G45 - Nanosiemens por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 898 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G46','G46 - Stokes por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 899 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G47','G47 - Centímetro cúbico por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 900 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G48','G48 - Centímetro cúbico por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 901 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G49','G49 - Centímetro cúbico por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 902 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G50','G50 - Galón por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 903 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G51','G51 - Litro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 904 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G52','G52 - Metro cúbico por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 905 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G53','G53 - Metro cúbico por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 906 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G54','G54 - Mililitro por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 907 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G55','G55 - Mililitro por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 908 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G56','G56 - Pulgada cúbica por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 909 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G57','G57 - Pulgada cúbica por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 910 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G58','G58 - Pulgada cúbica por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 911 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G59','G59 - Miliamperio por litro minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 912 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G60','G60 - Voltio por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 913 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G61','G61 - Centímetro cúbico por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 914 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G62','G62 - Centímetro cúbico por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 915 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G63','G63 - Centímetro cúbico por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 916 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G64','G64 - Centímetro cúbico por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 917 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G65','G65 - Litro por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 918 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G66','G66 - Litro por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 919 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G67','G67 - Litro por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 920 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G68','G68 - Litro por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 921 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G69','G69 - Metro cúbico por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 922 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G7','G7 - Hoja de microficha',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 923 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G70','G70 - Metro cúbico por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 924 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G71','G71 - Metro cúbico por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 925 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G72','G72 - Metro cúbico por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 926 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G73','G73 - Mililitro por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 927 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G74','G74 - Mililitro por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 928 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G75','G75 - Mililitro por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 929 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G76','G76 - Mililitro por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 930 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G77','G77 - Milímetro a la cuarta potencia ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 931 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G78','G78 - Centímetro cúbico por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 932 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G79','G79 - Centímetro cúbico por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 933 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G80','G80 - Centímetro cúbico por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 934 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G81','G81 - Centímetro cúbico por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 935 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G82','G82 - Litro por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 936 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G83','G83 - Litro por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 937 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G84','G84 - Litro por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 938 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G85','G85 - Litro por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 939 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G86','G86 - Metro cúbico por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 940 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G87','G87 - Metro cúbico por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 941 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G88','G88 - Metro cúbico por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 942 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G89','G89 - Metro cúbico por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 943 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G90','G90 - Mililitro por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 944 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G91','G91 - Mililitro por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 945 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G92','G92 - Mililitro por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 946 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G93','G93 - Mililitro por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 947 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G94','G94 - Centímetro cúbico por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 948 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G95','G95 - Litro por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 949 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G96','G96 - Metro cúbico por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 950 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G97','G97 - Mililitro por bar ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 951 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G98','G98 - Micro henry por kiloOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 952 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G99','G99 - Micro henry por Ohm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 953 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GB','GB - Galón (EUA) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 954 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GBQ','GBQ - Gigabecquerel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 955 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GC','GC - Gramo por 100 gramos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 956 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Gd','Gd - Barril bruto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 957 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GDW','GDW - Gramo, peso seco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 958 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GE','GE - Libra por galón (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 959 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GF','GF - Gramo por metro (gramo por 100 centímetros)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 960 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GFI','GFI - Gramo de isótopo fisible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 961 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GGR','GGR - Grandioso',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 962 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GH','GH - Medio galón (US)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 963 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GIA','GIA - Gill (us)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 964 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GIC','GIC - Gramo, incluido el contenedor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 965 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GII','GII - Gill (uk)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 966 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GIP','GIP - Grama, incluido el embalaje interior',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 967 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GJ','GJ - Gramo por mililitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 968 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GK','GK - Gramo por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 969 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GL','GL - Gramo por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 970 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GLD','GLD - Galón seco (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 971 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GLI','GLI - Galón (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 972 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GLL','GLL - Galón (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 973 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GM','GM - Gramo por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 974 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GN','GN - Galón bruto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 975 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GO','GO - Miligramo por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 976 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GP','GP - Miligramo por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 977 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GQ','GQ - Microgramo por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 978 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GRM','GRM - Gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 979 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GRN','GRN - Grano',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 980 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GRO','GRO - Gross',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 981 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GT','GT - Tonelada bruta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 982 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GV','GV - Gigajoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 983 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GW','GW - Galón por mil pies cúbicos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 984 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GWH','GWH - Gigawatt hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 985 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GY','GY - Patio grueso',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 986 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GZ','GZ - Sistema de calibración',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 987 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H03','H03 - Henry por kiloOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 988 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H04','H04 - Henry por Ohm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 989 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H05','H05 - Milihenry por kiloOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 990 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H06','H06 - Milihenry por Ohm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 991 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H07','H07 - Pascal segundo por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 992 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H08','H08 - Microbequerel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 993 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H09','H09 - Año recíproco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 994 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H1','H1 - Media página - electrónica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 995 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H10','H10 - Hora recíproca',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 996 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H11','H11 - Mes recíproco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 997 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H12','H12 - Grado celsius por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 998 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H13','H13 - Grado celsius por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 999 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H14','H14 - Grado celsius por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1000 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H15','H15 - Centímetro cuadrado por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1001 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H16','H16 - Decámetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1002 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H18','H18 - Hectómetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1003 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H19','H19 - Hectómetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1004 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H2','H2 - Medio litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1005 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H20','H20 - Kilómetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1006 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H21','H21 - Blanco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1007 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H22','H22 - Voltio pulgada cuadrada por libra fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1008 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H23','H23 - Voltio por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1009 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H24','H24 - Voltio por microsegundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1010 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H25','H25 - Por ciento por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1011 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H26','H26 - Ohm por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1012 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H27','H27 - Grado por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1013 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H28','H28 - Microfaradio por kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1014 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H29','H29 - Microgramo por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1015 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H30','H30 - Micrómetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1016 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H31','H31 - Amperio por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1017 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H32','H32 - Amperio cuadrado segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1018 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H33','H33 - Faradio por kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1019 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H34','H34 - Hertz metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1020 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H35','H35 - Kelvin metro por watt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1021 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H36','H36 - MegaOhm por kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1022 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H37','H37 - MegaOhm por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1023 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H38','H38 - Megaamperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1024 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H39','H39 - Megahertz kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1025 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H40','H40 - Newton por amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1026 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H41','H41 - Newton metro watts elevado a la potencia menos 0.5',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1027 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H42','H42 - Pascal por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1028 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H43','H43 - Siemens por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1029 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H44','H44 - TeraOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1030 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H45','H45 - Voltio segundo por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1031 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H46','H46 - Voltio por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1032 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H47','H47 - Watt por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1033 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H48','H48 - Attofarad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1034 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H49','H49 - Centímetro por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1035 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H50','H50 - Reciprocidad del centímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1036 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H51','H51 - Decibel per kilometro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1037 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H52','H52 - Decibel per metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1038 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H53','H53 - Kilogramo por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1039 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H54','H54 - Kilogramo por decímetro cúbico kelvin ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1040 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H55','H55 - Kilogramo por decímetro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1041 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H56','H56 - Kilogramo por metro cuadrado segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1042 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H57','H57 - Pulgada por dos pi por radián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1043 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H58','H58 - Metro por voltio segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1044 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H59','H59 - Metro cuadrado por newton',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1045 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H60','H60 - Metro cúbico por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1046 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H61','H61 - Milisiemens por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1047 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H62','H62 - Milivoltio por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1048 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H63','H63 - Miligramo por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1049 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H64','H64 - Miligramo por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1050 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H65','H65 - Mililitro por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1051 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H66','H66 - Milímetro por año ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1052 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H67','H67 - Milímetro por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1053 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H68','H68 - MiliMol por gram',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1054 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H69','H69 - Picopascal por kilometro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1055 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H70','H70 - Picosegundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1056 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H71','H71 - Por ciento al mes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1057 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H72','H72 - Por ciento por hectobar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1058 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H73','H73 - Por ciento por decakelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1059 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H74','H74 - Watt por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1060 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H75','H75 - Decapascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1061 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H76','H76 - Gramo por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1062 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H77','H77 - Anchura del módulo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1063 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H78','H78 - Centímetro convencional de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1064 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H79','H79 - Escala francesa ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1065 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H80','H80 - Unidad de bastidor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1066 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H81','H81 - Milímetro por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1067 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H82','H82 - Punto grande',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1068 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H83','H83 - Litro por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1069 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H84','H84 - Gramos milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1070 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H85','H85 - Semana recíproca',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1071 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H87','H87 - Pieza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1072 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H88','H88 - MegaOhm kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1073 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H89','H89 - Por ciento por Ohmio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1074 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H90','H90 - Porcentaje por grado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1075 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H91','H91 - Por ciento por cada diez mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1076 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H92','H92 - Ciento por cien mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1077 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H93','H93 - Porcentaje por cien',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1078 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H94','H94 - Por ciento por mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1079 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H95','H95 - Por ciento por voltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1080 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H96','H96 - Tanto por ciento por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1081 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H98','H98 - Por ciento por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1082 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H99','H99 - Por ciento por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1083 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HA','HA - Madeja',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1084 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HAR','HAR - hectárea',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1085 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HBA','HBA - Hectobar ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1086 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HBX','HBX - Ciento de cajas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1087 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HC','HC - Conteo en cientos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1088 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HD','HD - Media docena',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1089 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HDW','HDW - Cien kilogramos, peso seco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1090 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HE','HE - Centésima de un quilate',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1091 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HEA','HEA - Cabeza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1092 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HF','HF - Cien pies',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1093 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HGM','HGM - Hectogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1094 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HH','HH - Cien pies cúbicos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1095 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HI','HI - Cien hojas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1096 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HIU','HIU - Unidad internacional de cien',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1097 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HJ','HJ - Potencia métrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1098 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HK','HK - Cien kilogramos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1099 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HKM','HKM - Cien kilogramos, masa neta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1100 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HL','HL - Cien pies (lineal)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1101 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HLT','HLT - Hectolitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1102 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HM','HM - Milla por hora (milla estatal)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1103 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HMQ','HMQ - Millones de metros cúbicos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1104 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HMT','HMT - Hectómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1105 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HN','HN - Milímetro convencional de mercurio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1106 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HO','HO - Cien onzas troy',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1107 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HP','HP - Milímetro convencional de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1108 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HPA','HPA - Hectolitro de alcohol puro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1109 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HS','HS - Cien pies cuadrados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1110 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HT','HT - media hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1111 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HTZ','HTZ - Hertz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1112 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HUR','HUR - Hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1113 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HY','HY - Cien yardas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1114 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IA','IA - Pulgada libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1115 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IC','IC - Contar por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1116 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IE','IE - Personas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1117 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IF','IF - Pulgadas de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1118 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('II','II - Columna pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1119 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IM','IM - Impresión',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1120 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('INH','INH - Pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1121 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('INK','INK - Pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1122 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('INQ','INQ - Pulgada cúbica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1123 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IP','IP - póliza de seguros',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1124 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ISD','ISD - Grado internacional de azúcar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1125 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IT','IT - Recuento por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1126 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IU','IU - Pulgada por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1127 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IV','IV - Pulgada por segundo al cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1128 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J10','J10 - Por ciento por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1129 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J12','J12 - Por mille por psi',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1130 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J13','J13 - Grado api',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1131 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J14','J14 - Grado baume (escala de origen)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1132 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J15','J15 - Grado baume (us pesado)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1133 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J16','J16 - Grado baume (luz de los EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1134 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J17','J17 - Grado balling',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1135 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J18','J18 - Grado brix',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1136 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J19','J19 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (termoquímico).',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1137 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J2','J2 - Joule por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1138 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J20','J20 - Grado fahrenheit por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1139 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J21','J21 - Grado fahrenheit por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1140 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J22','J22 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (tabla internacional).',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1141 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J23','J23 - Grado fahrenheit por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1142 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J24','J24 - Grado fahrenheit por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1143 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J25','J25 - Grado fahrenheit por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1144 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J26','J26 - Reciprocidad grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1145 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J27','J27 - Grado oechsle',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1146 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J28','J28 - Grado rankine por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1147 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J29','J29 - Grado rankine por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1148 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J30','J30 - Grado rankine por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1149 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J31','J31 - Grado twaddel.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1150 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J32','J32 - Micropoise',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1151 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J33','J33 - Microgramo por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1152 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J34','J34 - Microgramo por metro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1153 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J35','J35 - Microgramo por metro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1154 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J36','J36 - Microlitro por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1155 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J38','J38 - Baud',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1156 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J39','J39 - Unidad térmica británica (significado)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1157 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J40','J40 - Unidad térmica británica (tabla internacional) pie por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1158 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J41','J41 - Unidad térmica británica (tabla internacional) pulgada por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1159 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J42','J42 - Unidad térmica británica (tabla internacional) pulgada por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1160 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J43','J43 - Unidad térmica británica (tabla internacional) por libra grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1161 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J44','J44 - Unidad térmica británica (tabla internacional) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1162 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J45','J45 - Unidad térmica británica (tabla internacional) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1163 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J46','J46 - Unidad térmica británica (termoquímico) pie por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1164 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J47','J47 - Unidad térmica británica (termoquímica) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1165 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J48','J48 - Unidad térmica británica (termoquímico) pulgada por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1166 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J49','J49 - Unidad térmica británica (termoquímico) pulgada por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1167 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J50','J50 - Unidad térmica británica (termoquímico) por libra grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1168 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J51','J51 - Unidad térmica británica (termoquímica) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1169 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J52','J52 - Unidad térmica británica (termoquímica) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1170 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J53','J53 - Culombio metro cuadrado por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1171 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J54','J54 - Megabaud',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1172 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J55','J55 - Watt segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1173 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J56','J56 - Bar por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1174 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J57','J57 - Barril (uk petróleo)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1175 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J58','J58 - Barril (petróleo UK) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J59','J59 - Barril (petróleo UK) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1177 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J60','J60 - Barril (petróleo UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1178 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J61','J61 - Barril (petróleo UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1179 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J62','J62 - Barril (petróleo estados unidos) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1180 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J63','J63 - Barril (petróleo estados unidos) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1181 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J64','J64 - Bushel (UK) por día ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1182 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J65','J65 - Bushel (UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1183 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J66','J66 - Bushel (UK) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1184 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J67','J67 - Bushel (UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1185 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J68','J68 - Bushel (seco, estados unidos) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1186 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J69','J69 - Bushel (seco, estados unidos) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1187 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J70','J70 - Bushel (seco, estados unidos) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1188 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J71','J71 - Bushel (seco, estados unidos) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1189 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J72','J72 - Centinewton metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1190 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J73','J73 - Centipoise por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1191 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J74','J74 - Centipoise por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1192 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J75','J75 - Caloría',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1193 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J76','J76 - Caloría (tabla internacional) por gramo grado celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1194 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J78','J78 - Caloría (termoquímica) por centímetro segundo grado celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1195 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J79','J79 - Caloría (termoquímico) por gramo grado celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1196 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J81','J81 - Caloría (termoquímica) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1197 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J82','J82 - Caloría (termoquímica) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1198 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J83','J83 - Clo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1199 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J84','J84 - Centímetro por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1200 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J85','J85 - Centímetro por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1201 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J87','J87 - Centímetro cúbico por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1202 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J89','J89 - Centímetro de mercurio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1203 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J90','J90 - Decímetro cúbico por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1204 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J91','J91 - Decímetro cúbico por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1205 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J92','J92 - Decímetro cúbico por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1206 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J93','J93 - Decímetro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1207 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J94','J94 - Dina centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1208 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J95','J95 - Onza (fluido, UK) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1209 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J96','J96 - Onza (fluido, UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1210 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J97','J97 - Onza (fluido, UK) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1211 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J98','J98 - Onza (fluido, UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1212 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J99','J99 - Onza (fluido, estados unidos) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1213 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JB','JB - Jumbo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1214 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JE','JE - Joule por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1215 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JK','JK - Megajoule por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1216 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JM','JM - Megajoule por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1217 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JNT','JNT - Junta de tubería',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1218 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Jo','Jo - Articulación',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1219 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JOU','JOU - Joule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1220 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JPS','JPS - Cien metros',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1221 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JWL','JWL - Número de joyas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1222 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K1','K1 - Demanda de kilowatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1223 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K10','K10 - Onza (fluido, estados unidos) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1224 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K11','K11 - Onza (fluido, estados unidos) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1225 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K12','K12 - Onza (fluido, estados unidos) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1226 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K13','K13 - Pie por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1227 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K14','K14 - Pie por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1228 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K15','K15 - Pie libra-fuerza por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1229 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K16','K16 - Pie libra-fuerza por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1230 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K17','K17 - Pie por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1231 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K18','K18 - Pie por segundo grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1232 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K19','K19 - Pie por segundo psi (libra por pulgada cuadrada)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1233 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K2','K2 - Kilovoltios amperios demanda reactiva',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1234 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K20','K20 - Reciprocidad del pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1235 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K21','K21 - Pie cúbico por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1236 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K22','K22 - Pie cúbico por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1237 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K23','K23 - Pie cúbico por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1238 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K24','K24 - Pie de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1239 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K25','K25 - Pie de mercurio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1240 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K26','K26 - Galón (UK) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1241 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K27','K27 - Galón (UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1242 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K28','K28 - Galón (UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1243 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K3','K3 - Kilovoltio amperio hora reactivo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1244 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K30','K30 - Galón (líquido, EUA) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1245 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K31','K31 - Gramo-fuerza por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1246 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K32','K32 - Gill (UK) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1247 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K33','K33 - Gill (UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1248 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K34','K34 - Gill (UK) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1249 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K35','K35 - Gill (UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1250 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K36','K36 - Gill (estados unidos) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1251 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K37','K37 - Gill (estados unidos) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1252 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K38','K38 - Gill (estados unidos) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1253 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K39','K39 - Gill (estados unidos) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1254 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K40','K40 - Aceleración estándar de la caída libre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1255 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K41','K41 - Grano por galón (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1256 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K42','K42 - Caballo de fuerza de caldera ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1257 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K43','K43 - Caballo de fuerza (eléctrico)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1258 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K45','K45 - Pulgada por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1259 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K46','K46 - Pulgada por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1260 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K47','K47 - Pulgada por segundo grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1261 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K48','K48 - Pulgada por segundo psi (libra por pulgada cuadrada)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1262 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K49','K49 - Reciprocidad de la pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1263 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K5','K5 - Kilovoltios amperios (reactivos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1264 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K50','K50 - Kilobaud',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1265 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K51','K51 - Kilocaloría (significado)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1266 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K52','K52 - Kilocaloría (tabla internacional) por hora metro grado celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1267 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K53','K53 - Kilocaloría (termoquímico)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1268 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K54','K54 - Kilocaloría (termoquímica) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1269 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K55','K55 - Kilocaloría (termoquímica) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1270 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K58','K58 - KiloMol por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1271 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K59','K59 - KiloMol por metro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1272 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K6','K6 - Kilolitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1273 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K60','K60 - KiloMol por metro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1274 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K61','K61 - KiloMol por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1275 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K62','K62 - Litro por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1276 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K63','K63 - Reciprocidad del litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1277 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K64','K64 - Libra (avoirdupois) por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1278 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K65','K65 - Libra (avoirdupois) pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1279 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K66','K66 - Libra (avoirdupois) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1280 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K67','K67 - Libra por pie hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1281 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K68','K68 - Libra por pie segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1282 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K69','K69 - Libra (avoirdupois) por pie cúbico grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1283 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K70','K70 - Libra (avoirdupois) por pie cúbico psi',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1284 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K71','K71 - Libra (avoirdupois) por galón (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1285 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K73','K73 - Libra (avoirdupois) por hora grados fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1286 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K74','K74 - Libra (avoirdupois) por hora libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1287 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K75','K75 - Libra (avoirdupois) por pulgada cúbica grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1288 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K76','K76 - Libra (avoirdupois) por pulgada cúbica psi',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1289 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K77','K77 - Libra (avoirdupois) por psi',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1290 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K78','K78 - Libra (avoirdupois) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1291 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K79','K79 - Libra (avoirdupois) por minuto grados fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1292 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K80','K80 - Libra (avoirdupois) por minuto libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1293 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K81','K81 - Libra (avoirdupois) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1294 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K82','K82 - Libra (avoirdupois)por segundo grados fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1295 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K83','K83 - Libra (avoirdupois) por segundo libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1296 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K84','K84 - Libra por yarda cúbica ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1297 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K85','K85 - Libra-fuerza por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1298 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K86','K86 - Libra-fuerza por pulgada cuadrada grados fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1299 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K87','K87 - Libra-fuerza por pulgada cuadrada pulgada cúbica por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1300 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K88','K88 - Libra-fuerza por pulgada cuadrada litro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1301 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K89','K89 - Libra-fuerza por pulgada cuadrada metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1302 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K90','K90 - Libra-fuerza por pulgada cuadrada yarda cúbica por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1303 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K91','K91 - Libra-fuerza segundo por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1304 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K92','K92 - Libra-fuerza segundo por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1305 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K93','K93 - Reciprocidad psi',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1306 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K94','K94 - Cuarto (líquido, UK) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1307 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K95','K95 - Cuarto (líquido, UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1308 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K96','K96 - Cuarto (líquido, UK) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1309 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K97','K97 - Cuarto (líquido, UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1310 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K98','K98 - Cuarto (líquido, estados unidos) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1311 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K99','K99 - Cuarto (líquido, estados unidos) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1312 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KA','KA - Pastel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1313 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KAT','KAT - Katal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1314 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KB','KB - Kilocaracter',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1315 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KBA','KBA - Kilobar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1316 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KCC','KCC - Kilogramo de cloruro de colina',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1317 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KD','KD - Kilogram decimal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1318 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KDW','KDW - Kilogramo de peso neto drenado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1319 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KEL','KEL - Kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1320 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KF','KF - Kilopacket',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1321 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KGM','KGM - Kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1322 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KGS','KGS - Kilogramo por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1323 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KHY','KHY - Kilogramo de peróxido de hidrógeno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1324 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KHZ','KHZ - Kilohertz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1325 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KI','KI - Kilogramo por milímetro de ancho',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1326 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KIC','KIC - Kilogramo, incluyendo el contenedor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1327 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KIP','KIP - Kilogramo, incluyendo el empaquetado interno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1328 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KJ','KJ - Kilosegmento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1329 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KJO','KJO - Kilojoule',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1330 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KL','KL - Kilogramo por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1331 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KLK','KLK - Porcentaje de material seco láctico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1332 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KLX','KLX - Kilolux',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1333 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMA','KMA - Kilogramo de metilamina',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1334 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMH','KMH - Kilómetro por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1335 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMK','KMK - Kilómetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1336 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMQ','KMQ - Kilogramo por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1337 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMT','KMT - Kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1338 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNI','KNI - Kilogramo de nitrógeno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1339 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNM','KNM - Kolonewton por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1340 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNS','KNS - Kilogramo sustancia nombrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1341 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNT','KNT - Nudo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1342 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KO','KO - Miliequivalentes de potasa cáustica por gramo de producto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1343 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPA','KPA - Kilopascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1344 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPH','KPH - Kilogramo de hidróxido de potasio (potasa cáustica)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1345 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPO','KPO - Kilogramo de óxido de potasio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1346 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPP','KPP - Kilogramo de pentóxido de fósforo (anhídrido fosfórico)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1347 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KR','KR - Kiloroentgen',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1348 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KS','KS - Mil libras por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1349 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KSD','KSD - Kilogramo de sustancia 90% seco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1350 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KSH','KSH - Kilogramo de hidróxido de sodio (sodio cáustica)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1351 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KT','KT - Kit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1352 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KTN','KTN - Kilotonelada Métrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1353 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KUR','KUR - Kilogramo de uranio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1354 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KVA','KVA - Kilovoltio - amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1355 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KVR','KVR - Kilovar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1356 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KVT','KVT - Kilovoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1357 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KW','KW - Kilogramo por milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1358 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWH','KWH - Kilowatt hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1359 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWN','KWN - Kilowatt hora por metro cúbico normalizado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1360 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWO','KWO - Kilogramo de trióxido de tungsteno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1361 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWS','KWS - Kilowatt hora por metro cúbico estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1362 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWT','KWT - Kilowatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1363 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KX','KX - Mililitro por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1364 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L10','L10 - Cuarto (líquido, estados unidos) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1365 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L11','L11 - Cuarto (líquido, estados unidos) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1366 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L12','L12 - Metro por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1367 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L13','L13 - Metro por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1368 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L14','L14 - Metro cuadrado hora grado celsius por kilocaloría (tabla internacional)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1369 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L15','L15 - Milipascal segundo por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1370 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L16','L16 - Milipascal segundo por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1371 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L17','L17 - Miligramo por metro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1372 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L18','L18 - Miligramo por metro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1373 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L19','L19 - Mililitro por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1374 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L2','L2 - Litro por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1375 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L20','L20 - Reciprocidad del milímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1376 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L21','L21 - Milímetro cúbico por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1377 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L23','L23 - Mol por hora ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1378 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L24','L24 - Mol por kilogramo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1379 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L25','L25 - Mol por kilogramo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1380 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L26','L26 - Mol por litro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1381 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L27','L27 - Mol por litro bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1382 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L28','L28 - Mol por metro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1383 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L29','L29 - Mol por metro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1384 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L30','L30 - Mol por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1385 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L31','L31 - Milliroentgen aequivalent men',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1386 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L32','L32 - Nanogramo por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1387 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L33','L33 - Onza (avoirdupois) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1388 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L34','L34 - Onza (avoirdupois) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1389 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L35','L35 - Onza (avoirdupois) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1390 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L36','L36 - Onza (avoirdupois) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1391 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L37','L37 - Onza (avoirdupois) por galón (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1392 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L38','L38 - Onza (avoirdupois) por galón (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1393 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L39','L39 - Onza (avoirdupois) por pulgada cúbica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1394 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L40','L40 - Onza fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1395 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L41','L41 - Onza (avoirdupois) fuerza pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1396 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L42','L42 - Picosiemens por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1397 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L43','L43 - Peck (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1398 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L44','L44 - Peck (UK) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1399 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L45','L45 - Peck (UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1400 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L46','L46 - Peck (UK) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1401 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L47','L47 - Peck (UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1402 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L48','L48 - Peck (seco, estados unidos) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1403 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L49','L49 - Peck (seco, estados unidos) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1404 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L50','L50 - Peck (seco, estados unidos) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1405 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L51','L51 - Peck (seco, estados unidos) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1406 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L52','L52 - Libra.fuerza por pulgada cuadrada por libra fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1407 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L53','L53 - Pinta (UK) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1408 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L54','L54 - Pinta (UK) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1409 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L55','L55 - Pinta (UK) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1410 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L56','L56 - Pinta (UK) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1411 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L57','L57 - Pinta (líquido, estados unidos) por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1412 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L58','L58 - Pinta (líquido, estados unidos) por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1413 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L59','L59 - Pinta (líquido, estados unidos) por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1414 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L60','L60 - Pinta (líquido, estados unidos) por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1415 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L61','L61 - Pinta (US seco)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1416 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L62','L62 - Cuarto de galón (seco de los EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1417 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L63','L63 - Slug por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1418 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L64','L64 - Slug por pie segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1419 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L65','L65 - Slug por pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1420 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L66','L66 - Slug por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1421 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L67','L67 - Slug por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1422 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L68','L68 - Slug por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1423 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L69','L69 - Tonelada por kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1424 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L70','L70 - Tonelada por bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1425 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L71','L71 - Tonelada por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1426 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L72','L72 - Tonelada por día kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1427 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L73','L73 - Tonelada por día bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1428 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L74','L74 - Tonelada por hora kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1429 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L75','L75 - Tonelada por hora bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1430 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L76','L76 - Tonelada por metro cúbico kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1431 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L77','L77 - Tonelada por metro cúbico bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1432 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L78','L78 - Tonelada por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1433 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L79','L79 - Tonelada por minuto kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1434 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L80','L80 - Tonelada por minuto bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1435 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L81','L81 - Tonelada por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1436 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L82','L82 - Tonelada por segundo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1437 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L83','L83 - Tonelada por segundo bar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1438 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L84','L84 - Tonelada (flota UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1439 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L85','L85 - Tonelada larga por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1440 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L86','L86 - Tonelada (flota estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1441 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L87','L87 - Tonelada corta por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1442 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L88','L88 - Tonelada corta por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1443 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L89','L89 - Tonelada corta por hora grados fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1444 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L90','L90 - Tonelada corta por hora libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1445 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L91','L91 - Tonelada corta por psi',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1446 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L92','L92 - Tonelada larga (UK) por yarda cúbica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1447 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L93','L93 - Tonelada corta (estados unidos) por yarda cúbica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1448 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L94','L94 - Tonelada fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1449 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L95','L95 - Año común',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1450 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L96','L96 - Año sideral',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1451 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L98','L98 - Yarda por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1452 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L99','L99 - Yarda por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1453 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LA','LA - Libra por pulgada cúbica ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1454 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LAC','LAC - Porcentaje de exceso de lactosa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1455 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LBR','LBR - Libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1456 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LBT','LBT - Troy pound',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1457 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LC','LC - Centímetro lineal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1458 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LD','LD - Litro por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1459 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LE','LE - Lite',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1460 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LEF','LEF - Hoja',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1461 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LF','LF - Pie lineal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1462 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LH','LH - Hora de trabajo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1463 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LI','LI - Pulgada lineal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1464 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LJ','LJ - Spray grande',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1465 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LK','LK - Enlazar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1466 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LM','LM - Metro lineal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1467 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LN','LN - Longitud',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1468 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LO','LO - Lote [unidad de adquisición]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1469 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LP','LP - Libra líquida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1470 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LPA','LPA - Litro de alcohol puro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1471 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LR','LR - Capa ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1472 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LS','LS - Suma global',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1473 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LTN','LTN - Tonelada (UK) o tonelada larga (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1474 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LTR','LTR - Litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1475 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LUB','LUB - Tonelada métrica, aceite lubricante',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1476 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LUM','LUM - Lumen',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1477 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LUX','LUX - Lux',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1478 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LX','LX - Yarda lineal por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1479 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LY','LY - Yarda lineal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1480 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M0','M0 - cinta magnética',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1481 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M1','M1 - Miligramo por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1482 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M10','M10 - Reciprocidad de la yarda cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1483 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M11','M11 - Yarda cúbica por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1484 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M12','M12 - Yarda cúbica por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1485 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M13','M13 - Yarda cúbica por hora ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1486 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M14','M14 - Yarda cúbica por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1487 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M15','M15 - Yarda cúbica por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1488 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M16','M16 - Yarda cúbica por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1489 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M17','M17 - Kilohertz metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1490 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M18','M18 - Gigahertz metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1491 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M19','M19 - Beaufort',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1492 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M20','M20 - Recíproco de megakelvin o megakelvin a la potencia menos 1',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1493 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M21','M21 - Kilovoltio-amperio hora reciprocidad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1494 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M22','M22 - Milímetro por centímetro cuadrado minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1495 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M23','M23 - Newton por centímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1496 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M24','M24 - Ohm kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1497 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M25','M25 - Porcentaje por grado celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1498 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M26','M26 - GigaOhm por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1499 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M27','M27 - Megahertz metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1500 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M29','M29 - Kilogramo por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1501 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M30','M30 - voltio-amperio segundo reciprocidad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1502 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M31','M31 - Kilogramo por kilómetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1503 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M32','M32 - Segundos pascal por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1504 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M33','M33 - MiliMol por litro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1505 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M34','M34 - Newton metro por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1506 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M35','M35 - Milivoltio - amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1507 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M36','M36 - Mes de 30 días',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1508 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M37','M37 - Actual 360',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1509 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M38','M38 - Kilómetro por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1510 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M39','M39 - Centímetro por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1511 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M4','M4 - Valor monetario',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1512 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M40','M40 - Yarda por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1513 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M41','M41 - Milímetro por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1514 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M42','M42 - Milla (milla estatal) por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1515 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M43','M43 - Mil (unidad de Medida Militar)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1516 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M44','M44 - Revolución',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1517 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M45','M45 - Grado por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1518 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M46','M46 - Revolución por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1519 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M47','M47 - Circular Mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1520 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M48','M48 - Milla cuadrada (basado en u.s survey foot)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1521 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M49','M49 - Cadena ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1522 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M5','M5 - Microcurie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1523 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M50','M50 - Estadio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1524 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M51','M51 - Pie (Topografía UEA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1525 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M52','M52 - Milla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1526 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M53','M53 - Metro por pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1527 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M55','M55 - Metro por radián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1528 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M56','M56 - Shake ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1529 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M57','M57 - Milla por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1530 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M58','M58 - Milla por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1531 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M59','M59 - Metro por segundo pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1532 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M60','M60 - Metro por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1533 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M61','M61 - Pulgada por año',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1534 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M62','M62 - Kilómetro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1535 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M63','M63 - Pulgada por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1536 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M64','M64 - Yarda por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1537 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M65','M65 - Yarda por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1538 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M66','M66 - Yarda por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1539 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M67','M67 - Acre-pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1540 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M68','M68 - Cordón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1541 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M69','M69 - Milla cúbica (reinounido)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1542 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M7','M7 - Micro-pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1543 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M70','M70 - Unidad tradicional de capacidad de carga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1544 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M71','M71 - Metro cúbico por pascal (joules)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1545 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M72','M72 - Bel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1546 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M73','M73 - Kilogramo por metro cúbico pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1547 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M74','M74 - Kilogramo por pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1548 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M75','M75 - Kilolibra fuerza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1549 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M76','M76 - Poundal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1550 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M77','M77 - Kilogramo metro por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1551 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M78','M78 - Pond',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1552 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M79','M79 - Pie cuadrado por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1553 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M80','M80 - Stokes por pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1554 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M81','M81 - Centímetro cuadrado por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1555 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M82','M82 - Metro cuadrado por segundo pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1556 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M83','M83 - Denier',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1557 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M84','M84 - Libra por yarda ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1558 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M85','M85 - Tonelada, ensayo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1559 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M86','M86 - Libra Alemana',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1560 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M87','M87 - Kilogramo por segundo pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1561 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M88','M88 - Tonelada por mes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1562 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M89','M89 - Tonelada por año',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1563 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M9','M9 - Millones de btu por 1000 pies cúbicos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1564 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M90','M90 - Kilolibra por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1565 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M91','M91 - Libra por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1566 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M92','M92 - Libra fuerza pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1567 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M93','M93 - Newton metro por radián',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1568 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M94','M94 - Kilogramo metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1569 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M95','M95 - Poundal pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1570 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M96','M96 - Poundal pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1571 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M97','M97 - Dina metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1572 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M98','M98 - Kilogramo centímetro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1573 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M99','M99 - Gramo centímetro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1574 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MA','MA - Máquina por unidad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1575 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAH','MAH - Megavoltio amperio reactivo hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1576 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAL','MAL - Megalitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1577 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAM','MAM - Megametro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1578 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAR','MAR - Megavar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1579 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAW','MAW - Megawatt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1580 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MBE','MBE - Mil equivalente de ladrillo estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1581 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MBF','MBF - Mil pies de tabla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1582 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MBR','MBR - Milibar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1583 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MC','MC - Microgramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1584 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MCU','MCU - Milicurie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1585 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MD','MD - Tonelada métrica seca al aire',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1586 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MF','MF - Miligramo por pie cuadrado por lado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1587 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MGM','MGM - Miligramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1588 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MHZ','MHZ - Megahertz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1589 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIK','MIK - Milla cuadrada (milla estatal)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1590 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIL','MIL - Mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1591 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIN','MIN - Minuto [unidad de tiempo]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1592 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIO','MIO - Millón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1593 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIU','MIU - Unidad internacional de millón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1594 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MK','MK - Miligramo por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1595 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MLD','MLD - Mil millones',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1596 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MLT','MLT - Mililitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1597 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MMK','MMK - Milímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1598 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MMQ','MMQ - Milímetro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1599 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MMT','MMT - Milímetro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1600 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MND','MND - Kilogramo, peso seco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1601 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MON','MON - Mes ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1602 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MPA','MPA - Megapascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1603 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MQ','MQ - Mil metros',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1604 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MQH','MQH - Metro cúbico por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1605 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MQS','MQS - Metro cúbico por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1606 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MSK','MSK - Metro por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1607 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTK','MTK - Metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1608 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTQ','MTQ - Metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1609 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTR','MTR - Metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1610 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTS','MTS - Metro por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1611 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MV','MV - Número de mults',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1612 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MVA','MVA - Megavoltio - amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1613 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MWH','MWH - Megawatt hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1614 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N1','N1 - Pluma calórica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1615 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N10','N10 - Libra pie por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1616 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N11','N11 - Libra pulgada por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1617 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N12','N12 - Pferdestaerke',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1618 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N13','N13 - Centímetro de mercurio (0°)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1619 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N14','N14 - Centímetro de agua (4°)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1620 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N15','N15 - Pie de agua (39.2 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1621 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N16','N16 - Pulgada de mercurio (32 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1622 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N17','N17 - Pulgada de mercurio (60 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1623 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N18','N18 - Pulgada de agua (39.2 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1624 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N19','N19 - Pulgada de agua (60 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1625 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N2','N2 - número de líneas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1626 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N20','N20 - Kip por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1627 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N21','N21 - Poundal por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1628 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N22','N22 - Onza (avoirdupois) por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1629 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N23','N23 - Metro convencional de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1630 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N24','N24 - Gramo por milímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1631 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N25','N25 - Libra por yarda cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1632 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N26','N26 - Poundal por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1633 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N27','N27 - Pie a la cuarta potencia ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1634 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N28','N28 - Decímetro cúbico por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1635 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N29','N29 - Pie cúbico por libra ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1636 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N3','N3 - Impresión de punto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1637 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N30','N30 - Pulgada cúbica por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1638 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N31','N31 - Kilonewton por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1639 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N32','N32 - Poundal por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1640 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N33','N33 - Libra-fuerza por yarda',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1641 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N34','N34 - Poundal segundo por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1642 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N35','N35 - Poise por pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1643 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N36','N36 - Newton segundo por metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1644 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N37','N37 - Kilogramo por metro segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1645 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N38','N38 - Kilogramo por metro minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1646 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N39','N39 - Kilogramo por metro día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1647 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N40','N40 - Kilogramo por metro hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1648 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N41','N41 - Gramo por centímetro segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1649 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N42','N42 - Poundal segundo por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1650 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N43','N43 - Libra por pie minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1651 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N44','N44 - Libra por pie día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1652 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N45','N45 - Metro cúbico por segundo pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1653 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N46','N46 - Pie poundal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1654 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N47','N47 - Pulgada poundal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1655 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N48','N48 - Watt por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1656 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N49','N49 - Watt por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1657 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N50','N50 - Unidad térmica británica (tabla internacional) por pie cuadrado hora.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1658 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N51','N51 - Unidad térmica británica (termoquímica) por pie cuadrado hora.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1659 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N52','N52 - Unidad térmica británica (termoquímico) por pie cuadrado minuto.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1660 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N53','N53 - Unidad térmica británica (tabla internacional) por pie cuadrado segundo.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1661 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N54','N54 - Unidad térmica británica (termoquímica) por pie cuadrado segundo.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1662 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N55','N55 - Unidad térmica británica (tabla internacional) por pulgada cuadrada segundo.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1663 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N56','N56 - Caloría (termoquímica) por centímetro cuadrado minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1664 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N57','N57 - Caloría (termoquímica) por centímetro cuadrado segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1665 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N58','N58 - Unidad térmica británica (tabla internacional) por pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1666 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N59','N59 - Unidad térmica británica (termoquímica) por pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1667 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N60','N60 - Unidad térmica británica (tabla internacional) por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1668 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N61','N61 - Unidad térmica británica (termoquímico) por grado fahrenheit',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1669 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N62','N62 - Unidad térmica británica (tabla internacional) por grado rankine',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1670 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N63','N63 - Unidad térmica británica (termoquímico) por grado rankine',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1671 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N64','N64 - Unidad térmica británica (termoquímico) por libra grado rankine',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1672 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N65','N65 - Kilocaloría (tabla internacional) por gramo kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1673 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N66','N66 - Unidad térmica británica (39 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1674 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N67','N67 - Unidad térmica británica (59 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1675 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N68','N68 - Unidad térmica británica (60 °f)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1676 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N69','N69 - Caloría (20 °c)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1677 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N70','N70 - Quad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1678 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N71','N71 - Termia (energía comercial)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1679 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N72','N72 - Termia (UEA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1680 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N73','N73 - Unidad térmica británica (termoquímica) por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1681 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N74','N74 - Unidad térmica británica (tabla internacional) por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1682 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N75','N75 - Unidad térmica británica (termoquímico) por hora pie cuadrado grado farenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1683 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N76','N76 - Unidad térmica británica (tabla internacional) por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1684 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N77','N77 - Unidad térmica británica (termoquímico) por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1685 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N78','N78 - Kilowatt por metro cuadrado kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1686 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N79','N79 - Kelvin por pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1687 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N80','N80 - Watt por metro grado celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1688 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N81','N81 - Kilowatt por metro kelvin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1689 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N82','N82 - Kilowatt por metro grado celsius',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1690 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N83','N83 - Metro por grado celsius metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1691 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N84','N84 - Grado fahrenheit hora por unidad térmica británica (tabla internacional)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1692 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N85','N85 - Grado fahrenheit hora por unidad térmica británica (termoquímico)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1693 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N86','N86 - Grado fahrenheit segundo por unidad térmica británica (tabla internacional)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1694 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N87','N87 - Grago fahrenheit segundo por unidad térmica británica (termoquímico)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1695 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N88','N88 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (tabla internacional) pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1696 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N89','N89 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (termoquímico) pulgada.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1697 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N90','N90 - Kilofaradio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1698 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N91','N91 - Joule recíproco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1699 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N92','N92 - Picosiemens',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1700 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N93','N93 - Amperio por pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1701 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N94','N94 - Franklin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1702 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N95','N95 - Amperio minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1703 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N96','N96 - Biot',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1704 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N97','N97 - Gilbert',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1705 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N98','N98 - Voltio por pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1706 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N99','N99 - Picovoltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1707 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NA','NA - Miligramo por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1708 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NAR','NAR - Número de artículos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1709 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NB','NB - barcaza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1710 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NBB','NBB - Número de bobinas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1711 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NC','NC - Carro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1712 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NCL','NCL - Número de células',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1713 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ND','ND - Barril neto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1714 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NE','NE - Litro neto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1715 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NEW','NEW - Newton',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1716 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NF','NF - Mensaje',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1717 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NG','NG - Galón neto (us)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1718 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NH','NH - Hora del mensaje',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1719 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NI','NI - Galón imperial neto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1720 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NIL','NIL - Nil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1721 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NIU','NIU - Número de unidades internacionales',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1722 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NJ','NJ - Número de pantallas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1723 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NL','NL - Carga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1724 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NM3','NM3 - Metro cúbico normalizado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1725 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NMI','NMI - Milla náutica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1726 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NMP','NMP - Número de paquetes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1727 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NN','NN - tren',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1728 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NPR','NPR - Número de parejas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1729 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NPT','NPT - Número de partes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1730 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NQ','NQ - Mho',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1731 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NR','NR - Micromho',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1732 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NT','NT - Tonelada neta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1733 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NTT','NTT - Tonelada de registro neto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1734 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NV','NV - vehículo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1735 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NY','NY - Libra por tonelada métrica al aire seco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1736 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NX','NX - Parte por mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1737 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OA','OA - Panel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1738 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ODE','ODE - Equivalente de agotamiento del ozona',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1739 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Ohm','Ohm - Ohm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1740 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ON','ON - Onza por yarda cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1741 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ONZ','ONZ - Onza (avoirdupois)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1742 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OP','OP - Dos paquetes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1743 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OPM','OPM - Oscilaciones por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1744 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OT','OT - Hora extra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1745 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OZ','OZ - Onza AV',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1746 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OZA','OZA - Onza líquida (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1747 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OZI','OZI - Onza líquida (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1748 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P0','P0 - Página electrónica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1749 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P1','P1 - Tanto por ciento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1750 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P10','P10 - Culombio por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1751 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P11','P11 - Kiloweber',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1752 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P12','P12 - Gamma',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1753 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P13','P13 - Kilotesla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1754 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P14','P14 - Joule por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1755 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P15','P15 - Joule por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1756 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P16','P16 - Joule por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1757 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P17','P17 - Joule por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1758 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P18','P18 - Kilojoule por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1759 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P19','P19 - Kilojoule por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1760 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P2','P2 - Libra por pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1761 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P20','P20 - Kilojoule por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1762 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P21','P21 - Kilojoule por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1763 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P22','P22 - NanoOhm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1764 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P23','P23 - Ohm circular-mil por pie',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1765 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P24','P24 - Kilohenry',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1766 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P25','P25 - Lumen por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1767 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P26','P26 - Foto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1768 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P27','P27 - Vela (medida)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1769 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P28','P28 - Candela por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1770 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P29','P29 - Footlambert',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1771 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P3','P3 - Tres paquetes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1772 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P30','P30 - Lambert',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1773 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P31','P31 - Stilb ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1774 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P32','P32 - Candela por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1775 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P33','P33 - Kilocandela',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1776 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P34','P34 - Milicandela',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1777 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P35','P35 - Hefner-kerze',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1778 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P36','P36 - Candela internacional',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1779 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P37','P37 - Unidad térmica británica (tabla internacional) por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1780 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P38','P38 - Unidad térmica británica (termoquímica) por pie cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1781 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P39','P39 - Caloría (termoquímica) por centímetro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1782 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P4','P4 - paquete de cuatro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1783 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P40','P40 - Langley',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1784 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P41','P41 - Década (logarítmica)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1785 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P42','P42 - Pascal por segundo cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1786 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P43','P43 - Bel por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1787 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P44','P44 - Libra Mol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1788 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P45','P45 - Libra de Mol por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1789 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P46','P46 - Libra Mol por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1790 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P47','P47 - KiloMol por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1791 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P48','P48 - Libra de Mol por libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1792 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P49','P49 - Newton metro cuadrado por amperio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1793 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P5','P5 - Paquete de cinco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1794 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P50','P50 - Metro weber',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1795 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P51','P51 - Mol por kilogramo pascal ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1796 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P52','P52 - Mol por metro cúbico pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1797 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P53','P53 - Unit por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1798 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P54','P54 - MiliGray por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1799 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P55','P55 - MicroGray por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1800 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P56','P56 - NanoGray por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1801 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P57','P57 - Gray por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1802 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P58','P58 - MiliGray por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1803 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P59','P59 - Microgray por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1804 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P6','P6 - paquete de seis',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1805 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P60','P60 - Nanogray por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1806 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P61','P61 - Gray por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1807 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P62','P62 - MiliGray por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1808 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P63','P63 - Micro gray por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1809 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P64','P64 - Nanogray por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1810 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P65','P65 - Sievert por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1811 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P66','P66 - MilliSievert por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1812 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P67','P67 - MicroSievert por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1813 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P68','P68 - NanoSievert por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1814 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P69','P69 - Rem por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1815 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P7','P7 - Paquete de siete',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1816 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P70','P70 - Sievert por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1817 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P71','P71 - MilliSievert por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1818 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P72','P72 - Micro Sievert por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1819 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P73','P73 - NanoSievert por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1820 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P74','P74 - Sievert por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1821 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P75','P75 - MilliSievert por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1822 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P76','P76 - MicroSievert por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1823 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P77','P77 - NanoSievert pominut ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1824 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P78','P78 - Reciprocidad por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1825 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P79','P79 - Pascal metro cuadrado por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1826 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P8','P8 - Paquete de ocho',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1827 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P80','P80 - Milipascal por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1828 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P81','P81 - Kilopascal por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1829 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P82','P82 - Hectopascal por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1830 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P83','P83 - Atmosfera estándar por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1831 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P84','P84 - Atmosfera técnica por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1832 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P85','P85 - Torr por metro.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1833 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P86','P86 - Psi por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1834 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P87','P87 - Metro cúbico por segundo de metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1835 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P88','P88 - Rhe',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1836 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P89','P89 - Libra por metro cúbico de pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1837 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P9','P9 - Nueve paquetes',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1838 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P90','P90 - Libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1839 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P91','P91 - Permanente (0°c)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1840 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P92','P92 - Permanente (23°c)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1841 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P93','P93 - Byte por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1842 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P94','P94 - Kilobyte por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1843 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P95','P95 - Megabite por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1844 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P96','P96 - Recíproco de la unidad si deriva voltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1845 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P97','P97 - Reciprocidad de Radian',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1846 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P98','P98 - Pascal a la suma de potencia de los números estequimetricos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1847 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P99','P99 - Mols por metro cúbico a la suma de potencia de los números estequimetricos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1848 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PAL','PAL - Pascal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1849 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PB','PB - Par de la pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1850 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PD','PD - Almohadilla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1851 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PE','PE - Libra equivalente',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1852 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PFL','PFL - Litro de prueba ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1853 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PGL','PGL - Galón de prueba',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1854 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PI','PI - Tono',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1855 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PLA','PLA - Grado de platón ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1856 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PM','PM - Porcentaje de libra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1857 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PO','PO - Libra por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1858 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PQ','PQ - Página por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1859 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PR','PR - Par',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1860 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PS','PS - Libra fuerza por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1861 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PT','PT - Pinta (US)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1862 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTD','PTD - Pinta seca (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1863 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTI','PTI - Pint (uk)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1864 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTL','PTL - Pinta líquida (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1865 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTN','PTN - Parte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1866 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PV','PV - Media pinta (US)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1867 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PW','PW - Libra por pulgada de ancho',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1868 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PY','PY - Pico seco (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1869 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PZ','PZ - Peck dry (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1870 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q10','Q10 - Joule por tesla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1871 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q11','Q11 - Erlang',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1872 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q12','Q12 - Octeto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1873 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q13','Q13 - Octeto por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1874 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q14','Q14 - Shannon',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1875 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q15','Q15 - Hartley',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1876 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q16','Q16 - Unidad natural de información ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1877 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q17','Q17 - Shannon por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1878 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q18','Q18 - Hartley por segundo ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1879 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q19','Q19 - Unidad natural de información por segundo ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1880 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q20','Q20 - Segundo por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1881 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q21','Q21 - Watt metro cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1882 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q22','Q22 - Segundo por metro cúbicos de radianes ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1883 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q23','Q23 - Weber a la potencia menos uno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1884 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q24','Q24 - Reciprocidad de Pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1885 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q25','Q25 - Dioptría',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1886 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q26','Q26 - Uno por uno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1887 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q27','Q27 - Newtons metros por metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1888 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q28','Q28 - Kilogramo por metro cuadrado pascal segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1889 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q29','Q29 - Microgramo por hectogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1890 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q3','Q3 - Comida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1891 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q30','Q30 - Ph (potencial de hidrogeno)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1892 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q31','Q31 - Kilojoule por gramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1893 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q32','Q32 - Femtolitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1894 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q33','Q33 - Picolitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1895 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q34','Q34 - Nanolitro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1896 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q35','Q35 - Megawatts por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1897 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q36','Q36 - Metro cuadrado por metro cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1898 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q37','Q37 - Metro cúbico estándar por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1899 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q38','Q38 - Metro cúbico estándar por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1900 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q39','Q39 - Metro cúbico normalizado por día',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1901 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q40','Q40 - Metro cúbico normalizado por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1902 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q41','Q41 - Joule por metro cúbico normalizado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1903 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q42','Q42 - Joule por metro cúbico estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1904 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QA','QA - Página-fascimil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1905 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QAN','QAN - Cuarto (de un año)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1906 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QB','QB - Página, copia impresa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1907 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QD','QD - Cuarta docena',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1908 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QH','QH - Un cuarto de hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1909 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QK','QK - Cuarto de kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1910 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QR','QR - Mano de papel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1911 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QT','QT - Cuarto (EUA)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1912 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTD','QTD - Cuarto seco (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1913 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTI','QTI - Cuarto (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1914 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTL','QTL - Cuarto de líquido (estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1915 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTR','QTR - Cuarto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1916 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('R1','R1 - Pica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1917 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('R9','R9 - Mil metros cúbicos ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1918 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RH','RH - Hora de funcionamiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1919 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RK','RK - Medida métrica de rollo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1920 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RM','RM - Resma',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1921 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RN','RN - Medida métrica de Hojas (resma)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1922 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ROM','ROM - Habitación',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1923 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RP','RP - Libra por resma',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1924 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RPM','RPM - Revoluciones por minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1925 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RPS','RPS - Revoluciones por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1926 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RS','RS - Reiniciar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1927 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RT','RT - Milla de toneladas de ingresos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1928 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RU','RU - correr',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1929 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S3','S3 - Pie cuadrado por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1930 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S4','S4 - Metro cuadrado por segundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1931 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S5','S5 - Sesenta cuartos de pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1932 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S6','S6 - Sesión',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1933 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S7','S7 - unidad de almacenamiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1934 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S8','S8 - Unidad de publicidad estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1935 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SAN','SAN - Medio año',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1936 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SCO','SCO - Puntuación',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1937 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SCR','SCR - Escrúpulo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1938 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SD','SD - Libra sólida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1939 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SE','SE - Sección',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1940 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SEC','SEC - Segundo [unidad de tiempo]',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1941 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SET','SET - Conjunto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1942 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SG','SG - Segmento ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1943 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SHT','SHT - Tonelada de envíos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1944 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SIE','SIE - Siemens',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1945 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SK','SK - Camión cisterna con división',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1946 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SM3','SM3 - Metro cúbico estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1947 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SMI','SMI - Milla (milla estatal)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1948 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SN','SN - Barra cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1949 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SQ','SQ - Cuadrado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1950 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SQR','SQR - Cuadrado y techado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1951 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SR','SR - Tira',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1952 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SS','SS - Medida métrica de hoja',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1953 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SST','SST - Estándar corto (7200 partidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1954 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STC','STC - Palo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1955 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STI','STI - Estone (UK)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1956 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STK','STK - Palo, cigarrillo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1957 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STL','STL - Litro estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1958 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STN','STN - Tonelada (estados unidos) o tonelada corta (UK y estados unidos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1959 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STW','STW - Paja',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1960 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SW','SW - Número de madejas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1961 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SX','SX - Envío',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1962 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SYR','SYR - Jeringuilla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1963 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T0','T0 - Línea de telecomunicaciones en servicio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1964 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T1','T1 - Mil libras',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1965 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T3','T3 - Mil pedazos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1966 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T4','T4 - Bolsa de mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1967 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T5','T5 - Mil envolturas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1968 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T6','T6 - Mil galones (US)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1969 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T7','T7 - Impresión de mil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1970 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T8','T8 - Mil pulgadas lineales',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1971 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TA','TA - Décimo de pie cúbico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1972 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TAB','TAB - Tonelada de registro bruto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1973 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TAH','TAH - Kiloamperio-hora (milamperio-hora)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1974 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TAN','TAN - Número de acido total',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1975 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TC','TC - Camión',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1976 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TD','TD - Térmico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1977 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TE','TE - Totalizador',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1978 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TF','TF - Diez yardas cuadradas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1979 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TI','TI - Mil pulgadas cuadradas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1980 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TIC','TIC - Tonelada métrica, incluido el contenedor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1981 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TIP','TIP - Tonelada métrica, incluido el embalaje interior',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1982 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TJ','TJ - Mil centímetros cuadrados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1983 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TKM','TKM - Tonelada kilometro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1984 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TL','TL - Mil pies (lineal)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1985 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TMS','TMS - Kilogramo de carne importada, menos despojos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1986 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TNE','TNE - Tonelada (tonelada métrica)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1987 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TP','TP - Paquete de diez',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1988 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TPI','TPI - Dientes por pulgada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1989 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TPR','TPR - Decenas de pares',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1990 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TQ','TQ - Mil pies',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1991 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TQD','TQD - Mil metros cúbicos por día ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1992 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TR','TR - Diez pies cuadrados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1993 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TRL','TRL - Trillones (eur)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1994 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Ts','Ts - Mil pies cuadrados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1995 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TSD','TSD - Tonelada de sustancia 90% seca',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1996 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TSH','TSH - Tonelada de vapor por hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1997 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TST','TST - Decena de conjuntos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1998 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TT','TT - Mil metros lineales',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1999 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TTS','TTS - Decenas de millar de pegatinas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2000 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Tu','Tu - Contenedor externo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2001 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TV','TV - Mil kilogramos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2002 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TW','TW - Mil hojas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2003 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('U1','U1 - Tratamiento ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2004 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('U2','U2 - Número de tabletas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2005 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UA','UA - Torr',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2006 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UB','UB - Línea de telecomunicaciones en servicio promedio ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2007 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UC','UC - Puerto de telecomunicaciones ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2008 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UD','UD - Décimo minuto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2009 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UE','UE - Hora de décimo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2010 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UF','UF - Uso por línea de telecomunicaciones promedio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2011 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UH','UH - Diez mil yardas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2012 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UM','UM - Millón de unidades',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2013 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UN','UN - Newton metro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2014 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VA','VA - Voltio-amperio por kilogramo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2015 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VLT','VLT - Voltio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2016 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VP','VP - Volumen porcentual ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2017 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VS','VS - Visita',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2018 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('W2','W2 - Kilo húmedo ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2019 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('W4','W4 - Dos semanas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2020 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WA','WA - Watt por kilogramo ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2021 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WB','WB - Libra húmeda',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2022 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WCD','WCD - Cable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2023 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WE','WE - Tonelada húmeda ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2024 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WEB','WEB - Weber',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2025 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WEE','WEE - Semana',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2026 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WG','WG - Galón de vino',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2027 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WH','WH - Rueda',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2028 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WHR','WHR - Watt hora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2029 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WI','WI - Peso por pulgada cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2030 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WM','WM - Mes de trabajo ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2031 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WR','WR - Envolver',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2032 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WSD','WSD - Estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2033 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WTT','WTT - Watt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2034 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WW','WW - Mililitro de agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2035 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1','X1 - Cadena de gunter',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2036 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1A','X1A - Tambor de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2037 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1B','X1B - Tambor de aluminio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2038 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1D','X1D - Tambor contrachapado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2039 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1F','X1F - Contenedor flexible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2040 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1G','X1G - Tambor de fibra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2041 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1w','X1w - Tambor de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2042 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X2C','X2C - Barril de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2043 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X3A','X3A - Bidón de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2044 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X3H','X3H - Bidón de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2045 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X43','X43 - Bolsa de gran tamaño',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2046 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X44','X44 - Bolsa de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2047 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4A','X4A - Caja de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2048 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4B','X4B - Caja de aluminio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2049 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4C','X4C - Caja de madera natural',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2050 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4D','X4D - Caja de contrachapado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2051 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4F','X4F - Caja de madera reconstituida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2052 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4G','X4G - Caja de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2053 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4H','X4H - Caja de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2054 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X5H','X5H - Bolsa de plástico tejido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2055 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X5L','X5L - Bolsa textil',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2056 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X5M','X5M - Bolsa de papel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2057 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X6H','X6H - Recipiente de plástico, Contenedor compuesto.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2058 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X6P','X6P - Recipiente de vidrio, Contenedor compuesto.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2059 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X7A','X7A - Estuche para carro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2060 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X7B','X7B - Estuche de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2061 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X8A','X8A - Pallet de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2062 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X8B','X8B - Cajón de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2063 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X8C','X8C - Madera flejada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2064 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAA','XAA - Contenedor intermedio para gráneles de plástico rígido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2065 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAB','XAB - Contenedor de fibra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2066 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAC','XAC - Contenedor de papel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2067 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAD','XAD - Contenedor de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2068 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAE','XAE - Aerosol',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2069 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAF','XAF - Pallet modular con collares, 80cms * 60cms',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2070 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAG','XAG - Pallet o empaquetado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2071 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAH','XAH - Pallet, 100cms X 110cms',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2072 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAI','XAI - Contenedor tipo concha',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2073 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAJ','XAJ - Cono',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2074 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAL','XAL - Esfera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2075 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAM','XAM - Ampolleta no protegida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2076 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAP','XAP - Ampolleta protegida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2077 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAT','XAT - Atomizador',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2078 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAV','XAV - Cápsula',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2079 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XB4','XB4 - Cinturón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2080 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBA','XBA - Barril',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2081 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBB','XBB - Bobina',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2082 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBC','XBC - Cajón para botellas / Estante para botellas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2083 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBD','XBD - Tablero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2084 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBE','XBE - Flejado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2085 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBF','XBF - Globo no protegido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2086 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBG','XBG - Bolso',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2087 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBH','XBH - Manojo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2088 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBI','XBI - Compartimiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2089 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBJ','XBJ - Cubeta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2090 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBK','XBK - Cesta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2091 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBL','XBL - Paca comprimida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2092 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBM','XBM - Cuenco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2093 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBN','XBN - Paca no comprimida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2094 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBO','XBO - Botella no-protegida y cilíndrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2095 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBP','XBP - Globo protegido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2096 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBQ','XBQ - Botella cilíndrica protegida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2097 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBR','XBR - Barra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2098 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBS','XBS - Botella, no-protegida en forma de bulbo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2099 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBT','XBT - Rollo de tela',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2100 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBU','XBU - Butt',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2101 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBV','XBV - Botella de bulbo protegido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2102 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBW','XBW - Caja para líquidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2103 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBX','XBX - Caja',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2104 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBY','XBY - Tablero, con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2105 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBZ','XBZ - Barras, con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2106 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCA','XCA - Lata rectangular',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2107 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCB','XCB - Cajón para cerveza',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2108 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCC','XCC - Mantequera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2109 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCD','XCD - Lata con mango y boquilla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2110 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCE','XCE - Cesto tejido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2111 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCF','XCF - Cofre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2112 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCG','XCG - Contenedor tipo Jaula',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2113 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCH','XCH - Cajonera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2114 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCI','XCI - Frasco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2115 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCJ','XCJ - Ataúd',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2116 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCK','XCK - Barrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2117 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCL','XCL - Espiral',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2118 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCM','XCM - Paquete de tarjetas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2119 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCN','XCN - Contenedor, no especificado como equipo de transporte',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2120 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCO','XCO - Garrafón no protegido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2121 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCP','XCP - Garrafón protegido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2122 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCQ','XCQ - Cartucho',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2123 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCR','XCR - Cajón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2124 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCS','XCS - Estuche',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2125 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCT','XCT - Cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2126 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCU','XCU - Vaso',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2127 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCV','XCV - Cubierta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2128 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCW','XCW - Jaula estilo rodillo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2129 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCX','XCX - Lata cilíndrica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2130 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCY','XCY - Cilindro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2131 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCZ','XCZ - Lona',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2132 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDA','XDA - Cajón multicapa de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2133 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDB','XDB - Cajón de varias capas de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2134 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDC','XDC - Cajón multicapa de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2135 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDG','XDG - Jaula, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP))',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2136 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDH','XDH - Caja, Según la clasificación de la compañía (CHEP), Eurobox',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2137 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDI','XDI - Tambor de hierro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2138 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDJ','XDJ - damajuana o garrafa, no protegido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2139 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDK','XDK - Cajón a granel, cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2140 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDL','XDL - Cajas de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2141 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDM','XDM - Cajones a granel de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2142 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDN','XDN - Dispensador',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2143 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDP','XDP - damajuana o garrafa, protegido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2144 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDR','XDR - Tambor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2145 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDS','XDS - Bandeja de una capa sin cubierta y de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2146 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDT','XDT - Bandeja de una capa sin cubierta y de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2147 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDU','XDU - Bandeja de una capa sin cubierta y poliestireno',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2148 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDV','XDV - Bandeja de una capa sin cubierta y de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2149 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDW','XDW - Bandeja de dos capas sin tapa y con bandeja de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2150 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDX','XDX - Bandeja de dos capas sin cubierta y de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2151 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDY','XDY - Bandeja de dos capas sin cubierta y de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2152 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEC','XEC - Bolsa de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2153 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XED','XED - Estuche, con pallet de base',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2154 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEE','XEE - Estuche, con pallet base de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2155 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEF','XEF - Estuche, con pallet base de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2156 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEG','XEG - Estuche, con pallet base de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2157 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEH','XEH - Estuche, con pallet base de metal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2158 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEI','XEI - Estuche isotérmico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2159 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEN','XEN - Sobre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2160 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFB','XFB - Bolsa flexible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2161 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFC','XFC - Cajón para fruta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2162 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFD','XFD - Cajón enmarcado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2163 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFE','XFE - Tanque flexible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2164 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFI','XFI - Firkin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2165 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFL','XFL - Matraz',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2166 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFO','XFO - Cajón para zapatos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2167 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFP','XFP - Caja auxiliar para película fotográfica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2168 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFR','XFR - Marco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2169 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFT','XFT - Contenedor para alimentos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2170 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFW','XFW - Carro de cama plana',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2171 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFX','XFX - Bolsa flexible tipo contenedor',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2172 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGB','XGB - Botella para gas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2173 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGI','XGI - Viga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2174 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGL','XGL - Contenedor tipo galón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2175 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGR','XGR - Recipiente de vidrio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGU','XGU - Bandeja contenedor para apilar horizontalmente objetos planos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2177 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGY','XGY - Costal de Yute',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2178 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGZ','XGZ - Vigas con correas o agrupadas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2179 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHA','XHA - Cesta con mango y de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2180 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHB','XHB - Cesta con mango y de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2181 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHC','XHC - Cesta con asa y de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2182 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHG','XHG - Hogshead',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2183 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHN','XHN - Gancho',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2184 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHR','XHR - Cesto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2185 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIA','XIA - Paquete con pantalla y de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2186 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIB','XIB - Paquete con pantalla y de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2187 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIC','XIC - Paquete con pantalla y de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2188 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XID','XID - Paquete con pantalla y de metal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2189 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIE','XIE - Paquete de mostrador.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2190 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIF','XIF - Envase para alimentos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2191 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIG','XIG - Paquete envuelto en papel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2192 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIH','XIH - Tambor de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2193 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIK','XIK - Paquete de cartón con los agujeros para botellas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2194 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIL','XIL - Bandeja rígida con tapa y apilable (CEN TS 14482: 2002)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2195 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIN','XIN - Lingote',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2196 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIZ','XIZ - Lingotes con correas/ agrupados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2197 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJB','XJB - Bolsa jumbo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2198 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJC','XJC - Bidón rectangular',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2199 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJG','XJG - Jarra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2200 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJR','XJR - Tarro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2201 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJT','XJT - Bolsa de yute',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2202 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJY','XJY - Bidón, cilíndrico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2203 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XKG','XKG - Barrilete',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2204 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XKI','XKI - Kit (Conjunto de piezas)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2205 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLE','XLE - Valijas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2206 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLG','XLG - Bitácora',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2207 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLT','XLT - Lote',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2208 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLU','XLU - Caja de arrastre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2209 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLV','XLV - Contenedor pequeño',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2210 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLZ','XLZ - Registros con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2211 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMA','XMA - Cajón metálico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2212 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMB','XMB - Múltiplo de bolsas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2213 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMC','XMC - Cajón para leche',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2214 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XME','XME - Contenedor de metal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2215 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMR','XMR - Recipiente de metal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2216 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMS','XMS - Saco milti-pared',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2217 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMT','XMT - Tapete',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2218 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMW','XMW - Contenedor envuelto en plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2219 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMX','XMX - Caja pequeña de cerillos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2220 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNA','XNA - No disponible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2221 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNE','XNE - Sin empaque o no empaquetado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2222 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNF','XNF - Sin empaque o no empaquetado, unidad simple',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2223 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNG','XNG - Sin empaque o no empaquetado, unidades múltiples',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2224 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNS','XNS - Caja nido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2225 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNT','XNT - Red',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2226 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNU','XNU - Red de plástico con tubo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2227 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNV','XNV - Red textil con tubo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2228 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOA','XOA - Pallet, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP) 40 cm x 60 cm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2229 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOB','XOB - Pallet, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP) 80 cm x 120 cm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2230 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOC','XOC - Pallet, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP) 100 cm x 120 cm',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2231 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOD','XOD - Pallet, AS 4068-1993',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2232 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOE','XOE - Pallet, ISO T11',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2233 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOF','XOF - Plataforma, peso o dimensión no especificada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2234 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOK','XOK - Bloque',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2235 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOT','XOT - Octabin',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2236 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XP2','XP2 - Charola',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2237 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPA','XPA - Cajetilla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2238 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPB','XPB - Pallet, Caja combinada y abierta con caja y pallet.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2239 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPC','XPC - Paquete postal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2240 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPD','XPD - Pallet modular con collares (80cms * 100cms)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2241 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPE','XPE - Pallet modular con collares (80cms * 120cms)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2242 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPF','XPF - Corral',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2243 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPG','XPG - Placa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2244 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPH','XPH - Cantaro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2245 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPI','XPI - Pleca',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2246 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPJ','XPJ - Canastilla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2247 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPK','XPK - Paquete',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2248 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPL','XPL - Balde',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2249 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPN','XPN - Tablón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2250 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPO','XPO - Bolsa pequeña',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2251 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPR','XPR - Contenedor de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2252 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPT','XPT - Maceta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2253 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPU','XPU - Cacerola',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2254 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPV','XPV - Tubos, con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2255 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPX','XPX - Pallet',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2256 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPY','XPY - Placas con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2257 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPZ','XPZ - Tablones con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2258 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQA','XQA - Tambor de acero con cabeza no desmontable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2259 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQB','XQB - Tambor de acero con cabeza extraíble',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2260 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQC','XQC - Tambor de aluminio con cabeza no extraíble',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2261 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQD','XQD - Tambor de aluminio con cabeza extraíble',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2262 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQF','XQF - Tambor, plástico con cabeza no desmontable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2263 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQG','XQG - Tambor, plástico, cabeza extraíble',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2264 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQH','XQH - Barril de madera con tapón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2265 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQJ','XQJ - Barril de madera con cabeza desprendible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2266 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQK','XQK - Bidón de acero con cabeza no desmontable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2267 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQL','XQL - Bidón de acero con cabeza desmontable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2268 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQM','XQM - Bidón de plástico con cabeza no desmontable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2269 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQN','XQN - Bidón de plástico con cabeza extraíble',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2270 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQP','XQP - Caja de madera natural estándar',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2271 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQQ','XQQ - Caja de madera natural con muros a prueba de filtraciones',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2272 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQR','XQR - Caja de plástico expandida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2273 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQS','XQS - Caja de plástico sólida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2274 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRD','XRD - Rod',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2275 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRG','XRG - Anillo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2276 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRJ','XRJ - Estante, Perchero para ropa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2277 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRK','XRK - Estante',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2278 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRL','XRL - Carrete',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2279 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRO','XRO - Rollo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2280 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRT','XRT - Red Roja',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2281 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRZ','XRZ - Varillas con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2282 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSA','XSA - Saco',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2283 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSB','XSB - Losa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2284 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSC','XSC - Cajón poco profundo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2285 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSD','XSD - Huso',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2286 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSE','XSE - Baúl',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2287 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSH','XSH - Bolsa pequeña hermética',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2288 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSI','XSI - Patín',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2289 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSK','XSK - Carcasa esqueleto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2290 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSL','XSL - Hoja de deslizamiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2291 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSM','XSM - Hoja de metal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2292 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSO','XSO - Carrete pequeño',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2293 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSP','XSP - Hoja de empaque de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2294 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSS','XSS - Cajón de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2295 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSU','XSU - Maleta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2296 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSV','XSV - Sobre de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2297 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSW','XSW - Envoltorio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2298 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSY','XSY - Manga',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2299 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSZ','XSZ - Hojas con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2300 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XT1','XT1 - Tableta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2301 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTB','XTB - Tina',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2302 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTC','XTC - Caja para té',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2303 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTD','XTD - Tubo plegable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2304 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTG','XTG - Contenedor de tanque genérico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2305 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTI','XTI - Tierce',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2306 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTK','XTK - Tanque rectangular',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2307 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTL','XTL - Tina con tapa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2308 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTN','XTN - Hojalata',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2309 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTO','XTO - Tonel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2310 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTR','XTR - Maletero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2311 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTS','XTS - Estructura',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2312 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTT','XTT - Bolsa de mano',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2313 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTU','XTU - Tubo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2314 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTV','XTV - Tubo con boquilla',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2315 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTW','XTW - Pallet tricapa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2316 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTY','XTY - Tanque cilíndrico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2317 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTZ','XTZ - Tubos con fleje/ agrupados/ armados',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2318 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XUC','XUC - Sin empaque',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2319 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XUN','XUN - Unidad',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2320 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVA','XVA - Tanque',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2321 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVG','XVG - Tanque de gas (a 1,031 mbar y 15° C)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2322 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVI','XVI - Frasco pequeño',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2323 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVK','XVK - Paquete transportable',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2324 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVL','XVL - Contenedor para líquidos a granel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2325 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVN','XVN - Vehículo',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2326 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVO','XVO - Contenedor para sólido de partículas grandes a granel ("nódulos")',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2327 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVP','XVP - Envasado al vacío',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2328 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVQ','XVQ - Tanque para Gas licuado (a temperatura / presión anormal)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2329 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVR','XVR - Contenedor para sólidos de partículas granulares a granel (Granos)',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2330 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVS','XVS - Contenedor de chatarra a granel',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2331 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVY','XVY - Contenedor para sólido de partículas finas a granel ("polvos")',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2332 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWA','XWA - Contenedor de granel intermedio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2333 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWB','XWB - Botella de mimbre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2334 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWC','XWC - Contenedor intermedio para gráneles y de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2335 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWD','XWD - Contenedor intermedio para gráneles y de aluminio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2336 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWF','XWF - Contenedor intermedio para gráneles y de metal',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2337 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWG','XWG - Contenedor intermedio para gráneles y de acero presurizado menor a 10 kpa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2338 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWH','XWH - Contenedor intermedio para gráneles y de aluminio, presurizado menor a 10 kpa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2339 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWJ','XWJ - Contenedor intermedio para gráneles y de metal con una presión de 10 kpa',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2340 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWK','XWK - Contenedor intermedio para gráneles y de acero para líquido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2341 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWL','XWL - Contenedor intermedio para gráneles y de aluminio para líquido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2342 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWM','XWM - Contenedor intermedio para gráneles y de metal para líquido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2343 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWN','XWN - Contenedor intermedio para gráneles con tejido plástico sin capa con revestimiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2344 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWP','XWP - Contenedor intermedio para gráneles con tejido plástico y recubierto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2345 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWQ','XWQ - Contenedor intermedio para gráneles con tejido plástico con revestimiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2346 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWR','XWR - Contenedor intermedio para gráneles con tejido plástico, revestido y con forro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2347 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWS','XWS - Contenedor intermedio para gráneles con película de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2348 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWT','XWT - Contenedor intermedio para gráneles textil sin capa / forro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2349 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWU','XWU - Contenedor intermedio para gráneles de madera natural con forro interior',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2350 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWV','XWV - Contenedor intermedio para gráneles textil recubierto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2351 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWW','XWW - Contenedor intermedio para gráneles textil con revestimiento',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2352 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWX','XWX - Contenedor intermedio para gráneles textil recubierto y con forro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2353 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWY','XWY - Contenedor intermedio para gráneles contrachapado con revestimiento interior',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2354 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWZ','XWZ - Contenedor intermedio para gráneles de madera reconstituida con revestimiento interior',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2355 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXA','XXA - Bolsa de tejido plástico, sin abrigo interior ni forro',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2356 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXB','XXB - Bolsa de tejido plástico a prueba de filtraciones',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2357 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXC','XXC - Bolsa de tejido plástico resistente al agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2358 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXD','XXD - Bolsa con película de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2359 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXF','XXF - Bolsa textil sin capa ni forro interior',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2360 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXG','XXG - Bolsa textil a prueba de filtraciones',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2361 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXH','XXH - Bolsa textil resistente al agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2362 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXJ','XXJ - Bolsa de papel multi-pared',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2363 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXK','XXK - Bolsa de papel multi-pared, resistente al agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2364 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYA','XYA - Empaque compuesto, recipiente de plástico en tambor de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2365 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYB','XYB - Empaque compuesto, recipiente de plástico en cajas de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2366 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYC','XYC - Empaque compuesto, recipiente de plástico en tambor de aluminio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2367 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYD','XYD - Empaque compuesto, recipiente de plástico en cajón de aluminio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2368 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYF','XYF - Empaque compuesto, recipiente de plástico en caja de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2369 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYG','XYG - Empaque compuesto, recipiente de plástico en tambor de madera contrachapada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2370 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYH','XYH - Empaque compuesto, recipiente de plástico en caja de madera contrachapada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2371 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYJ','XYJ - Empaque compuesto, recipiente de plástico en tambor de fibra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2372 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYK','XYK - Empaque compuesto, recipiente de plástico en caja de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2373 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYL','XYL - Empaque compuesto, recipiente de plástico en el tambor de plástico',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2374 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYM','XYM - Empaque compuesto, recipiente de plástico en caja de plástico sólido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2375 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYN','XYN - Empaque compuesto, receptáculo de vidrio en tambor de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2376 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYP','XYP - Empaque compuesto, receptáculo de vidrio en caja de cajas de acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2377 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYQ','XYQ - Empaque compuesto, recipiente de vidrio en tambor de aluminio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2378 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYR','XYR - Empaque compuesto, receptáculo de vidrio en caja de aluminio',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2379 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYS','XYS - Empaque compuesto, recipiente de vidrio en caja de madera',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2380 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYT','XYT - Empaque compuesto, recipiente de vidrio en tambor de madera contrachapada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2381 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Xyv','Xyv - Empaque compuesto, recipiente de vidrio en el cesto de mimbre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2382 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYW','XYW - Empaque compuesto, recipiente de vidrio en tambor de fibra',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2383 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYX','XYX - Empaque compuesto, recipiente de vidrio en caja de cartón',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2384 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYY','XYY - Empaque compuesto, recipiente de vidrio en paquete de plástico expandible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2385 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYZ','XYZ - Empaque compuesto, recipiente de vidrio en paquete de plástico sólido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2386 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZA','XZA - Contenedor de granel intermedio, papel, multi-pared',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2387 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZB','XZB - Bolsa grande',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2388 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZC','XZC - Contenedor intermedio para gráneles de papel, multi-pared y resistente al agua',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2389 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZD','XZD - Contenedor intermedio para gráneles de plástico rígido, con equipo estructural para sólidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2390 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZF','XZF - Contenedor intermedio para gráneles de plástico rígido, autoportante para sólidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2391 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZG','XZG - Contenedor intermedio para gráneles de plástico rígido, con equipo estructural, presurizado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2392 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZH','XZH - Contenedor intermedio para gráneles de plástico rígido, autoportante y presurizado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2393 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZJ','XZJ - Contenedor intermedio para gráneles de plástico rígido, con equipo estructural para líquidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2394 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZK','XZK - Contenedor intermedio para gráneles de plástico rígido, autoportante, líquidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2395 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZL','XZL - Contenedor intermedio para gráneles, compuesto y de plástico rígido, sólidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2396 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZM','XZM - Contenedor intermedio para gráneles, compuesto y de plástico flexible, sólidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2397 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZN','XZN - Contenedor intermedio para gráneles, compuesto y de plástico rígido, presurizado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2398 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZP','XZP - Contenedor intermedio para gráneles, compuesto y de plástico flexible, presurizado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2399 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZQ','XZQ - Contenedor intermedio para gráneles, compuesto y de plástico rígido, líquidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2400 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZR','XZR - Contenedor intermedio para gráneles, compuesto y de plástico flexible para líquidos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2401 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZS','XZS - Contenedor intermedio para gráneles, compuesto',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2402 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZT','XZT - Contenedor intermedio para gráneles con tablero de fibras',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2403 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZU','XZU - Contenedor intermedio para gráneles flexible',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2404 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZV','XZV - Contenedor intermedio para gráneles de metal, distinto del acero',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2405 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZW','XZW - Contenedor intermedio para gráneles, de madera natural',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2406 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZX','XZX - Contenedor intermedio para gráneles, de contrachapado',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2407 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZY','XZY - Contenedor intermedio para gráneles, de madera reconstituida',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2408 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YDK','YDK - Yarda cuadrada',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2409 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YDQ','YDQ - Yarda cúbica',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2410 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YL','YL - Cien yardas lineales',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2411 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YRD','YRD - Yarda',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2412 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YT','YT - Diez yardas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2413 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z1','Z1 - Furgoneta',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2414 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z11','Z11 - Contenedor colgante ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2415 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z5','Z5 - Arrastre',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2416 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z6','Z6 - Punto de conferencia',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2417 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z8','Z8 - Página de noticias',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2418 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ZP','ZP - Páginas',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2419 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ZZ','ZZ - Mutuamente definido',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_usocfdi.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=TRUNCATE TABLE llx_c_cfdixml_usocfdi; 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('G02','Devoluciones, descuentos o bonificaciones.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('G03','Gastos en general.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 4 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I01','Construcciones.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 5 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('G01','Adquisición de mercancías',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 6 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I02','Mobiliario y equipo de oficina por inversiones.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 7 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I03','Equipo de transporte.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 8 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I04','Equipo de computo y accesorios.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 9 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I05','Dados, troqueles, moldes, matrices y herramental.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 10 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I06','Comunicaciones telefónicas.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 11 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I07','Comunicaciones satelitales.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 12 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I08','Otra maquinaria y equipo.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 13 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D01','Honorarios médicos, dentales y gastos hospitalarios.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 14 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D02','Gastos médicos por incapacidad o discapacidad.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 15 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D03','Gastos funerales.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 16 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D04','Donativos.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 17 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D05','Intereses reales efectivamente pagados por créditos hipotecarios (casa habitación).',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 18 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D06','Aportaciones voluntarias al SAR.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 19 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D07','Primas por seguros de gastos médicos.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 20 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D08','Gastos de transportación escolar obligatoria.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 21 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D09','Depósitos en cuentas para el ahorro, primas que tengan como base planes de pensiones.',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 22 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D10','Pagos por servicios educativos (colegiaturas).',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 23 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('S01','Sin efectos fiscales. ',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 24 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('CP01','Pagos',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 25 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('CN01','Nómina',1); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_cfdixml_addenda.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=SHOW server_version 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'type_addenda', 'Tipo de Addenda', 'select', 10, '', 'societe', 0, 0, '', 'a:1:{s:7:"options";a:1:{s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}', 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at end of input LINE 1: ...s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}', ^ LOCATION: scanner_yyerror, scan.l:1168 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'type_addenda', 'Tipo de Addenda', 'select', 10, '', 'societe', 0, 0, '', 'a:1:{s:7:"options";a:1:{s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}',
ERROR: 42601: syntax error at end of input LINE 1: ...s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}', ^ LOCATION: scanner_yyerror, scan.l:1168 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=1, '', '1', 'Seleccione el tipo de addenda para este tercero', '', 1, 'cfdixml@cfdixml', '1', 0, 0 ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "1" LINE 1: 1, '', '1', 'Seleccione el tipo de addenda para este tercero... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 2 Error DB_ERROR_SYNTAX 1, '', '1', 'Seleccione el tipo de addenda para este tercero', '', 1, 'cfdixml@cfdixml', '1', 0, 0 );
ERROR: 42601: syntax error at or near "1" LINE 1: 1, '', '1', 'Seleccione el tipo de addenda para este tercero... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'soriana_tienda_addenda', 'Tienda Soriana', 'varchar', 10, '50', 'socpeople', 0, 0, '', '', 1, '', '1', 'Número de tienda Soriana asociada al contacto', '', 1, 'cfdixml@cfdixml', '1', 0, 0 -- No imprimible ); 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at end of input LINE 1: ... -- No imprimible ); ^ LOCATION: scanner_yyerror, scan.l:1168 (DB_ERROR_SYNTAX) 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:39:14 ERR 189.216.170.87 367003 48 Admin.lib::run_sql Request 3 Error DB_ERROR_SYNTAX INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'soriana_tienda_addenda', 'Tienda Soriana', 'varchar', 10, '50', 'socpeople', 0, 0, '', '', 1, '', '1', 'Número de tienda Soriana asociada al contacto', '', 1, 'cfdixml@cfdixml', '1', 0, 0 -- No imprimible );
ERROR: 42601: syntax error at end of input LINE 1: ... -- No imprimible ); ^ LOCATION: scanner_yyerror, scan.l:1168 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_product_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_product_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_umed', 'Unidad de Medida', 'sellist', 1, '', 1, 'product', 0, 1, 'a:1:{s:7:"options";a:1:{s:37:"c_cfdixml_umed:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facturedet_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facturedet_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_umed', 'Unidad de Medida', 'sellist', 1, '', 1, 'facturedet', 0, 1, 'a:1:{s:7:"options";a:1:{s:37:"c_cfdixml_umed:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_product_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_product_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_claveprodserv', 'Clave de producto servicio', 'sellist', 1, '', 1, 'product', 0, 1, 'a:1:{s:7:"options";a:1:{s:48:"c_cfdixml_claveprodserv:label:code::(active:=:1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facturedet_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facturedet_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_claveprodserv', 'Clave de producto servicio', 'sellist', 1, '', 1, 'facturedet', 0, 1, 'a:1:{s:7:"options";a:1:{s:48:"c_cfdixml_claveprodserv:label:code::(active:=:1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_product_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_product_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_objetoimp', 'Objeto de Impuesto', 'sellist', 1, '', 1, 'product', 0, 1, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_objetoimp:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facturedet_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facturedet_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_objetoimp', 'Objeto de Impuesto', 'sellist', 1, '', 1, 'facturedet', 0, 1, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_objetoimp:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_control', 'control timbrado', 'varchar', 1, '32', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '0', '1', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_usocfdi', 'Uso del CFDI', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_usocfdi:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_metodopago varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_metodopago varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_metodopago', 'Metodo de pago', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:43:"c_cfdixml_metodopago:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_doctorel varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_doctorel varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_doctorel', 'Documento Relacionado', 'chkbxlst', 108, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:35:"facture:ref:rowid::(fk_statut!=0)";N;}}', 1, null, 'cfdixml@cfdixml', '-1', '1', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_tiporelacion varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_tiporelacion varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_tiporelacion', 'Tipo de relación', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:45:"c_cfdixml_tiporelacion:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_exportacion varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_exportacion varchar(255) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_exportacion', 'Exportación', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:44:"c_cfdixml_exportacion:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:14', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:39:14 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_facture_extrafields ADD UNIQUE INDEX uk_facture_extrafields_cfdixml_UUID (cfdixml_UUID) replaced by -- CREATE UNIQUE INDEX uk_facture_extrafields_cfdixml_UUID ON llx_facture_extrafields (cfdixml_UUID) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_UUID', 'UUID', 'varchar', 1, '50', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_facture_extrafields ADD UNIQUE INDEX uk_facture_extrafields_cfdixml_fechatimbrado (cfdixml_fechatimbrado) replaced by -- CREATE UNIQUE INDEX uk_facture_extrafields_cfdixml_fechatimbrado ON llx_facture_extrafields (cfdixml_fechatimbrado) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechatimbrado', 'Fecha de Timbrado', 'varchar', 1, '32', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certsat', 'Certificado Sat', 'varchar', 1, '50', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_facture_extrafields ADD UNIQUE INDEX uk_facture_extrafields_cfdixml_sellosat (cfdixml_sellosat) replaced by -- CREATE UNIQUE INDEX uk_facture_extrafields_cfdixml_sellosat ON llx_facture_extrafields (cfdixml_sellosat) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellosat', 'Sello Sat', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certcfd', 'Certificado CFD', 'varchar', 1, '50', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_facture_extrafields ADD UNIQUE INDEX uk_facture_extrafields_cfdixml_sellocfd (cfdixml_sellocfd) replaced by -- CREATE UNIQUE INDEX uk_facture_extrafields_cfdixml_sellocfd ON llx_facture_extrafields (cfdixml_sellocfd) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellocfd', 'Sello CFD', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_facture_extrafields ADD UNIQUE INDEX uk_facture_extrafields_cfdixml_cadenaorig (cfdixml_cadenaorig) replaced by -- CREATE UNIQUE INDEX uk_facture_extrafields_cfdixml_cadenaorig ON llx_facture_extrafields (cfdixml_cadenaorig) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_cadenaorig', 'Cadena Original', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_facture_extrafields ADD UNIQUE INDEX uk_facture_extrafields_cfdixml_xml (cfdixml_xml) replaced by -- CREATE UNIQUE INDEX uk_facture_extrafields_cfdixml_xml ON llx_facture_extrafields (cfdixml_xml) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml', 'XML', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechacancelacion', 'Fecha de Cancelacion', 'varchar', 0, '32', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_codigocancelacion', 'Codigo de Cancelacion', 'varchar', 0, '32', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_xml_cancel text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_xml_cancel text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_facture_extrafields ADD UNIQUE INDEX uk_facture_extrafields_cfdixml_xml_cancel (cfdixml_xml_cancel) replaced by -- CREATE UNIQUE INDEX uk_facture_extrafields_cfdixml_xml_cancel ON llx_facture_extrafields (cfdixml_xml_cancel) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml_cancel', 'Comprobante Cancelacion', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_control', 'control timbrado', 'varchar', 1, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '-1', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_usocfdi', 'Uso del CFDI', 'sellist', 1, '', 1, 'paiement', 0, 0, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_usocfdi:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_UUID', 'UUID', 'varchar', 1, '50', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechatimbrado', 'Fecha de Timbrado', 'varchar', 0, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certsat', 'Certificado Sat', 'varchar', 1, '50', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellosat', 'Sello Sat', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certcfd', 'Certificado CFD', 'varchar', 1, '50', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellocfd', 'Sello CFD', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_cadenaorig', 'Cadena Original', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml', 'XML', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechacancelacion', 'Fecha de Cancelacion', 'varchar', 0, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_codigocancelacion', 'Codigo de Cancelacion', 'varchar', 0, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml_cancelacion text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml_cancelacion text NULL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=-- ALTER TABLE llx_paiement_extrafields ADD UNIQUE INDEX uk_paiement_extrafields_cfdixml_xml_cancelacion (cfdixml_xml_cancelacion) replaced by -- CREATE UNIQUE INDEX uk_paiement_extrafields_cfdixml_xml_cancelacion ON llx_paiement_extrafields (cfdixml_xml_cancelacion) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml_cancelacion', 'Comprobante Cancelacion', 'text', 1, '', 1, 'paiement', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:39:15', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 ExtraFields::create_label_success 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 BEGIN Transaction 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::_unactive 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_CFDIXML' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::delete_tabs 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name like 'MAIN_MODULE_CFDIXML_TABS_%' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::delete_module_parts 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_TRIGGERS' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_LOGIN' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_SUBSTITUTIONS' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MENUS' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_TPL' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_BARCODE' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MODELS' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_PRINTING' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_THEME' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_CSS' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_JS' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_HOOKS' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MODULEFOREXTERNAL' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_ICON' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::delete_const 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name = 'CFDIXML_XSLT_PATH' AND entity in (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::delete_cronjobs 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_cronjob WHERE module_name = 'cfdixml' AND entity = 1 AND test = '1' 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::delete_permissions 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_rights_def WHERE (module = 'cfdixml' OR module_origin = 'cfdixml') AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::delete_menus 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_menu WHERE module = 'cfdixml' AND menu_handler = 'all' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::delete_dirs 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_DIR_%' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 COMMIT Transaction 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 BEGIN Transaction 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::_active delete activation constant 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_CFDIXML' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::_active insert activation constant 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, value, visible, entity, note) VALUES ('MAIN_MODULE_CFDIXML', '1', 0, 1, '{"authorid":"1","ip":"189.216.170.87","lastactivationversion":"2.0.11"}') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_tabs 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ('MAIN_MODULE_CFDIXML_TABS_0', 'chaine', 'payment:+pagocfdi:PagoCFDI:mylangfile@cfdixml:TRUE:/custom/cfdixml/payments.php?id=__ID__', null, '0', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_TRIGGERS 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_TRIGGERS', 'chaine', '1', null, '0', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_TPL 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_TPL', 'chaine', '1', null, '0', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_MODELS 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_MODELS', 'chaine', '1', null, '0', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_HOOKS 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_HOOKS', 'chaine', '["productcard","invoicecard","invoicelist","orderlist","paiementcard","paymentcard","paymentsupplierlist","formmail","createFrom","cfdixmlpaymentcard"]', null, '0', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_ICON 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_ICON', 'chaine', 'fa-file-invoice', null, '0', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 DolibarrModules::insert_const 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) as nb FROM llx_const WHERE name = 'CFDIXML_XSLT_PATH' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ('CFDIXML_XSLT_PATH', 'chaine', 'https://www.sat.gob.mx/sitio_internet/cfd/4/cadenaoriginal_4_0/cadenaoriginal_4_0.xslt', 'Path to your XSLT file', '1', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_boxes 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_cronjobs 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_permissions 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT value as value FROM llx_const WHERE name = 'MAIN_MODULE_CFDIXML' AND entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099901 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099901, 1, 'Read objects of Cfdixml', 'cfdixml', '', 'w', 0, 'cfdixml', 'read', '1') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 modCfdixml::insert_permissions Add permission id 90099901 to user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 User::addrights 90099901, , , 1, 1 for user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099901 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099901 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099901 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099901) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099902 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099902, 1, 'Create/Update objects of Cfdixml', 'cfdixml', '', 'w', 0, 'cfdixml', 'write', '1') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 modCfdixml::insert_permissions Add permission id 90099902 to user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 User::addrights 90099902, , , 1, 1 for user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099902 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099902 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099902 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099901) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099902) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099903 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099903, 1, 'Delete objects of Cfdixml', 'cfdixml', '', 'w', 0, 'cfdixml', 'delete', '1') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 modCfdixml::insert_permissions Add permission id 90099903 to user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 User::addrights 90099903, , , 1, 1 for user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099903 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099903 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099903 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099901) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099903) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099911 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099911, 1, 'Read Payments of Cfdixml', 'cfdixml', '', 'w', 0, 'payment', 'read', '1') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 modCfdixml::insert_permissions Add permission id 90099911 to user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 User::addrights 90099911, , , 1, 1 for user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099911 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099911 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099911 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099911) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099912 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099912, 1, 'Create/Update Payments of Cfdixml', 'cfdixml', '', 'w', 0, 'payment', 'write', '1') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 modCfdixml::insert_permissions Add permission id 90099912 to user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 User::addrights 90099912, , , 1, 1 for user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099912 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099912 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099912 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099911) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099912) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099913 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099913, 1, 'Delete Payments of Cfdixml', 'cfdixml', '', 'w', 0, 'payment', 'delete', '1') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 modCfdixml::insert_permissions Add permission id 90099913 to user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 User::addrights 90099913, , , 1, 1 for user id=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099913 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099913 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099913 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099911) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099913) 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 User::clearrights reset user->rights 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 modCfdixml::insert_menus 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT setval('llx_menu_rowid_seq', 17) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = 0 AND position = 1001 AND url = '/cfdixml/cfdixmlindex.php' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'top', 'cfdixml', null, 0, null, null, 1001, '/cfdixml/cfdixmlindex.php', '', 'ModuleCfdixmlName', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create record added has rowid=18 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT setval('llx_menu_rowid_seq', 18) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = -1 AND position = 1102 AND url = '/cfdixml/invoiceglobal/list.php' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'left', 'cfdixml', 'cfdixml_invoice_global', -1, 'cfdixml', null, 1102, '/cfdixml/invoiceglobal/list.php', '', 'Factura Global', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create record added has rowid=19 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT setval('llx_menu_rowid_seq', 19) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = -1 AND position = 1103 AND url = '/cfdixml/invoiceglobal/card.php?action=create' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'left', 'cfdixml', 'cfdixml_invoice_global_card', -1, 'cfdixml', 'cfdixml_invoice_global', 1103, '/cfdixml/invoiceglobal/card.php?action=create', '', 'Nueva Factura', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create record added has rowid=20 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT setval('llx_menu_rowid_seq', 20) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = -1 AND position = 1104 AND url = '/cfdixml/invoiceglobal/list.php' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'left', 'cfdixml', 'cfdixml_invoice_global_list', -1, 'cfdixml', 'cfdixml_invoice_global', 1104, '/cfdixml/invoiceglobal/list.php', '', 'Lista', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 Menubase::create record added has rowid=21 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 functions.lib::dol_mkdir: dir=//var/www/html/dolibarr/documents/cfdixml/temp 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 functions.lib::dol_mkdir: Directory '//var/www/html/dolibarr/documents/cfdixml' is not found (does not exists or is outside open_basedir PHP setting). 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 functions.lib::dol_mkdir: Directory '//var/www/html/dolibarr/documents/cfdixml' created 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 functions.lib::dol_mkdir: Directory '//var/www/html/dolibarr/documents/cfdixml/temp' is not found (does not exists or is outside open_basedir PHP setting). 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 functions.lib::dol_mkdir: Directory '//var/www/html/dolibarr/documents/cfdixml/temp' created 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 COMMIT Transaction 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 BEGIN Transaction 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_IHM_PARAMS_REV' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_IHM_PARAMS_REV', '9', 'chaine', 0, '', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 367003 48 COMMIT Transaction 2025-12-05 01:39:15 INFO 189.216.170.87 367003 48 --- End access to /admin/modules.php 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 DefaultValues::fetchAll 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:15 NOTICE 189.216.170.87 365205 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modAsset not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modBookCal not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modCollab not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modDataPolicy not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 User::loadParentOf 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 User::get_full_tree get user list 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 User::get_full_tree dol_sort_array 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Build childid for id = 1 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modDeplacement not qualified 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modDocumentGeneration not qualified 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modDynamicPrices not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modFTP not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modIntracommreport not qualified 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modLabel not qualified 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modMailmanSpip not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modPaybox not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 useNPR 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 useNPR 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modStockTransfer not qualified 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modWebPortal not qualified 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modWebServices not qualified 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Module modZapier not qualified 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:39:15 INFO 189.216.170.87 365205 48 --- End access to /admin/modules.php 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 DefaultValues::fetchAll 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 01:39:15 NOTICE 189.216.170.87 365209 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 DefaultValues::fetchAll 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:39:15 DEBUG 189.216.170.87 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:39:15 INFO 189.216.170.87 365209 48 --- End access to /theme/eldy/style.css.php 2025-12-05 01:51:35 DEBUG 170.106.193.108 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 01:51:35 NOTICE 170.106.193.108 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 01:51:35 DEBUG 170.106.193.108 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:51:35 INFO 170.106.193.108 365210 48 --- End access to /index.php 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 DefaultValues::fetchAll 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:51:57 NOTICE 189.216.170.87 365204 48 --- Access to GET /index.php - action=, massaction= 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:51:57 DEBUG 189.216.170.87 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:51:57 INFO 189.216.170.87 365204 48 --- End access to /index.php 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 DefaultValues::fetchAll 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:51:57 NOTICE 189.216.170.87 365208 48 --- Access to GET /admin/index.php - action=, massaction= 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:57 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:57 INFO 189.216.170.87 365208 48 --- End access to /admin/index.php 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 DefaultValues::fetchAll 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:51:59 NOTICE 189.216.170.87 367003 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modAsset not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modBookCal not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modCollab not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modDataPolicy not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 User::loadParentOf 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 User::get_full_tree get user list 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 User::get_full_tree dol_sort_array 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Build childid for id = 1 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modDeplacement not qualified 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modDocumentGeneration not qualified 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modDynamicPrices not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modFTP not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modIntracommreport not qualified 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modLabel not qualified 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modMailmanSpip not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modPaybox not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modStockTransfer not qualified 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:51:59 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modWebPortal not qualified 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modWebServices not qualified 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Module modZapier not qualified 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:51:59 INFO 189.216.170.87 367003 48 --- End access to /admin/modules.php 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 DefaultValues::fetchAll 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:42 NOTICE 189.216.170.87 365205 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modAsset not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modBookCal not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modCollab not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modDataPolicy not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 User::loadParentOf 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 User::get_full_tree get user list 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 User::get_full_tree dol_sort_array 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Build childid for id = 1 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modDeplacement not qualified 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modDocumentGeneration not qualified 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modDynamicPrices not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modFTP not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modIntracommreport not qualified 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modLabel not qualified 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modMailmanSpip not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modPaybox not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 useNPR 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 useNPR 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modStockTransfer not qualified 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:42 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modWebPortal not qualified 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modWebServices not qualified 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Module modZapier not qualified 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:42 INFO 189.216.170.87 365205 48 --- End access to /admin/modules.php 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 DefaultValues::fetchAll 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:44 NOTICE 189.216.170.87 365209 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modAsset not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modBookCal not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modCollab not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modDataPolicy not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 User::loadParentOf 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 User::get_full_tree get user list 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 User::get_full_tree dol_sort_array 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Build childid for id = 1 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modDeplacement not qualified 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modDocumentGeneration not qualified 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modDynamicPrices not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modFTP not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modIntracommreport not qualified 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modLabel not qualified 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modMailmanSpip not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modPaybox not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modStockTransfer not qualified 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:44 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modWebPortal not qualified 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modWebServices not qualified 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Module modZapier not qualified 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:44 INFO 189.216.170.87 365209 48 --- End access to /admin/modules.php 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 DefaultValues::fetchAll 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:45 NOTICE 189.216.170.87 365210 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modAsset not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modBookCal not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modCollab not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modDataPolicy not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 User::loadParentOf 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 User::get_full_tree get user list 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 User::get_full_tree dol_sort_array 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Build childid for id = 1 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modDeplacement not qualified 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modDocumentGeneration not qualified 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modDynamicPrices not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modFTP not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modIntracommreport not qualified 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modLabel not qualified 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modMailmanSpip not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modPaybox not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 useNPR 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 useNPR 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modStockTransfer not qualified 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:45 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modWebPortal not qualified 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modWebServices not qualified 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Module modZapier not qualified 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:45 INFO 189.216.170.87 365210 48 --- End access to /admin/modules.php 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 DefaultValues::fetchAll 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:47 NOTICE 189.216.170.87 365204 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modAsset not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modBookCal not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modCollab not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modDataPolicy not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 User::loadParentOf 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 User::get_full_tree get user list 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 User::get_full_tree dol_sort_array 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Build childid for id = 1 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modDeplacement not qualified 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modDocumentGeneration not qualified 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modDynamicPrices not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modFTP not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modIntracommreport not qualified 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modLabel not qualified 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modMailmanSpip not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modPaybox not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 useNPR 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 useNPR 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modStockTransfer not qualified 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:47 DEBUG 189.216.170.87 365204 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modWebPortal not qualified 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modWebServices not qualified 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Module modZapier not qualified 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:47 INFO 189.216.170.87 365204 48 --- End access to /admin/modules.php 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 DefaultValues::fetchAll 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:48 NOTICE 189.216.170.87 365208 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 BEGIN Transaction 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 admin.lib::dolibarr_set_const 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 admin.lib::dolibarr_set_const 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 COMMIT Transaction 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modAsset not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modBookCal not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modCollab not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modDataPolicy not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 User::loadParentOf 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 User::get_full_tree get user list 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 User::get_full_tree dol_sort_array 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Build childid for id = 1 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modDeplacement not qualified 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modDocumentGeneration not qualified 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modDynamicPrices not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modFTP not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modIntracommreport not qualified 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modLabel not qualified 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modMailmanSpip not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modPaybox not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 useNPR 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 useNPR 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modStockTransfer not qualified 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:48 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modWebPortal not qualified 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modWebServices not qualified 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Module modZapier not qualified 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:48 INFO 189.216.170.87 365208 48 --- End access to /admin/modules.php 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 DefaultValues::fetchAll 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:55 NOTICE 189.216.170.87 367003 48 --- Access to POST /admin/modules.php - action=, massaction= 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 BEGIN Transaction 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 admin.lib::dolibarr_set_const 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 COMMIT Transaction 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modAsset not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modBookCal not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modCollab not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modDataPolicy not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 User::loadParentOf 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 User::get_full_tree get user list 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 User::get_full_tree dol_sort_array 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Build childid for id = 1 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modDeplacement not qualified 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modDocumentGeneration not qualified 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modDynamicPrices not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modFTP not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modIntracommreport not qualified 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modLabel not qualified 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modMailmanSpip not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modPaybox not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modStockTransfer not qualified 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:55 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modWebPortal not qualified 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modWebServices not qualified 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Module modZapier not qualified 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 Save lastsearch_values_tmp_admin/modules.php={"search_keyword":"num","search_status":"-1","search_nature":"-1"} (systematic recording of last search criteria) 2025-12-05 01:52:55 INFO 189.216.170.87 367003 48 --- End access to /admin/modules.php 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 DefaultValues::fetchAll 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:52:59 NOTICE 189.216.170.87 365205 48 --- Access to POST /admin/modules.php - action=, massaction= 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modAsset not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modBookCal not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modCollab not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modDataPolicy not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 User::loadParentOf 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 User::get_full_tree get user list 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 User::get_full_tree dol_sort_array 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Build childid for id = 1 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modDeplacement not qualified 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modDocumentGeneration not qualified 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modDynamicPrices not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modFTP not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modIntracommreport not qualified 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modLabel not qualified 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modMailmanSpip not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modPaybox not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 useNPR 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 useNPR 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modStockTransfer not qualified 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:52:59 DEBUG 189.216.170.87 365205 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modWebPortal not qualified 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modWebServices not qualified 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Module modZapier not qualified 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 Save lastsearch_values_tmp_admin/modules.php={"search_keyword":"number","search_status":"-1","search_nature":"-1"} (systematic recording of last search criteria) 2025-12-05 01:52:59 INFO 189.216.170.87 365205 48 --- End access to /admin/modules.php 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 DefaultValues::fetchAll 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:53:05 NOTICE 189.216.170.87 365209 48 --- Access to POST /admin/modules.php - action=, massaction= 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 BEGIN Transaction 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 admin.lib::dolibarr_set_const 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 admin.lib::dolibarr_set_const 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 COMMIT Transaction 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modAsset not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modBookCal not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modCollab not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modDataPolicy not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 User::loadParentOf 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 User::get_full_tree get user list 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 User::get_full_tree dol_sort_array 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Build childid for id = 1 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modDeplacement not qualified 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modDocumentGeneration not qualified 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modDynamicPrices not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modFTP not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modIntracommreport not qualified 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modLabel not qualified 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modMailmanSpip not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modPaybox not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modStockTransfer not qualified 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:05 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modWebPortal not qualified 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modWebServices not qualified 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Module modZapier not qualified 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 Save lastsearch_values_tmp_admin/modules.php={"search_keyword":"bind","search_status":"-1","search_nature":"-1"} (systematic recording of last search criteria) 2025-12-05 01:53:05 INFO 189.216.170.87 365209 48 --- End access to /admin/modules.php 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 DefaultValues::fetchAll 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:53:09 NOTICE 189.216.170.87 365210 48 --- Access to POST /admin/modules.php - action=, massaction= 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 BEGIN Transaction 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 admin.lib::dolibarr_set_const 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 admin.lib::dolibarr_set_const 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 COMMIT Transaction 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modAsset not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modBookCal not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modCollab not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modDataPolicy not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 User::loadParentOf 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 User::get_full_tree get user list 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 User::get_full_tree dol_sort_array 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Build childid for id = 1 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modDeplacement not qualified 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modDocumentGeneration not qualified 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modDynamicPrices not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modFTP not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modIntracommreport not qualified 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modLabel not qualified 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modMailmanSpip not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modPaybox not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 useNPR 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 useNPR 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modStockTransfer not qualified 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:53:09 DEBUG 189.216.170.87 365210 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modWebPortal not qualified 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modWebServices not qualified 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Module modZapier not qualified 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 Save lastsearch_values_tmp_admin/modules.php={"search_status":"-1","search_nature":"-1"} (systematic recording of last search criteria) 2025-12-05 01:53:09 INFO 189.216.170.87 365210 48 --- End access to /admin/modules.php 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 DefaultValues::fetchAll 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:32 NOTICE 189.216.170.87 365204 48 --- Access to GET /index.php - action=, massaction= 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:58:32 DEBUG 189.216.170.87 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:58:32 INFO 189.216.170.87 365204 48 --- End access to /index.php 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 DefaultValues::fetchAll 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:32 NOTICE 189.216.170.87 365208 48 --- Access to GET /admin/index.php - action=, massaction= 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:32 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:32 INFO 189.216.170.87 365208 48 --- End access to /admin/index.php 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 DefaultValues::fetchAll 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:34 NOTICE 189.216.170.87 367003 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modAsset not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modBookCal not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modCollab not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modDataPolicy not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 User::loadParentOf 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 User::get_full_tree get user list 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 User::get_full_tree dol_sort_array 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Build childid for id = 1 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modDeplacement not qualified 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modDocumentGeneration not qualified 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modDynamicPrices not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modFTP not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modIntracommreport not qualified 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modLabel not qualified 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modMailmanSpip not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modPaybox not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 useNPR 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modStockTransfer not qualified 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:34 DEBUG 189.216.170.87 367003 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modWebPortal not qualified 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modWebServices not qualified 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Module modZapier not qualified 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 Scan directory //var/www/html/dolibarr/htdocs/custom/modNumberWords/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:34 INFO 189.216.170.87 367003 48 --- End access to /admin/modules.php 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 DefaultValues::fetchAll 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:51 NOTICE 189.216.170.87 365205 48 --- Access to GET /admin/modules.php - action=set, massaction= 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 modNumberWords::_active delete activation constant 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_NUMBERWORDS' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 modNumberWords::_active insert activation constant 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, value, visible, entity, note) VALUES ('MAIN_MODULE_NUMBERWORDS', '1', 0, 1, '{"authorid":"1","ip":"189.216.170.87","lastactivationversion":"5.0.3"}') 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 modNumberWords::insert_module_parts for key=MAIN_MODULE_NUMBERWORDS_SUBSTITUTIONS 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_NUMBERWORDS_SUBSTITUTIONS', 'chaine', '1', null, '0', 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 modNumberWords::insert_boxes 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 modNumberWords::insert_cronjobs 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 modNumberWords::insert_permissions 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=SELECT value as value FROM llx_const WHERE name = 'MAIN_MODULE_NUMBERWORDS' AND entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_IHM_PARAMS_REV' AND entity = 1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_IHM_PARAMS_REV', '10', 'chaine', 0, '', 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:58:51 INFO 189.216.170.87 365205 48 --- End access to /admin/modules.php 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 DefaultValues::fetchAll 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:51 NOTICE 189.216.170.87 365209 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 BEGIN Transaction 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 admin.lib::dolibarr_set_const 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 admin.lib::dolibarr_set_const 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 COMMIT Transaction 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modAsset not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modBookCal not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modCollab not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modDataPolicy not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 User::loadParentOf 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 User::get_full_tree get user list 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 User::get_full_tree dol_sort_array 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Build childid for id = 1 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modDeplacement not qualified 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modDocumentGeneration not qualified 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modDynamicPrices not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modFTP not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modIntracommreport not qualified 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modLabel not qualified 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modMailmanSpip not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modPaybox not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modStockTransfer not qualified 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modWebPortal not qualified 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modWebServices not qualified 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Module modZapier not qualified 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/custom/modNumberWords/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:58:51 INFO 189.216.170.87 365209 48 --- End access to /admin/modules.php 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 DefaultValues::fetchAll 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 01:58:51 NOTICE 189.216.170.87 365210 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 DefaultValues::fetchAll 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:58:51 DEBUG 189.216.170.87 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:58:51 INFO 189.216.170.87 365210 48 --- End access to /theme/eldy/style.css.php 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 DefaultValues::fetchAll 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:07 NOTICE 189.216.170.87 365204 48 --- Access to GET /admin/modules.php - action=reset, massaction= 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 BEGIN Transaction 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 COMMIT Transaction 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 BEGIN Transaction 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::_unactive 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_CFDIXML' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::delete_tabs 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name like 'MAIN_MODULE_CFDIXML_TABS_%' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::delete_module_parts 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_TRIGGERS' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_LOGIN' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_SUBSTITUTIONS' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MENUS' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_TPL' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_BARCODE' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MODELS' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_PRINTING' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_THEME' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_CSS' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_JS' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_HOOKS' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MODULEFOREXTERNAL' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_ICON' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::delete_const 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name = 'CFDIXML_XSLT_PATH' AND entity in (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::delete_cronjobs 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_cronjob WHERE module_name = 'cfdixml' AND entity = 1 AND test = '1' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::delete_permissions 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_rights_def WHERE (module = 'cfdixml' OR module_origin = 'cfdixml') AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::delete_menus 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_menu WHERE module = 'cfdixml' AND menu_handler = 'all' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 modCfdixml::delete_dirs 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_DIR_%' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 COMMIT Transaction 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 BEGIN Transaction 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_IHM_PARAMS_REV' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_IHM_PARAMS_REV', '11', 'chaine', 0, '', 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365204 48 COMMIT Transaction 2025-12-05 01:59:07 INFO 189.216.170.87 365204 48 --- End access to /admin/modules.php 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 DefaultValues::fetchAll 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:07 NOTICE 189.216.170.87 365208 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 BEGIN Transaction 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 COMMIT Transaction 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modAsset not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modBookCal not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modCollab not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modDataPolicy not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 User::loadParentOf 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 User::get_full_tree get user list 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 User::get_full_tree dol_sort_array 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Build childid for id = 1 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modDeplacement not qualified 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modDocumentGeneration not qualified 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modDynamicPrices not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modFTP not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modIntracommreport not qualified 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modLabel not qualified 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modMailmanSpip not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modPaybox not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 useNPR 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 useNPR 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modStockTransfer not qualified 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 365208 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modWebPortal not qualified 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modWebServices not qualified 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Module modZapier not qualified 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 Scan directory //var/www/html/dolibarr/htdocs/custom/modNumberWords/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:07 INFO 189.216.170.87 365208 48 --- End access to /admin/modules.php 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 DefaultValues::fetchAll 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 01:59:07 NOTICE 189.216.170.87 367003 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 DefaultValues::fetchAll 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:07 DEBUG 189.216.170.87 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:07 INFO 189.216.170.87 367003 48 --- End access to /theme/eldy/style.css.php 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 DefaultValues::fetchAll 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:09 NOTICE 189.216.170.87 365205 48 --- Access to GET /admin/modules.php - action=set, massaction= 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_cancelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_cancelacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_claveprodserv.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_claveprodserv` ( `... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_exportacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_exportacion` ( `ro... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_metodopago.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `row... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_metodopago` ( `row... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_objetoimp.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowi... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_objetoimp` ( `rowi... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_tiporelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `r... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_tiporelacion` ( `r... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_umed.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` S... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_umed` ( `rowid` S... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_c_cfdixml_usocfdi.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid` SERIAL PRIMARY KEY, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid`... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `active` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_c_cfdixml_usocfdi` ( `rowid`... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_addenda.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_addenda ( rowid SERIAL PRIMARY KEY, addenda VARCHAR(128) NOT NULL, class VARCHAR(255) NOT NULL, fk_status smallint DEFAULT 0, entity INT DEFAULT 1, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfdixml_addenda (addenda, entity) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda ( rowid INT AUTO_INCREMENT PRIMARY KEY, addenda VARCHAR(128) NOT NULL, class VARCHAR(255) NOT NULL, fk_status TINYINT DEFAULT 0, entity INT DEFAULT 1, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_cfdixml_addenda (addenda, entity) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_addenda_extrafields ( rowid SERIAL PRIMARY KEY, fk_addenda INT NOT NULL, attrname VARCHAR(128) NOT NULL, label VARCHAR(255) NOT NULL, type VARCHAR(64) NOT NULL, pos INT DEFAULT 0, size VARCHAR(64), elementtype VARCHAR(64) NOT NULL, unique_field smallint DEFAULT 0, required smallint DEFAULT 0, default_value VARCHAR(255), param TEXT, alwayseditable smallint DEFAULT 0, perms VARCHAR(255), list VARCHAR(64) DEFAULT '-1', help TEXT, computed TEXT, entity INT DEFAULT 1, langfile VARCHAR(255), enabled VARCHAR(255) DEFAULT '1', totalizable smallint DEFAULT 0, printable smallint DEFAULT 0, moreparams TEXT, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfdixml_addenda_extrafields_attrname (fk_addenda, attrname), CONSTRAINT fk_cfdixml_addenda_extrafields_addenda FOREIGN KEY (fk_addenda) REFERENCES llx_cfdixml_addenda (rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_extrafields ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_addenda INT NOT NULL, attrname VARCHAR(128) NOT NULL, label VARCHAR(255) NOT NULL, type VARCHAR(64) NOT NULL, pos INT DEFAULT 0, size VARCHAR(64), elementtype VARCHAR(64) NOT NULL, unique_field TINYINT DEFAULT 0, required TINYINT DEFAULT 0, default_value VARCHAR(255), param TEXT, alwayseditable TINYINT DEFAULT 0, perms VARCHAR(255), list VARCHAR(64) DEFAULT '-1', help TEXT, computed TEXT, entity INT DEFAULT 1, langfile VARCHAR(255), enabled VARCHAR(255) DEFAULT '1', totalizable TINYINT DEFAULT 0, printable TINYINT DEFAULT 0, moreparams TEXT, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_cfdixml_addenda_extrafields_attrname (fk_addenda, attrname), CONSTRAINT fk_cfdixml_addenda_extrafields_addenda FOREIGN KEY (fk_addenda) REFERENCES llx_cfdixml_addenda (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana ( rowid SERIAL PRIMARY KEY, fk_societe INT NOT NULL, codigo_proveedor VARCHAR(50) NOT NULL, tipo_moneda smallint DEFAULT 1, tipo_bulto smallint DEFAULT 1, entity INT DEFAULT 1, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfdixml_addenda_soriana_societe (fk_societe, entity), CONSTRAINT fk_cfdixml_addenda_soriana_societe FOREIGN KEY (fk_societe) REFERENCES llx_societe (rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_societe INT NOT NULL, codigo_proveedor VARCHAR(50) NOT NULL, tipo_moneda TINYINT DEFAULT 1, tipo_bulto TINYINT DEFAULT 1, entity INT DEFAULT 1, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_cfdixml_addenda_soriana_societe (fk_societe, entity), CONSTRAINT fk_cfdixml_addenda_soriana_societe FOREIGN KEY (fk_societe) REFERENCES llx_societe (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_cfd... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana_commande ( rowid SERIAL PRIMARY KEY, fk_commande INT NOT NULL, remision VARCHAR(50), folio_pedido VARCHAR(50), cantidad_articulos INT, entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_addenda_soriana_commande (fk_commande, entity), CONSTRAINT fk_addenda_soriana_commande FOREIGN KEY (fk_commande) REFERENCES llx_commande (rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana_commande ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_commande INT NOT NULL, remision VARCHAR(50), folio_pedido VARCHAR(50), cantidad_articulos INT, entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec DATETIME, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_addenda_soriana_commande (fk_commande, entity), CONSTRAINT fk_addenda_soriana_commande FOREIGN KEY (fk_commande) REFERENCES llx_commande (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana_expedition ( rowid SERIAL PRIMARY KEY, fk_expedition INT NOT NULL, remision VARCHAR(50), consecutivo INT DEFAULT 0, fecha_remision timestamp, tipo_bulto smallint DEFAULT 1, cantidad_bultos INT, fecha_entrega timestamp, empaque_cajas smallint(1) DEFAULT 1, empaque_tarimas smallint(1) DEFAULT 1, cantidad_cajas_tarimas INT, cita VARCHAR(50), entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_addenda_soriana_expedition (fk_expedition, entity), CONSTRAINT fk_addenda_soriana_expedition FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "(" LINE 1: ...T, fecha_entrega timestamp, empaque_cajas smallint(1) DEFAUL... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana_expedition ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_expedition INT NOT NULL, remision VARCHAR(50), consecutivo INT DEFAULT 0, fecha_remision DATETIME, tipo_bulto TINYINT DEFAULT 1, cantidad_bultos INT, fecha_entrega DATETIME, empaque_cajas TINYINT(1) DEFAULT 1, empaque_tarimas TINYINT(1) DEFAULT 1, cantidad_cajas_tarimas INT, cita VARCHAR(50), entity INT DEFAULT 1, fk_user_author INT, fk_user_modif INT, datec DATETIME, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_addenda_soriana_expedition (fk_expedition, entity), CONSTRAINT fk_addenda_soriana_expedition FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "(" LINE 1: ...T, fecha_entrega timestamp, empaque_cajas smallint(1) DEFAUL... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 6 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_addenda_soriana_expedition_det ( rowid SERIAL PRIMARY KEY, fk_expedition_line INT NOT NULL, fk_expedition INT NOT NULL, codigo VARCHAR(50) NOT NULL, cantidad_unidad numeric(24,8) NOT NULL, costo_neto numeric(24,8) NOT NULL, porcentaje_ieps numeric(24,8) DEFAULT 0, porcentaje_iva numeric(24,8) DEFAULT 0, entity INT DEFAULT 1, tms timestamp without time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_addenda_soriana_exp_det (fk_expedition_line, entity), CONSTRAINT fk_addenda_soriana_exp_det_exp FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid), CONSTRAINT fk_addenda_soriana_exp_det_line FOREIGN KEY (fk_expedition_line) REFERENCES llx_expeditiondet (rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 6 Error DB_ERROR_SYNTAX CREATE TABLE llx_cfdixml_addenda_soriana_expedition_det ( rowid INT AUTO_INCREMENT PRIMARY KEY, fk_expedition_line INT NOT NULL, fk_expedition INT NOT NULL, codigo VARCHAR(50) NOT NULL, cantidad_unidad DOUBLE(24,8) NOT NULL, costo_neto DOUBLE(24,8) NOT NULL, porcentaje_ieps DOUBLE(24,8) DEFAULT 0, porcentaje_iva DOUBLE(24,8) DEFAULT 0, entity INT DEFAULT 1, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY uk_addenda_soriana_exp_det (fk_expedition_line, entity), CONSTRAINT fk_addenda_soriana_exp_det_exp FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid), CONSTRAINT fk_addenda_soriana_exp_det_line FOREIGN KEY (fk_expedition_line) REFERENCES llx_expeditiondet (rowid) ) ENGINE=InnoDB;
ERROR: 42601: syntax error at or near "KEY" LINE 1: ...ithout time zone DEFAULT now() NOT NULL , UNIQUE KEY uk_add... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_mymodule_myobject( rowid SERIAL PRIMARY KEY, entity INTEGER DEFAULT 1 NOT NULL, label VARCHAR(255), qty INTEGER, date_creation timestamp, tms timestamp without time zone DEFAULT now() NOT NULL, fk_user_create INTEGER, fk_user_modif INTEGER, status INTEGER, import_key VARCHAR(14) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_mymodule_myobject" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=create table llx_mymodule_myobject_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL, fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_mymodule_myobject_extrafields" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facture_cce.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_facture_cce ( rowid SERIAL PRIMARY KEY, fk_object INTEGER NOT NULL, version VARCHAR(10) DEFAULT '2.0', motivo_traslado VARCHAR(50), clave_pedimento VARCHAR(50), certificado_origen smallint DEFAULT 0, num_certificado_origen VARCHAR(40), numero_exportador_confiable VARCHAR(50), incoterm VARCHAR(20), observaciones VARCHAR(300), tipo_cambio_usd DECIMAL(10,4), total_usd DECIMAL(10,2), FOREIGN KEY (fk_object) REFERENCES llx_facture(rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_facture_cce" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facture_global.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_facture_global ( rowid SERIAL PRIMARY KEY, ref VARCHAR(30) NOT NULL, fk_soc INT NOT NULL, periodo_inicio DATE NOT NULL, periodo_fin DATE NOT NULL, forma_pago VARCHAR(10) NOT NULL, metodo_pago VARCHAR(3) NOT NULL, total_ht numeric(24,8) DEFAULT 0, total_tva numeric(24,8) DEFAULT 0, total_ttc numeric(24,8) DEFAULT 0, date_creation timestamp NOT NULL, tms timestamp without time zone DEFAULT now() NOT NULL , fk_user_create integer NOT NULL, fk_user_modif integer, status smallint DEFAULT 0, uuid VARCHAR(36), entity integer DEFAULT 1 NOT NULL ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_facture_global" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facture_global_det.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_facture_global_det ( rowid SERIAL PRIMARY KEY, fk_factura_global INT NOT NULL, fk_facture INT NOT NULL, ref VARCHAR(30) NOT NULL, total_ht numeric(24,8) DEFAULT 0, total_tva numeric(24,8) DEFAULT 0, total_ttc numeric(24,8) DEFAULT 0, discount numeric(24,8) DEFAULT 0, date_creation timestamp NOT NULL, tms timestamp without time zone DEFAULT now() NOT NULL , entity integer DEFAULT 1 NOT NULL, CONSTRAINT fk_facture_global FOREIGN KEY (fk_facture_global) REFERENCES llx_cfdixml_facture_global (rowid), CONSTRAINT fk_facture FOREIGN KEY (fk_facture) REFERENCES llx_facture (rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42703: column "fk_facture_global" referenced in foreign key constraint does not exist LOCATION: transformColumnNameList, tablecmds.c:10713 (DB_ERROR_NOSUCHFIELD) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_facturedet_cce.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_facturedet_cce ( rowid SERIAL PRIMARY KEY, fk_object INTEGER NOT NULL, fk_facturedet INTEGER NOT NULL, no_identificacion VARCHAR(100), fraccion_arancelaria VARCHAR(20), cantidad_aduana DECIMAL(16,3), unidad_aduana VARCHAR(50), valor_unitario_aduana DECIMAL(16,6), valor_dolares DECIMAL(16,4), FOREIGN KEY (fk_object) REFERENCES llx_facture(rowid), FOREIGN KEY (fk_facturedet) REFERENCES llx_facturedet(rowid) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_facturedet_cce" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_forma_pago.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid` SERIAL PRIMARY KEY, `fk_c_paiement` INT(11) NOT NULL, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `fk_c_paiement` INT(11) NOT NULL, `code` varchar(10) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_forma_pago` ( `rowid... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_invoiceglobal( rowid SERIAL PRIMARY KEY, ref varchar(128) NOT NULL, label varchar(255), amount numeric DEFAULT NULL, qty real, fk_soc integer, fk_project integer, description text, note_public text, note_private text, date_creation timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , fk_user_creat integer NOT NULL, fk_user_modif integer, last_main_doc varchar(255), import_key varchar(14), model_pdf varchar(255), status integer NOT NULL ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_invoiceglobal" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=create table llx_cfdixml_invoiceglobal_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL, fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_invoiceglobal_extrafields" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_payment( rowid SERIAL PRIMARY KEY, ref varchar(128) DEFAULT '(PROV)' NOT NULL, fk_soc integer, note_public text, note_private text, date_creation timestamp, tms timestamp without time zone DEFAULT now() NOT NULL , fk_user_creat integer NOT NULL, fk_user_modif integer, last_main_doc varchar(255), import_key varchar(14), model_pdf varchar(255), status integer NOT NULL ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_payment" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_cfdixml_payment ADD COLUMN fechaTimbrado varchar(255), ADD COLUMN certificado varchar(255), ADD COLUMN certificadoSAT varchar(255), ADD COLUMN uuid varchar(255), ADD COLUMN xml text; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "fechatimbrado" of relation "llx_cfdixml_payment" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=create table llx_cfdixml_payment_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL, fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_payment_extrafields" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_invoice.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` SERIAL PRIMARY KEY, `ref_payment` varchar(255) DEFAULT NULL, `fk_facture` int(11) DEFAULT NULL, `amount` varchar(255) DEFAULT NULL, `tx` varchar(255) DEFAULT NULL, `code` varchar(3) DEFAULT NULL, PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` SERIAL... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `ref_payment` varchar(255) DEFAULT NULL, `fk_facture` int(11) DEFAULT NULL, `amount` varchar(255) DEFAULT NULL, `tx` varchar(255) DEFAULT NULL, `code` varchar(3) DEFAULT NULL, PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE `llx_cfdixml_payment_invoice` ( `rowid` SERIAL... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_lines.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE llx_cfdixml_payment_lines( rowid SERIAL PRIMARY KEY, fk_payment integer NOT NULL, fk_paiement integer NOT NULL, fk_paiement_facture integer NOT NULL, amount VARCHAR(255), date_creation timestamp, fk_user_creat integer NOT NULL, tms timestamp without time zone DEFAULT now() NOT NULL ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_cfdixml_payment_lines" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_queue.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` SERIAL PRIMARY KEY, `fk_object` int(11) NOT NULL, `type` varchar(255) NOT NULL, /* facture, payment */ `reason` varchar(2) NULL, /* reason cancel */ `active` int(11) NOT NULL DEFAULT '1', /* 0 no run, 1 run */ `note` varchar(255) NOT NULL, /* message description */ PRIMARY KEY (`rowid`) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` SE... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `fk_object` int(11) NOT NULL, `type` varchar(255) NOT NULL, /* facture, payment */ `reason` varchar(2) NULL, /* reason cancel */ `active` int(11) NOT NULL DEFAULT '1', /* 0 no run, 1 run */ `note` varchar(255) NOT NULL, /* message description */ PRIMARY KEY (`rowid`) );
ERROR: 42601: syntax error at or near "`" LINE 1: CREATE TABLE IF NOT EXISTS `llx_cfdixml_queue` ( `rowid` SE... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_paiement_extrafields.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=create table llx_paiement_extrafields ( rowid SERIAL PRIMARY KEY, tms timestamp without time zone DEFAULT now() NOT NULL , fk_object integer NOT NULL, import_key varchar(14) ); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "llx_paiement_extrafields" already exists LOCATION: heap_create_with_catalog, heap.c:1163 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_mymodule_myobject ADD INDEX idx_mymodule_myobject_fieldobject (fieldobject); replaced by -- CREATE INDEX idx_mymodule_myobject_fieldobject ON llx_mymodule_myobject (fieldobject) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42703: column "fieldobject" does not exist LOCATION: ComputeIndexAttrs, indexcmds.c:1787 (DB_ERROR_NOSUCHFIELD) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_cce_extrafields.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_mymodule_myobject_extrafields ADD INDEX idx_myobject_fk_object(fk_object); replaced by -- CREATE INDEX idx_myobject_fk_object ON llx_mymodule_myobject_extrafields (fk_object) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_myobject_fk_object" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_rowid (rowid); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_rowid ON llx_cfdixml_invoiceglobal (rowid) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_invoiceglobal_rowid" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_ref (ref); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_ref ON llx_cfdixml_invoiceglobal (ref) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_invoiceglobal_ref" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_fk_soc (fk_soc); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_fk_soc ON llx_cfdixml_invoiceglobal (fk_soc) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_invoiceglobal_fk_soc" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_fk_project (fk_project); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_fk_project ON llx_cfdixml_invoiceglobal (fk_project) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_invoiceglobal_fk_project" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_cfdixml_invoiceglobal ADD CONSTRAINT llx_cfdixml_invoiceglobal_fk_user_creat FOREIGN KEY (fk_user_creat) REFERENCES llx_user(rowid) DEFERRABLE INITIALLY IMMEDIATE; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42710: constraint "llx_cfdixml_invoiceglobal_fk_user_creat" for relation "llx_cfdixml_invoiceglobal" already exists LOCATION: ATExecAddConstraint, tablecmds.c:8514 (DB_ERROR_KEY_NAME_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 6 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal ADD INDEX idx_cfdixml_invoiceglobal_status (status); replaced by -- CREATE INDEX idx_cfdixml_invoiceglobal_status ON llx_cfdixml_invoiceglobal (status) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_invoiceglobal_status" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_invoiceglobal_extrafields.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_invoiceglobal_extrafields ADD INDEX idx_invoiceglobal_fk_object(fk_object); replaced by -- CREATE INDEX idx_invoiceglobal_fk_object ON llx_cfdixml_invoiceglobal_extrafields (fk_object) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_invoiceglobal_fk_object" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_rowid (rowid); replaced by -- CREATE INDEX idx_cfdixml_payment_rowid ON llx_cfdixml_payment (rowid) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_payment_rowid" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_ref (ref); replaced by -- CREATE INDEX idx_cfdixml_payment_ref ON llx_cfdixml_payment (ref) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_payment_ref" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_fk_soc (fk_soc); replaced by -- CREATE INDEX idx_cfdixml_payment_fk_soc ON llx_cfdixml_payment (fk_soc) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_payment_fk_soc" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_cfdixml_payment ADD CONSTRAINT llx_cfdixml_payment_fk_user_creat FOREIGN KEY (fk_user_creat) REFERENCES llx_user(rowid) DEFERRABLE INITIALLY IMMEDIATE; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42710: constraint "llx_cfdixml_payment_fk_user_creat" for relation "llx_cfdixml_payment" already exists LOCATION: ATExecAddConstraint, tablecmds.c:8514 (DB_ERROR_KEY_NAME_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_payment ADD INDEX idx_cfdixml_payment_status (status); replaced by -- CREATE INDEX idx_cfdixml_payment_status ON llx_cfdixml_payment (status) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_cfdixml_payment_status" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/llx_cfdixml_payment_extrafields.key.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=-- ALTER TABLE llx_cfdixml_payment_extrafields ADD INDEX idx_payment_fk_object(fk_object); replaced by -- CREATE INDEX idx_payment_fk_object ON llx_cfdixml_payment_extrafields (fk_object) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P07: relation "idx_payment_fk_object" already exists LOCATION: index_create, index.c:865 (DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_cancelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=TRUNCATE TABLE llx_c_cfdixml_cancelacion; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('01','01 - Comprobantes emitidos con errores con relación.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('02','02 - Comprobantes emitidos con errores sin relación.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('03','03 - No se llevó a cabo la operación.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VALUES ('04','04 - Operación nominativa relacionada en una factura global.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_cancelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_cancelacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_exportacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=TRUNCATE TABLE llx_c_cfdixml_exportacion; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VALUES ('01','01 - No aplica.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VALUES ('02','02 - Definitiva.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VALUES ('03','03 - Temporal.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_exportacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_exportacion (code,label,active) VA... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_metodopago.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=TRUNCATE TABLE llx_c_cfdixml_metodopago; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_metodopago" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VALUES ('PUE','Pago en una sola exhibición',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_metodopago" does not exist LINE 1: INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VAL... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VALUES ('PPD','Pago en parcialidades o diferido',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_metodopago" does not exist LINE 1: INSERT INTO llx_c_cfdixml_metodopago (code,label,active) VAL... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_objetoimp.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=TRUNCATE TABLE llx_c_cfdixml_objetoimp; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALUES ('01','01 - No objeto de impuesto.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LINE 1: INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALU... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALUES ('02','02 - Sí objeto de impuesto.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LINE 1: INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALU... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALUES ('03','03 - Sí objeto del impuesto y no obligado al desglose.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_objetoimp" does not exist LINE 1: INSERT INTO llx_c_cfdixml_objetoimp (code,label,active) VALU... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_tiporelacion.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=TRUNCATE TABLE llx_c_cfdixml_tiporelacion; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('01','01 - Nota de crédito de los documentos relacionados',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('02','02 - Nota de débito de los documentos relacionados',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('03','03 - Devolución de mercancía sobre facturas o traslados previos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('04','04 - Sustitución de los CFDI previos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 6 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('05','05 - Traslados de mercancías facturados previamente',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 7 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('06','06 - Factura generada por los traslados previos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 8 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) VALUES ('07','07 - CFDI por aplicación de anticipo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_tiporelacion" does not exist LINE 1: INSERT INTO llx_c_cfdixml_tiporelacion (code,label,active) V... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_umed.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=TRUNCATE TABLE llx_c_cfdixml_umed; 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('19','19 - Camión cisterna',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('26','26 - Tonelada real',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('29','29 - Libra por mil pies cuadrados',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('30','30 - Día de potencia de caballos por tonelada métrica de aire seco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 6 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('31','31 - Pescar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 7 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('32','32 - Kilogramo por tonelada métrica seca del aire',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 8 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('36','36 - Pie cúbico por minuto por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 9 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('44','44 - Bolsa a granel de quinientos kilos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 10 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('45','45 - Bolsa a granel de trescientos kilos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 11 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('46','46 - Bolsa a granel de cincuenta libras',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 12 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('47','47 - Bolso de cincuenta libras',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 13 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('48','48 - Carga masiva',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 14 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('53','53 - Kilogramo teórico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 15 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('54','54 - Tonelada teórica (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 16 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('62','62 - Por ciento por 1000 horas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 17 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('63','63 - Tasa de fracaso en el tiempo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 18 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('64','64 - Libra por pulgada cuadrada, calibre',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 19 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('66','66 - Oersted',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 20 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('69','69 - Escala específica de prueba',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 21 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('71','71 - Voltios amperios por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 22 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('18','18 - Tambor de cincuenta y cinco galones (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 23 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('72','72 - Vatio por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 24 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('73','73 - Amperios por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 25 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('76','76 - Gauss',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 26 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('78','78 - Kilogauss',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 27 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('84','84 - Kilopound-force por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 28 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('90','90 - Saybold segundo universal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 29 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('92','92 - Calorías por centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 30 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('93','93 - Calorías por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 31 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('94','94 - Unidad de curl',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 32 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('95','95 - Veinte mil galones',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 33 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('96','96 - Diez mil galones (US)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 34 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('97','97 - Diez kilos de tambor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 35 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('98','98 - Quince kilos de tambor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 36 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('05','05 - Ascensor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 37 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('06','06 - Pequeño aerosol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 38 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('08','08 - Montón de calor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 39 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('10','10 - Grupos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 40 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('11','11 - Equipos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 41 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('13','13 - Raciones',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 42 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('14','14 - Shot',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 43 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('15','15 - Palo, medida militar.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 44 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('16','16 - Tambor de 115 kilogramos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 45 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('17','17 - Tambor de cien libras',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 46 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1A','1A - Milla de carros',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 47 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1B','1B - Recuento de automóviles',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 48 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1C','1C - Conteo de locomotoras',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 49 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1D','1D - Caboose count',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 50 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1E','1E - Coche vacío',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 51 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1F','1F - Milla de tren',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 52 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1G','1G - Galón del uso del combustible (los EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 53 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1H','1H - Milla de caboose',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 54 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1I','1I - Tipo de interés fijo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 55 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1J','1J - Tonelada milla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 56 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1K','1K - Milla locomotora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 57 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1L','1L - Recuento total de automóviles',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 58 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1M','1M - Milla total del coche',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 59 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('1X','1X - Cuarto de milla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 60 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('20','20 - Contenedores de veinte pies',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 61 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('21','21 - Contenedor de cuarenta pies',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 62 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('22','22 - Decilitro por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 63 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('23','23 - Gramo por centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 64 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('24','24 - Libra teórica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 65 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('25','25 - Gramo por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 66 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('27','27 - Tonelada teórica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 67 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('28','28 - Kilogramo por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 68 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2A','2A - Radián por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 69 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2B','2B - Radián por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 70 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2C','2C - Roentgen',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 71 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2G','2G - Voltios CA',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 72 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2H','2H - Voltios CD',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 73 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2I','2I - Unidad térmica británica (tabla internacional) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 74 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2J','2J - Centímetro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 75 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2K','2K - Pie cúbico por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 76 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2L','2L - Pie cúbico por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 77 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2M','2M - Centímetro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 78 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2N','2N - Decibel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 79 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2P','2P - Kilobyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 80 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2Q','2Q - Kilobecquerel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 81 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2R','2R - Kilocurie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 82 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2U','2U - Megagramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 83 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2V','2V - Megagrama por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 84 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2X','2X - Metro por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 85 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2Y','2Y - Milliroentgen',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 86 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('2Z','2Z - Milivoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 87 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('33','33 - Kilopascal por grtr',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 88 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('34','34 - Kilopascal por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 89 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('35','35 - Milímetro por un segundo centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 90 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('37','37 - Onza por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 91 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('38','38 - Onzas por pie cuadrado por 0,01 pulgadas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 92 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3B','3B - Megajoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 93 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3C','3C - Manmonth',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 94 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3E','3E - Libra por libra de producto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 95 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3G','3G - Libra por pieza de producto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 96 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3H','3H - Kilogramo por kilogramo de producto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 97 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('3I','3I - Kilogramo por pedazo de producto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 98 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('40','40 - Mililitro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 99 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('41','41 - Mililitro por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 100 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4B','4B - Gorra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 101 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4C','4C - Centistokes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 102 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4E','4E - Veinte pack',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 103 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4G','4G - Microlitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 104 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4H','4H - Micra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 105 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4K','4K - Miliamperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 106 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4L','4L - Megabyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 107 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4M','4M - Miligramo por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 108 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4N','4N - Megabequerel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 109 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4O','4O - Microfaradio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 110 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4P','4P - Newton por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 111 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4Q','4Q - Onza pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 112 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4R','4R - Onza pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 113 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4T','4T - Picofaradio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 114 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4U','4U - Libra por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 115 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4W','4W - Tonelada (EUA) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 116 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('4X','4X - Kilolitro por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 117 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('56','56 - Sitas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 118 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('57','57 - Malla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 119 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('58','58 - kilogramo neto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 120 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('59','59 - Parte por millón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 121 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5A','5A - Barril por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 122 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5B','5B - Batch',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 123 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5C','5C - Galón (US) por mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 124 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5E','5E - Mmscf/day',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 125 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5F','5F - Libra por mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 126 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5G','5G - bomba',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 127 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5H','5H - Escenario',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 128 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5I','5I - Pies cúbicos estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 129 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5J','5J - Caballos de potencia hidráulica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 130 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5K','5K - Contar por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 131 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5P','5P - Nivel sísmico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 132 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('5Q','5Q - Línea sísmica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 133 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('60','60 - Tanto por ciento en peso',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 134 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('61','61 - Parte por mil millones (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 135 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('74','74 - Milipascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 136 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('77','77 - Mili-pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 137 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('80','80 - Libra por pulgada cuadrado absoluta',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 138 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('81','81 - Henry',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 139 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('85','85 - Pie libra-fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 140 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('87','87 - Libra por pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 141 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('89','89 - Poise',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 142 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('91','91 - Stokes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 143 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A1','A1 - 15 ° C calorías',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 144 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A10','A10 - Amperio por metro cuadrado por joule segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 145 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A11','A11 - Ángstrom',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 146 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A12','A12 - Unidad astronómica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 147 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A13','A13 - Attojoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 148 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A14','A14 - Barn',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 149 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A15','A15 - Barn por electrovoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 150 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A16','A16 - Barn por electrovoltio ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 151 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A17','A17 - Barn por esteroradian',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 152 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A18','A18 - Becquerel por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 153 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A19','A19 - Becquerel por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 154 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A2','A2 - Amperio por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 155 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A20','A20 - Unidad térmica británica (tabla internacional) por segundo pie cuadrado grado rankine.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 156 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A21','A21 - Unidad térmica británica (tabla internacional) por libra grado rankine',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 157 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A22','A22 - Unidad térmica británica (tabla internacional) por segundo pie grado rankine',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 158 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A23','A23 - Unidad térmica británica (tabla internacional) por hora pie cuadrado grado rankine.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 159 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A24','A24 - Candela por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 160 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A25','A25 - Caballo de vapor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 161 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A26','A26 - Culombio metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 162 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A27','A27 - Culombio metro cuadrado por voltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 163 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A28','A28 - Culombio por centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 164 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A29','A29 - Culombio por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 165 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A3','A3 - Amperio por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 166 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A30','A30 - Culombio por milímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 167 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A31','A31 - Culombio por kilogramo-segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 168 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A32','A32 - Culombio por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 169 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A33','A33 - Culombio por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 170 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A34','A34 - Culombio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 171 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A35','A35 - Culombio por milímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 172 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A36','A36 - Centímetro cúbico por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 173 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A37','A37 - Decímetro cuadrado por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 174 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A38','A38 - Cubic pooulo p',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 175 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A39','A39 - Metro cúbico por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A4','A4 - Amperio por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 177 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A40','A40 - Metro cúbico por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 178 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A41','A41 - Amperio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 179 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A42','A42 - Curie por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 180 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A43','A43 - Tonelaje de peso muerto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 181 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A44','A44 - Decalitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 182 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A45','A45 - Decámetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 183 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A47','A47 - Decitex',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 184 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A48','A48 - Grado rankine',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 185 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A49','A49 - Negador',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 186 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A5','A5 - Amperio metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 187 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A50','A50 - Dina segundo por centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 188 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A51','A51 - Dina segundo por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 189 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A52','A52 - Dina segundo por centímetro a la quinta potencia',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 190 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A53','A53 - Electronvoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 191 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A54','A54 - Electronvoltio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 192 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A55','A55 - Electronvoltio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 193 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A56','A56 - Electronvoltio metro cuadrado por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 194 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A57','A57 - Ergio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 195 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A58','A58 - Erg por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 196 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A59','A59 - La cobertura de nubes 8-parte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 197 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A6','A6 - Amperio por metro cuadrado Kelvin cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 198 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A60','A60 - Erg por centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 199 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A61','A61 - Erg por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 200 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A62','A62 - Erg por segundo gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 201 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A63','A63 - Erg por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 202 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A64','A64 - Erg por segundo centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 203 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A65','A65 - Erg por centímetro cuadrado segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 204 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A66','A66 - Erg centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 205 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A67','A67 - Erg centímetro cuadrado por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 206 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A68','A68 - Exajoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 207 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A69','A69 - Faradio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 208 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A7','A7 - Amperio por milímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 209 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A70','A70 - Femtojoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 210 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A71','A71 - Femtómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 211 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A73','A73 - Pie por segundo al cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 212 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A74','A74 - Pie libra-fuerza por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 213 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A75','A75 - Tonelada de carga',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 214 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A76','A76 - Galón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 215 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A77','A77 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de desplazamiento',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 216 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A78','A78 - Gaussiano CGS (Centímetro-Gram-Segundo sistema) unidad de corriente eléctrica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 217 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A79','A79 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de carga eléctrica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 218 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A8','A8 - Amperio segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 219 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A80','A80 - Gaussiano CGS (Centímetro-Gram-Segundo sistema) unidad de la fuerza del campo eléctrico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 220 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A81','A81 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de polarización eléctrica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 221 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A82','A82 - Gaussiano CGS (Centímetro-Gram-Segundo sistema) unidad de potencial eléctrico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 222 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A83','A83 - Gaussian CGS (Centímetro-Gram-Segundo sistema) unidad de magnetización',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 223 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A84','A84 - GigaCulombio por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 224 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A85','A85 - Gigaelectrónvoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 225 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A86','A86 - Gigahertz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 226 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A87','A87 - GigaOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 227 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A88','A88 - GigaOhm metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 228 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A89','A89 - Gigapascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 229 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A9','A9 - Tarifa',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 230 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A90','A90 - Gigawatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 231 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A91','A91 - Grado centesimal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 232 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A93','A93 - Gramo por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 233 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A94','A94 - Gramo por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 234 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A95','A95 - Gray',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 235 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A96','A96 - Gray por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 236 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A97','A97 - Hectopascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 237 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A98','A98 - Henry por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 238 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('A99','A99 - Bit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 239 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AA','AA - Balón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 240 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AB','AB - Paquete a granel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 241 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ACR','ACR - Acre',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 242 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ACT','ACT - Actividad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 243 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AD','AD - Byte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 244 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AE','AE - Amperio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 245 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AH','AH - Minuto adicional',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 246 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AI','AI - Minuto y medio por llamada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 247 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AJ','AJ - policía',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 248 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AK','AK - Braza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 249 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AL','AL - Línea de acceso',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 250 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AMH','AMH - Amperio hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 251 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AMP','AMP - Amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 252 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ANN','ANN - Año',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 253 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AP','AP - Libra de aluminio solamente',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 254 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('APZ','APZ - Onza troy u onza farmacéutica ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 255 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AQ','AQ - Unidad del factor anti-hemofílico.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 256 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AR','AR - supositorio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 257 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ARE','ARE - Are',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 258 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AS','AS - Variedad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 259 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ASM','ASM - Grado alcohólico en masa',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 260 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ASU','ASU - Grado alcohólico volumétrico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 261 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ATM','ATM - Atmósfera estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 262 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ATT','ATT - Atmósfera técnica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 263 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AW','AW - Relleno de polvo en viales',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 264 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AWG','AWG - Calibre de alambre americano',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 265 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AY','AY - Montaje',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 266 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('AZ','AZ - Unidad térmica británica (tabla internacional) por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 267 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B0','B0 - Btu por pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 268 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B1','B1 - Barril (EUA) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 269 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B10','B10 - Bits por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 270 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B11','B11 - Joule por kilogramo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 271 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B12','B12 - Joule por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 272 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B13','B13 - Joule por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 273 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B14','B14 - Joule por metro a la cuarta potencia',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 274 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B15','B15 - Juole por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 275 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B16','B16 - Juoule por Mol kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 276 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B17','B17 - Crédito',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 277 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B18','B18 - Segundos joule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 278 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B19','B19 - Dígito',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 279 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B2','B2 - litera',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 280 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B20','B20 - Joule metro cuadrado por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 281 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B21','B21 - Kelvin por watt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 282 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B22','B22 - Kiloamperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 283 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B23','B23 - Kiloamperio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 284 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B24','B24 - Kiloamperio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 285 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B25','B25 - Kilobecquerel por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 286 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B26','B26 - KiloCulombio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 287 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B27','B27 - KiloCulombio por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 288 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B28','B28 - KiloCulombio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 289 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B29','B29 - Kiloelectrónvoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 290 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B3','B3 - Libra de bateo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 291 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B30','B30 - Gibibit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 292 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B31','B31 - Kilogramo metro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 293 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B32','B32 - Kilogramo metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 294 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B33','B33 - Kilogramo metro cuadrado por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 295 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B34','B34 - Kilogramo por decímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 296 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B35','B35 - Kilogramo por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 297 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B36','B36 - Calorías (termoquímicas) por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 298 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B37','B37 - Kilogramo de fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 299 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B38','B38 - Kilogramo-metro de la fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 300 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B39','B39 - Kilogramo-fuerza del metro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 301 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B4','B4 - Barril, unidad imperial',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 302 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B40','B40 - Kilogramo de fuerza por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 303 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B41','B41 - Kilojoule por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 304 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B42','B42 - Kilojoule por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 305 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B43','B43 - Kilojoule por kilogramo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 306 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B44','B44 - Kilojoule por Mol ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 307 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B45','B45 - KiloMol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 308 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B46','B46 - KiloMol por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 309 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B47','B47 - Kilonewton',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 310 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B48','B48 - Kilonewton metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 311 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B49','B49 - KiloOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 312 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B5','B5 - palanquilla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 313 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B50','B50 - KiloOhm metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 314 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B51','B51 - KiloLibra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 315 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B52','B52 - Kilosegundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 316 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B53','B53 - Kilosiemens',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 317 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B54','B54 - Kilosiemens por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 318 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B55','B55 - Kilovoltio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 319 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B56','B56 - Kiloweber por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 320 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B57','B57 - Año luz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 321 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B58','B58 - Litro por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 322 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B59','B59 - Lumen hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 323 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B6','B6 - Bollo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 324 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B60','B60 - Lumen por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 325 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B61','B61 - Luminosidad por watt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 326 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B62','B62 - Lumen segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 327 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B63','B63 - Hora de luz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 328 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B64','B64 - Segundo de luz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 329 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B65','B65 - Maxwell',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 330 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B66','B66 - Megaamperio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 331 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B67','B67 - Megabecquerel por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 332 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B68','B68 - Gigabit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 333 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B69','B69 - MegaCulombio por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 334 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B7','B7 - Ciclo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 335 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B70','B70 - MegaCulombio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 336 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B71','B71 - Megaelectrónvoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 337 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B72','B72 - Megagramo por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 338 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B73','B73 - Meganewton',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 339 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B74','B74 - Meganewton metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 340 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B75','B75 - MegaOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 341 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B76','B76 - MegaOhm metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 342 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B77','B77 - Megasiemens por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 343 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B78','B78 - Megavoltio ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 344 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B79','B79 - Megavoltio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 345 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B8','B8 - Joule por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 346 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B80','B80 - Gigabit por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 347 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B81','B81 - Reciprocidad del metro cuadrado, reciprocidad del segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 348 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B82','B82 - Pulgadas por pie lineal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 349 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B83','B83 - Metro a la cuarta potencia',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 350 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B84','B84 - Microamperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 351 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B85','B85 - Microbar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 352 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B86','B86 - MicroCulombio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 353 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B87','B87 - MicroCulombio por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 354 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B88','B88 - MicroCulombio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 355 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B89','B89 - Microfaradio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 356 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B9','B9 - Batt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 357 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B90','B90 - Microhenry',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 358 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B91','B91 - Microhenry por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 359 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B92','B92 - Micronewton',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 360 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B93','B93 - Micronewton metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 361 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B94','B94 - Micro Ohm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 362 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B95','B95 - MicroOhm metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 363 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B96','B96 - Micropascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 364 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B97','B97 - Microrradián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 365 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B98','B98 - Microsegundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 366 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('B99','B99 - Microsiemens',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 367 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BAR','BAR - Bar [unidad de presión]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 368 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BB','BB - Caja base',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 369 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BFT','BFT - Tablero de pies',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 370 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BH','BH - Cepillo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 371 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BHP','BHP - Potencia al freno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 372 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BIL','BIL - Billón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 373 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BLD','BLD - Barril seco (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 374 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BLL','BLL - Barril (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 375 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BP','BP - Tabledo de cien pies',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 376 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BPM','BPM - Latidos por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 377 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BQL','BQL - Becquerel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 378 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BTU','BTU - Unidad térmica británica (tabla internacional)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 379 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BUA','BUA - Bushel (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 380 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BUI','BUI - Bushel (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 381 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BW','BW - Peso base',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 382 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('BZ','BZ - Millones de BTUs',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 383 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C0','C0 - Llamada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 384 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C1','C1 - Libra de producto compuesto (peso total)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 385 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C10','C10 - Milifaradio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 386 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C11','C11 - Miligalón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 387 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C12','C12 - Miligramo por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 388 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C13','C13 - MilliGray',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 389 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C14','C14 - Milihenry',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 390 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C15','C15 - Milijoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 391 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C16','C16 - Milímetro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 392 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C17','C17 - Milímetro cuadrado por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 393 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C18','C18 - MiliMol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 394 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C19','C19 - Mol por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 395 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C2','C2 - Carset',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 396 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C20','C20 - Milinewton',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 397 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C21','C21 - Kibibit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 398 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C22','C22 - Milinewton por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 399 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C23','C23 - MiliOhm metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 400 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C24','C24 - Milipascal segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 401 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C25','C25 - Milirradián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 402 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C26','C26 - Milisegundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 403 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C27','C27 - Milisiemens',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 404 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C28','C28 - MilliSievert',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 405 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C29','C29 - Militesla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 406 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C3','C3 - Microvoltios por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 407 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C30','C30 - Milivoltio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 408 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C31','C31 - Miliwatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 409 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C32','C32 - Miliwatt por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 410 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C33','C33 - Miliweber',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 411 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C34','C34 - Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 412 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C35','C35 - Mol por decímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 413 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C36','C36 - Mol por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 414 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C37','C37 - Kilobits',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 415 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C38','C38 - Mol por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 416 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C39','C39 - Nanoamperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 417 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C4','C4 - partido de carga',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 418 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C40','C40 - NanoCulombio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 419 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C41','C41 - Nanofaradio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 420 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C42','C42 - Nanofaradio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 421 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C43','C43 - Nanohenry',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 422 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C44','C44 - Nanohenry por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 423 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C45','C45 - Nanómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 424 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C46','C46 - NanoOhm metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 425 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C47','C47 - Nanosegundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 426 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C48','C48 - Nanotesla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 427 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C49','C49 - Nanowatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 428 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C5','C5 - Costo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 429 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C50','C50 - Neperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 430 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C51','C51 - Neperio por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 431 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C52','C52 - Picómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 432 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C53','C53 - Newton metro segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 433 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C54','C54 - Newton metro cuadrado por kilogramo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 434 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C55','C55 - Newton por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 435 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C56','C56 - Newton por milímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 436 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C57','C57 - Newton segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 437 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C58','C58 - Segundos newton por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 438 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C59','C59 - Octava',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 439 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C6','C6 - celda',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 440 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C60','C60 - Ohm centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 441 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C61','C61 - Ohm metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 442 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C62','C62 - Uno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 443 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C63','C63 - Pársec',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 444 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C64','C64 - Pascal por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 445 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C65','C65 - Pascal segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 446 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C66','C66 - Segundos pascal por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 447 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C67','C67 - Segundos pascal por metro ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 448 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C68','C68 - Petajoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 449 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C69','C69 - Phon',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 450 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C7','C7 - Centipoise',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 451 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C70','C70 - Picoamperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 452 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C71','C71 - PicoCulombio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 453 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C72','C72 - Picofaradio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 454 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C73','C73 - Picohenry',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 455 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C74','C74 - Kilobits por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 456 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C75','C75 - Picowatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 457 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C76','C76 - Picowatt por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 458 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C77','C77 - Calibre de libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 459 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C78','C78 - Libra fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 460 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C79','C79 - Kilovoltios horas amperios',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 461 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C8','C8 - MilliCulombio por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 462 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C80','C80 - Rad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 463 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C81','C81 - Radián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 464 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C82','C82 - Radianmetro cuadrado por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 465 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C83','C83 - Rradian metro cuadrado por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 466 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C84','C84 - Radían por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 467 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C85','C85 - Reciprocidad Ámstrong',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 468 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C86','C86 - Reciprocidad del metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 469 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C87','C87 - Reciprocidad metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 470 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C88','C88 - Recíproco joule por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 471 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C89','C89 - Henry recíproco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 472 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C9','C9 - Grupo bobinas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 473 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C90','C90 - Recíproco Henry',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 474 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C91','C91 - Reciprocidad de kelvin ó kelvin a la potencia menos 1',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 475 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C92','C92 - Reciprocidad Metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 476 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C93','C93 - Reciprocidad Metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 477 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C94','C94 - Reciprocidad Minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 478 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C95','C95 - Reciprocidad Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 479 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C96','C96 - Reciprocidad Pascal o pascal a la potencia menos 1 ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 480 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C97','C97 - Reciprocidad Segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 481 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C98','C98 - Segundo recíproco por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 482 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('C99','C99 - Reciprocidad Segundo por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 483 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CCT','CCT - Capacidad de carga en toneladas métricas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 484 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CDL','CDL - Candela',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 485 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CE','CE - Cada mes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 486 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CEL','CEL - Grados celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 487 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CEN','CEN - Centenar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 488 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CG','CG - Tarjeta',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 489 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CGM','CGM - Centigramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 490 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CK','CK - Conector',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 491 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CKG','CKG - Culombio por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 492 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CLF','CLF - Cientos de hojas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 493 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CLT','CLT - Centilitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 494 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CMK','CMK - Centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 495 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CMQ','CMQ - Centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 496 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CMT','CMT - Centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 497 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CNP','CNP - Cientos de paquetes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 498 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CNT','CNT - Cental (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 499 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('COU','COU - Culombio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 500 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CTG','CTG - Contenido en gramos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 501 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CTM','CTM - Quilatage métrico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 502 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CTN','CTN - Tonelada de contenido (métrica)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 503 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CUR','CUR - Curie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 504 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CWA','CWA - Hundred pound',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 505 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CWI','CWI - Hundredweight',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 506 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('CZ','CZ - Combo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 507 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D03','D03 - Kilovatio hora por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 508 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D04','D04 - Lot [unidad de peso]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 509 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D1','D1 - Segundo recíproco por estereorradián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 510 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D10','D10 - Siemens por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 511 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D11','D11 - Mebibit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 512 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D12','D12 - Siemens metro cuadrado por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 513 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D13','D13 - Sievert',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 514 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D14','D14 - Yarda mil lineal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 515 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D15','D15 - Sone',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 516 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D16','D16 - Centímetro cuadrado por erg',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 517 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D17','D17 - Centímetro cuadrado por esteroradian erg',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 518 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D18','D18 - Metro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 519 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D19','D19 - Metro cuadrado kelvin por watt.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 520 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D2','D2 - Segundo recíproco por estereorradián metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 521 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D20','D20 - Metro cuadrado por joule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 522 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D21','D21 - Metro cuadrado por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 523 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D22','D22 - Metro cuadrado por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 524 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D23','D23 - Gramo pluma (proteína)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 525 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D24','D24 - Metro cuadrado por esteroradian',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 526 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D25','D25 - Metro cuadrado por esteroradian joule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 527 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D26','D26 - Metro cuadrado por voltiosegundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 528 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D27','D27 - Estereorradían',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 529 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D28','D28 - sifón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 530 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D29','D29 - Terahertz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 531 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D30','D30 - Terajoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 532 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D31','D31 - Terawatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 533 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D32','D32 - Terawatt hora ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 534 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D33','D33 - Tesla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 535 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D34','D34 - Tex',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 536 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D35','D35 - Calorías (termoquímicas)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 537 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D36','D36 - Megabit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 538 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D37','D37 - Calorías (termoquímicas) por gramo de kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 539 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D38','D38 - Calorías (termoquímicas) por segundo centímetro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 540 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D39','D39 - Calorías (termoquímicas) por segundo centímetro cuadrado kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 541 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D40','D40 - Mil litros',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 542 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D41','D41 - Tonelada por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 543 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D42','D42 - Año tropical',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 544 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D43','D43 - Unidad de masa atómica unificada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 545 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D44','D44 - Var',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 546 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D45','D45 - Voltio cuadrado por kelvin cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 547 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D46','D46 - Voltioio-amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 548 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D47','D47 - Voltio por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 549 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D48','D48 - Voltio por Kelvin ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 550 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D49','D49 - Millivoltio por Kelvin ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 551 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D5','D5 - Kilogramo por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 552 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D50','D50 - Voltio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 553 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D51','D51 - Voltio por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 554 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D52','D52 - Watt por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 555 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D53','D53 - Watt por metro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 556 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D54','D54 - Watt por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 557 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D55','D55 - Watt por metro cuadrado kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 558 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D56','D56 - Watt por metro cuadrado kelvin a la cuarta potencia',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 559 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D57','D57 - Watt por estereorradián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 560 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D58','D58 - Watt por estereorradián metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 561 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D59','D59 - Weber por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 562 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D6','D6 - Roentgen por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 563 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D60','D60 - Weber por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 564 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D61','D61 - Minuto [unidad de ángulo]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 565 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D62','D62 - Segundo [unidad de ángulo]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 566 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D63','D63 - Libro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 567 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D64','D64 - bloquear',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 568 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D65','D65 - Redondo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 569 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D66','D66 - casete',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 570 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D67','D67 - Dólar por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 571 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D68','D68 - Número de palabras',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 572 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D69','D69 - Pulgada a la cuarta potencia',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 573 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D7','D7 - Sandwich',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 574 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D70','D70 - Calorías (tabla internacional)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 575 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D71','D71 - Calorías (tabla internacional) por segundo centímetro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 576 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D72','D72 - Calorías (tabla internacional) por segundo centímetro cuadrado kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 577 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D73','D73 - Joule metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 578 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D74','D74 - Kilogramo por Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 579 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D75','D75 - Calorías (tabla internacional) por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 580 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D76','D76 - Calorías (tabla internacional) por gramo de kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 581 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D77','D77 - MegaCulombio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 582 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D78','D78 - Megajoule por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 583 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D79','D79 - Viga',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 584 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D8','D8 - Draize score',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 585 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D80','D80 - Microwatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 586 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D81','D81 - Microtesla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 587 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D82','D82 - Microvoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 588 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D83','D83 - Milinewton metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 589 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D85','D85 - Microwatt por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 590 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D86','D86 - MiliCulombio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 591 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D87','D87 - MiliMol por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 592 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D88','D88 - MiliCulombio por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 593 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D89','D89 - MiliCulombio por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 594 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D9','D9 - Dina por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 595 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D90','D90 - Metro cúbico (neta)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 596 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D91','D91 - Rem',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 597 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D92','D92 - banda',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 598 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D93','D93 - Segundo por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 599 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D94','D94 - Segundo por metro cúbico Radian',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 600 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D95','D95 - Joule por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 601 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D96','D96 - Libra bruta',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 602 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D98','D98 - Libra masiva',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 603 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('D99','D99 - manga',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 604 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DAA','DAA - Decar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 605 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DAD','DAD - Decena de días',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 606 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DAY','DAY - Día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 607 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DB','DB - Libra seca',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 608 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DC','DC - Disco (disco)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 609 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DD','DD - Grado [unidad de ángulo]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 610 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DE','DE - Acuerdo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 611 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DEC','DEC - Década',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 612 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DG','DG - Decigramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 613 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DI','DI - dispensador',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 614 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DJ','DJ - Decagramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 615 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DLT','DLT - Decilitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 616 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMA','DMA - Decámetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 617 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMK','DMK - Decímetro cuadrado ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 618 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMO','DMO - Kiloliter norma',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 619 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMQ','DMQ - Decímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 620 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DMT','DMT - Decímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 621 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DN','DN - Decinewton metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 622 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DPC','DPC - Docenas de piezas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 623 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DPR','DPR - Docenas de pares',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 624 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DPT','DPT - Peso de desplazamiento',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 625 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DQ','DQ - registro de datos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 626 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRA','DRA - Dram (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 627 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRI','DRI - Dram (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 628 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRL','DRL - Docena de rodillos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 629 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DRM','DRM - Drachm (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 630 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DS','DS - monitor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 631 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DT','DT - Tonelada seca',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 632 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DTN','DTN - Decitonelada métrica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 633 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DU','DU - dina',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 634 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DWT','DWT - Pennyweight',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 635 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Dx','Dx - Dina por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 636 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DY','DY - Libro de directorio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 637 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DZN','DZN - Docena',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 638 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('DZP','DZP - Docena de paquete',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 639 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E01','E01 - Newton por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 640 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E07','E07 - Megawatt hora por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 641 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E08','E08 - Megavatios por hertz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 642 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E09','E09 - Miliamperio hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 643 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E10','E10 - Día de grado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 644 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E11','E11 - Gigacalorie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 645 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E12','E12 - Mille',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 646 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E14','E14 - Kilocaloría (tabla internacional)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 647 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E15','E15 - Kilocaloría (termoquímica) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 648 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E16','E16 - Millón de btu (ti) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 649 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E17','E17 - Pie cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 650 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E18','E18 - Tonelada por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 651 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E19','E19 - Ping',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 652 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E20','E20 - Megabit por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 653 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E21','E21 - Shares',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 654 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E22','E22 - Tue',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 655 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E23','E23 - Neumático',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 656 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E25','E25 - Unidad activa',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 657 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E27','E27 - Dosis',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 658 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E28','E28 - Tonelada seca de aire',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 659 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E3','E3 - remolque',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 660 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E30','E30 - Hebra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 661 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E31','E31 - Metro cuadrado por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 662 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E32','E32 - Litros por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 663 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E33','E33 - Por mil pies',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 664 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E34','E34 - Gigabyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 665 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E35','E35 - Terabyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 666 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E36','E36 - Petabyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 667 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E37','E37 - Pixel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 668 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E38','E38 - Megapíxeles',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 669 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E39','E39 - Puntos por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 670 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E4','E4 - Kilo bruto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 671 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E40','E40 - Parte por cien mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 672 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E41','E41 - Kilogramo-fuerza por milímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 673 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E42','E42 - Kilogramo-fuerza por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 674 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E43','E43 - Joule por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 675 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E44','E44 - Metros kilogramo-fuerza por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 676 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E45','E45 - MiliOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 677 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E46','E46 - Kilovatio hora por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 678 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E47','E47 - Kilovatio hora por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 679 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E48','E48 - Unidad de servicio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 680 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E49','E49 - Día de trabajo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 681 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E5','E5 - Tonelada métrica larga',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 682 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E50','E50 - Unidad de cuenta',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 683 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E51','E51 - Trabajo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 684 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E52','E52 - Run foot',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 685 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E53','E53 - Prueba',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 686 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E54','E54 - Viaje',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 687 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E55','E55 - Utilizar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 688 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E56','E56 - Bien',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 689 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E57','E57 - Zona',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 690 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E58','E58 - Exabit por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 691 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E59','E59 - Exbibyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 692 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E60','E60 - Pebibyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 693 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E61','E61 - Tebibyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 694 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E62','E62 - Gibibyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 695 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E63','E63 - Mebibyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 696 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E64','E64 - Kibibyte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 697 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E65','E65 - Exbibit por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 698 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E66','E66 - Exbibit por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 699 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E67','E67 - Exbibit por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 700 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E68','E68 - Gigabyte por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 701 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E69','E69 - Gibibit por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 702 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E70','E70 - Gibibit por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 703 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E71','E71 - Gibibit por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 704 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E72','E72 - Kibibit por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 705 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E73','E73 - Kibibit por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 706 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E74','E74 - Kikibit por metro cúbico.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 707 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E75','E75 - Mebbit por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 708 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E76','E76 - Mebbitt por metro cuadrado.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 709 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E77','E77 - Mebbit por metro cúbico. ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 710 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E78','E78 - Petabit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 711 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E79','E79 - Pebibit por segundo.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 712 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E80','E80 - Pebibit por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 713 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E81','E81 - Pebibit por metro cuadrado.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 714 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E82','E82 - Pebibit por metro cúbico.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 715 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E83','E83 - Tebibit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 716 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E84','E84 - Tebibit por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 717 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E85','E85 - Tebibit por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 718 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E86','E86 - Tebibit por metro cúbico.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 719 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E87','E87 - Tebibit por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 720 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E88','E88 - Bit por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 721 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E89','E89 - Bit por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 722 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E90','E90 - Centímetro recíproco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 723 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E91','E91 - Día recíproco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 724 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E92','E92 - Decímetro cúbico por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 725 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E93','E93 - Kilogramo por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 726 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E94','E94 - KiloMol por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 727 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E95','E95 - Mol por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 728 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E96','E96 - Grado por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 729 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E97','E97 - Mililitro por gadro celsius metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 730 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E98','E98 - Grado celsius por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 731 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('E99','E99 - Hectopascal por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 732 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EA','EA - Elemento',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 733 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EB','EB - Casilla de correo electrónico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 734 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EP','EP - Paquete de once',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 735 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('EQ','EQ - Galón equivalente',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 736 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F01','F01 - Bit por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 737 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F02','F02 - Kelvin por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 738 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F03','F03 - Kilopascal por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 739 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F04','F04 - Milibar por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 740 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F05','F05 - Megapascal por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 741 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F06','F06 - Poise por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 742 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F07','F07 - Pascal por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 743 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F08','F08 - Miliamperio por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 744 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F1','F1 - Mil pies cúbicos por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 745 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F10','F10 - Kelvin por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 746 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F11','F11 - Kelvin por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 747 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F12','F12 - Kelvin por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 748 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F13','F13 - Slug',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 749 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F14','F14 - Gramo por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 750 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F15','F15 - Kilogramo por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 751 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F16','F16 - Miligramo por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 752 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F17','F17 - Libra fuerza por pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 753 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F18','F18 - Kilogramo centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 754 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F19','F19 - Kilogramo milimetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 755 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F20','F20 - Libra pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 756 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F21','F21 - Libra fuerza pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 757 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F22','F22 - Libra fuerza por pie entre amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 758 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F23','F23 - Gramo por decímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 759 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F24','F24 - Kilogramo por kiloMol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 760 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F25','F25 - Gramo por hertz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 761 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F26','F26 - Gramo por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 762 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F27','F27 - Gramo por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 763 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F28','F28 - Gramo por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 764 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F29','F29 - Gramo por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 765 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F30','F30 - Kilogramo por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 766 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F31','F31 - Kilogramo por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 767 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F32','F32 - Miligramo por dia',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 768 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F33','F33 - Miligramo por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 769 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F34','F34 - Miligramo por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 770 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F35','F35 - Gramo por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 771 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F36','F36 - Gramo por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 772 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F37','F37 - Gramo por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 773 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F38','F38 - Gramo por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 774 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F39','F39 - Kilogramo por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 775 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F40','F40 - Kilogramo por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 776 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F41','F41 - Kilogramo por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 777 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F42','F42 - Kilogramo por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 778 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F43','F43 - Miligramo por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 779 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F44','F44 - Miligramo por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 780 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F45','F45 - Miligramo por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 781 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F46','F46 - Miligramo por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 782 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F47','F47 - Newton por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 783 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F48','F48 - Libra fuerza por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 784 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F49','F49 - Rod (Unidad de distancia)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 785 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F50','F50 - Micrómetro por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 786 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F51','F51 - Centímetro por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 787 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F52','F52 - Metro por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 788 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F53','F53 - Mililitro por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 789 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F54','F54 - MiliOhm por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 790 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F55','F55 - Ohm por milla (milla estatal)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 791 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F56','F56 - Ohm por kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 792 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F57','F57 - Miliamperio por libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 793 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F58','F58 - Bar recíproco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 794 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F59','F59 - Miliamperio por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 795 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F60','F60 - Grado celsius por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 796 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F61','F61 - Kelvin por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 797 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F62','F62 - Gramo por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 798 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F63','F63 - Gramo por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 799 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F64','F64 - Gramo por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 800 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F65','F65 - Gramo por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 801 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F66','F66 - Kililogramo por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 802 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F67','F67 - Kilogramo por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 803 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F68','F68 - Kilogramo por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 804 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F69','F69 - Kilogramo por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 805 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F70','F70 - Miligramo por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 806 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F71','F71 - Miligramo por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 807 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F72','F72 - Miligramo por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 808 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F73','F73 - Miligramo por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 809 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F74','F74 - Gramo por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 810 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F75','F75 - Miligramo por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 811 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F76','F76 - Miliamperio por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 812 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F77','F77 - Pascal segundo por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 813 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F78','F78 - Pulgada de agua',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 814 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F79','F79 - Pulgada de mercurio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 815 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F80','F80 - Caballos de fuerza de agua',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 816 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F81','F81 - Bar por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 817 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F82','F82 - Hectopascal por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 818 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F83','F83 - Kilopascal por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 819 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F84','F84 - Milibar por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 820 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F85','F85 - Megapascal por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 821 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F86','F86 - Poise por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 822 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F87','F87 - Voltio por litro minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 823 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F88','F88 - Newton centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 824 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F89','F89 - Newton metro por grados',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 825 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F9','F9 - Fibra por centímetro cúbico de aire',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 826 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F90','F90 - Newton metro por amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 827 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F91','F91 - Bar litro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 828 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F92','F92 - Bar metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 829 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F93','F93 - Hectopascal litro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 830 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F94','F94 - Hectopascal metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 831 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F95','F95 - Milibar litro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 832 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F96','F96 - Milibar metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 833 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F97','F97 - Megapascal litro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 834 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F98','F98 - Megapascal metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 835 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('F99','F99 - Pascal litro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 836 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FAH','FAH - Grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 837 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FAR','FAR - Farad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 838 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FB','FB - campo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 839 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FBM','FBM - Medidor de fibra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 840 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FC','FC - Mil pies cúbicos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 841 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FD','FD - Millones de partículas por pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 842 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FE','FE - Pie de pista',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 843 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FF','FF - Cien metros cúbicos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 844 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FG','FG - Parche transdérmico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 845 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FH','FH - MicroMol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 846 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FIT','FIT - Fallas en el tiempo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 847 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FL','FL - Flake ton',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 848 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FM','FM - Millones de pies cúbicos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 849 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FOT','FOT - Pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 850 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FP','FP - Libra por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 851 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FR','FR - Pie por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 852 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FS','FS - Pie por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 853 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FTK','FTK - Pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 854 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('FTQ','FTQ - Pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 855 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G01','G01 - Pascal metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 856 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G04','G04 - Centímetro por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 857 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G05','G05 - Metro por bar ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 858 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G06','G06 - Milímetro por bar ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 859 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G08','G08 - Pulgada cuadrada por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 860 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G09','G09 - Metro cuadrado por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 861 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G10','G10 - Stokes por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 862 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G11','G11 - Gramo por centímetro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 863 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G12','G12 - Gramo por decímetro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 864 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G13','G13 - Gramo por litro bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 865 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G14','G14 - Gramo por metro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 866 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G15','G15 - Gramo por mililitro bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 867 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G16','G16 - Kilogramo por centímetro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 868 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G17','G17 - Kilogramo por litro bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 869 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G18','G18 - Kilogramo por metro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 870 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G19','G19 - Newton metro por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 871 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G2','G2 - Galón (EUA) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 872 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G20','G20 - Libra-fuerza pie por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 873 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G21','G21 - Taza (unidad de volumen)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 874 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G23','G23 - Peck',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 875 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G24','G24 - Cucharada (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 876 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G25','G25 - Cucharilla (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 877 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G26','G26 - Estere',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 878 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G27','G27 - Centímetro cúbico por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 879 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G28','G28 - Litro por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 880 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G29','G29 - Metro cúbico por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 881 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G3','G3 - Galón (RU) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 882 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G30','G30 - Mililitro por klevin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 883 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G31','G31 - Kilogramo por centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 884 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G32','G32 - Onza (avoirdupois) por yarda cúbica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 885 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G33','G33 - Gramo por centímetro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 886 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G34','G34 - Gramo por decímetro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 887 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G35','G35 - Gramo por litro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 888 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G36','G36 - Gramo por metro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 889 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G37','G37 - Gramo por mililitro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 890 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G38','G38 - Kilogramo por centímetro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 891 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G39','G39 - Kilogramo por litro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 892 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G40','G40 - Kilogramo por metro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 893 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G41','G41 - Metro cuadrado por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 894 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G42','G42 - Microsiemens por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 895 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G43','G43 - Microsiemens por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 896 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G44','G44 - Nanosiemens por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 897 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G45','G45 - Nanosiemens por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 898 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G46','G46 - Stokes por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 899 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G47','G47 - Centímetro cúbico por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 900 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G48','G48 - Centímetro cúbico por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 901 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G49','G49 - Centímetro cúbico por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 902 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G50','G50 - Galón por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 903 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G51','G51 - Litro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 904 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G52','G52 - Metro cúbico por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 905 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G53','G53 - Metro cúbico por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 906 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G54','G54 - Mililitro por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 907 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G55','G55 - Mililitro por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 908 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G56','G56 - Pulgada cúbica por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 909 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G57','G57 - Pulgada cúbica por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 910 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G58','G58 - Pulgada cúbica por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 911 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G59','G59 - Miliamperio por litro minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 912 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G60','G60 - Voltio por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 913 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G61','G61 - Centímetro cúbico por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 914 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G62','G62 - Centímetro cúbico por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 915 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G63','G63 - Centímetro cúbico por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 916 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G64','G64 - Centímetro cúbico por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 917 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G65','G65 - Litro por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 918 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G66','G66 - Litro por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 919 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G67','G67 - Litro por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 920 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G68','G68 - Litro por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 921 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G69','G69 - Metro cúbico por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 922 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G7','G7 - Hoja de microficha',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 923 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G70','G70 - Metro cúbico por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 924 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G71','G71 - Metro cúbico por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 925 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G72','G72 - Metro cúbico por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 926 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G73','G73 - Mililitro por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 927 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G74','G74 - Mililitro por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 928 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G75','G75 - Mililitro por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 929 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G76','G76 - Mililitro por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 930 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G77','G77 - Milímetro a la cuarta potencia ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 931 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G78','G78 - Centímetro cúbico por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 932 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G79','G79 - Centímetro cúbico por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 933 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G80','G80 - Centímetro cúbico por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 934 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G81','G81 - Centímetro cúbico por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 935 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G82','G82 - Litro por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 936 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G83','G83 - Litro por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 937 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G84','G84 - Litro por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 938 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G85','G85 - Litro por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 939 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G86','G86 - Metro cúbico por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 940 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G87','G87 - Metro cúbico por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 941 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G88','G88 - Metro cúbico por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 942 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G89','G89 - Metro cúbico por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 943 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G90','G90 - Mililitro por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 944 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G91','G91 - Mililitro por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 945 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G92','G92 - Mililitro por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 946 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G93','G93 - Mililitro por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 947 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G94','G94 - Centímetro cúbico por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 948 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G95','G95 - Litro por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 949 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G96','G96 - Metro cúbico por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 950 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G97','G97 - Mililitro por bar ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 951 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G98','G98 - Micro henry por kiloOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 952 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('G99','G99 - Micro henry por Ohm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 953 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GB','GB - Galón (EUA) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 954 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GBQ','GBQ - Gigabecquerel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 955 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GC','GC - Gramo por 100 gramos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 956 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Gd','Gd - Barril bruto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 957 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GDW','GDW - Gramo, peso seco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 958 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GE','GE - Libra por galón (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 959 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GF','GF - Gramo por metro (gramo por 100 centímetros)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 960 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GFI','GFI - Gramo de isótopo fisible',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 961 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GGR','GGR - Grandioso',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 962 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GH','GH - Medio galón (US)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 963 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GIA','GIA - Gill (us)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 964 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GIC','GIC - Gramo, incluido el contenedor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 965 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GII','GII - Gill (uk)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 966 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GIP','GIP - Grama, incluido el embalaje interior',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 967 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GJ','GJ - Gramo por mililitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 968 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GK','GK - Gramo por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 969 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GL','GL - Gramo por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 970 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GLD','GLD - Galón seco (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 971 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GLI','GLI - Galón (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 972 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GLL','GLL - Galón (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 973 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GM','GM - Gramo por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 974 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GN','GN - Galón bruto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 975 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GO','GO - Miligramo por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 976 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GP','GP - Miligramo por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 977 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GQ','GQ - Microgramo por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 978 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GRM','GRM - Gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 979 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GRN','GRN - Grano',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 980 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GRO','GRO - Gross',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 981 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GT','GT - Tonelada bruta',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 982 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GV','GV - Gigajoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 983 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GW','GW - Galón por mil pies cúbicos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 984 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GWH','GWH - Gigawatt hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 985 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GY','GY - Patio grueso',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 986 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('GZ','GZ - Sistema de calibración',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 987 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H03','H03 - Henry por kiloOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 988 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H04','H04 - Henry por Ohm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 989 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H05','H05 - Milihenry por kiloOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 990 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H06','H06 - Milihenry por Ohm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 991 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H07','H07 - Pascal segundo por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 992 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H08','H08 - Microbequerel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 993 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H09','H09 - Año recíproco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 994 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H1','H1 - Media página - electrónica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 995 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H10','H10 - Hora recíproca',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 996 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H11','H11 - Mes recíproco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 997 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H12','H12 - Grado celsius por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 998 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H13','H13 - Grado celsius por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 999 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H14','H14 - Grado celsius por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1000 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H15','H15 - Centímetro cuadrado por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1001 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H16','H16 - Decámetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1002 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H18','H18 - Hectómetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1003 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H19','H19 - Hectómetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1004 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H2','H2 - Medio litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1005 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H20','H20 - Kilómetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1006 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H21','H21 - Blanco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1007 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H22','H22 - Voltio pulgada cuadrada por libra fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1008 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H23','H23 - Voltio por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1009 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H24','H24 - Voltio por microsegundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1010 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H25','H25 - Por ciento por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1011 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H26','H26 - Ohm por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1012 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H27','H27 - Grado por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1013 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H28','H28 - Microfaradio por kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1014 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H29','H29 - Microgramo por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1015 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H30','H30 - Micrómetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1016 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H31','H31 - Amperio por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1017 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H32','H32 - Amperio cuadrado segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1018 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H33','H33 - Faradio por kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1019 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H34','H34 - Hertz metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1020 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H35','H35 - Kelvin metro por watt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1021 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H36','H36 - MegaOhm por kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1022 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H37','H37 - MegaOhm por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1023 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H38','H38 - Megaamperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1024 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H39','H39 - Megahertz kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1025 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H40','H40 - Newton por amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1026 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H41','H41 - Newton metro watts elevado a la potencia menos 0.5',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1027 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H42','H42 - Pascal por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1028 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H43','H43 - Siemens por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1029 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H44','H44 - TeraOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1030 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H45','H45 - Voltio segundo por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1031 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H46','H46 - Voltio por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1032 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H47','H47 - Watt por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1033 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H48','H48 - Attofarad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1034 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H49','H49 - Centímetro por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1035 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H50','H50 - Reciprocidad del centímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1036 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H51','H51 - Decibel per kilometro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1037 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H52','H52 - Decibel per metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1038 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H53','H53 - Kilogramo por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1039 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H54','H54 - Kilogramo por decímetro cúbico kelvin ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1040 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H55','H55 - Kilogramo por decímetro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1041 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H56','H56 - Kilogramo por metro cuadrado segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1042 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H57','H57 - Pulgada por dos pi por radián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1043 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H58','H58 - Metro por voltio segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1044 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H59','H59 - Metro cuadrado por newton',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1045 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H60','H60 - Metro cúbico por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1046 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H61','H61 - Milisiemens por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1047 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H62','H62 - Milivoltio por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1048 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H63','H63 - Miligramo por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1049 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H64','H64 - Miligramo por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1050 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H65','H65 - Mililitro por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1051 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H66','H66 - Milímetro por año ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1052 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H67','H67 - Milímetro por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1053 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H68','H68 - MiliMol por gram',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1054 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H69','H69 - Picopascal por kilometro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1055 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H70','H70 - Picosegundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1056 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H71','H71 - Por ciento al mes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1057 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H72','H72 - Por ciento por hectobar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1058 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H73','H73 - Por ciento por decakelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1059 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H74','H74 - Watt por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1060 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H75','H75 - Decapascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1061 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H76','H76 - Gramo por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1062 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H77','H77 - Anchura del módulo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1063 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H78','H78 - Centímetro convencional de agua',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1064 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H79','H79 - Escala francesa ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1065 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H80','H80 - Unidad de bastidor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1066 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H81','H81 - Milímetro por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1067 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H82','H82 - Punto grande',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1068 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H83','H83 - Litro por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1069 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H84','H84 - Gramos milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1070 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H85','H85 - Semana recíproca',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1071 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H87','H87 - Pieza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1072 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H88','H88 - MegaOhm kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1073 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H89','H89 - Por ciento por Ohmio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1074 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H90','H90 - Porcentaje por grado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1075 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H91','H91 - Por ciento por cada diez mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1076 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H92','H92 - Ciento por cien mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1077 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H93','H93 - Porcentaje por cien',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1078 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H94','H94 - Por ciento por mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1079 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H95','H95 - Por ciento por voltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1080 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H96','H96 - Tanto por ciento por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1081 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H98','H98 - Por ciento por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1082 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('H99','H99 - Por ciento por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1083 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HA','HA - Madeja',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1084 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HAR','HAR - hectárea',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1085 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HBA','HBA - Hectobar ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1086 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HBX','HBX - Ciento de cajas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1087 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HC','HC - Conteo en cientos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1088 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HD','HD - Media docena',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1089 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HDW','HDW - Cien kilogramos, peso seco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1090 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HE','HE - Centésima de un quilate',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1091 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HEA','HEA - Cabeza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1092 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HF','HF - Cien pies',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1093 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HGM','HGM - Hectogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1094 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HH','HH - Cien pies cúbicos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1095 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HI','HI - Cien hojas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1096 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HIU','HIU - Unidad internacional de cien',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1097 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HJ','HJ - Potencia métrica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1098 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HK','HK - Cien kilogramos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1099 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HKM','HKM - Cien kilogramos, masa neta',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1100 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HL','HL - Cien pies (lineal)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1101 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HLT','HLT - Hectolitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1102 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HM','HM - Milla por hora (milla estatal)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1103 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HMQ','HMQ - Millones de metros cúbicos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1104 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HMT','HMT - Hectómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1105 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HN','HN - Milímetro convencional de mercurio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1106 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HO','HO - Cien onzas troy',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1107 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HP','HP - Milímetro convencional de agua',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1108 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HPA','HPA - Hectolitro de alcohol puro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1109 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HS','HS - Cien pies cuadrados',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1110 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HT','HT - media hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1111 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HTZ','HTZ - Hertz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1112 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HUR','HUR - Hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1113 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('HY','HY - Cien yardas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1114 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IA','IA - Pulgada libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1115 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IC','IC - Contar por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1116 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IE','IE - Personas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1117 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IF','IF - Pulgadas de agua',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1118 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('II','II - Columna pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1119 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IM','IM - Impresión',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1120 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('INH','INH - Pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1121 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('INK','INK - Pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1122 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('INQ','INQ - Pulgada cúbica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1123 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IP','IP - póliza de seguros',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1124 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ISD','ISD - Grado internacional de azúcar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1125 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IT','IT - Recuento por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1126 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IU','IU - Pulgada por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1127 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('IV','IV - Pulgada por segundo al cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1128 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J10','J10 - Por ciento por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1129 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J12','J12 - Por mille por psi',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1130 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J13','J13 - Grado api',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1131 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J14','J14 - Grado baume (escala de origen)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1132 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J15','J15 - Grado baume (us pesado)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1133 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J16','J16 - Grado baume (luz de los EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1134 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J17','J17 - Grado balling',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1135 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J18','J18 - Grado brix',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1136 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J19','J19 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (termoquímico).',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1137 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J2','J2 - Joule por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1138 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J20','J20 - Grado fahrenheit por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1139 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J21','J21 - Grado fahrenheit por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1140 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J22','J22 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (tabla internacional).',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1141 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J23','J23 - Grado fahrenheit por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1142 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J24','J24 - Grado fahrenheit por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1143 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J25','J25 - Grado fahrenheit por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1144 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J26','J26 - Reciprocidad grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1145 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J27','J27 - Grado oechsle',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1146 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J28','J28 - Grado rankine por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1147 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J29','J29 - Grado rankine por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1148 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J30','J30 - Grado rankine por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1149 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J31','J31 - Grado twaddel.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1150 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J32','J32 - Micropoise',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1151 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J33','J33 - Microgramo por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1152 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J34','J34 - Microgramo por metro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1153 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J35','J35 - Microgramo por metro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1154 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J36','J36 - Microlitro por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1155 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J38','J38 - Baud',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1156 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J39','J39 - Unidad térmica británica (significado)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1157 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J40','J40 - Unidad térmica británica (tabla internacional) pie por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1158 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J41','J41 - Unidad térmica británica (tabla internacional) pulgada por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1159 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J42','J42 - Unidad térmica británica (tabla internacional) pulgada por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1160 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J43','J43 - Unidad térmica británica (tabla internacional) por libra grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1161 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J44','J44 - Unidad térmica británica (tabla internacional) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1162 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J45','J45 - Unidad térmica británica (tabla internacional) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1163 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J46','J46 - Unidad térmica británica (termoquímico) pie por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1164 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J47','J47 - Unidad térmica británica (termoquímica) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1165 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J48','J48 - Unidad térmica británica (termoquímico) pulgada por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1166 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J49','J49 - Unidad térmica británica (termoquímico) pulgada por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1167 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J50','J50 - Unidad térmica británica (termoquímico) por libra grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1168 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J51','J51 - Unidad térmica británica (termoquímica) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1169 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J52','J52 - Unidad térmica británica (termoquímica) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1170 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J53','J53 - Culombio metro cuadrado por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1171 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J54','J54 - Megabaud',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1172 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J55','J55 - Watt segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1173 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J56','J56 - Bar por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1174 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J57','J57 - Barril (uk petróleo)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1175 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J58','J58 - Barril (petróleo UK) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1176 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J59','J59 - Barril (petróleo UK) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1177 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J60','J60 - Barril (petróleo UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1178 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J61','J61 - Barril (petróleo UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1179 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J62','J62 - Barril (petróleo estados unidos) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1180 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J63','J63 - Barril (petróleo estados unidos) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1181 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J64','J64 - Bushel (UK) por día ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1182 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J65','J65 - Bushel (UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1183 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J66','J66 - Bushel (UK) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1184 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J67','J67 - Bushel (UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1185 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J68','J68 - Bushel (seco, estados unidos) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1186 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J69','J69 - Bushel (seco, estados unidos) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1187 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J70','J70 - Bushel (seco, estados unidos) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1188 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J71','J71 - Bushel (seco, estados unidos) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1189 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J72','J72 - Centinewton metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1190 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J73','J73 - Centipoise por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1191 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J74','J74 - Centipoise por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1192 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J75','J75 - Caloría',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1193 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J76','J76 - Caloría (tabla internacional) por gramo grado celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1194 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J78','J78 - Caloría (termoquímica) por centímetro segundo grado celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1195 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J79','J79 - Caloría (termoquímico) por gramo grado celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1196 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J81','J81 - Caloría (termoquímica) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1197 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J82','J82 - Caloría (termoquímica) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1198 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J83','J83 - Clo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1199 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J84','J84 - Centímetro por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1200 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J85','J85 - Centímetro por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1201 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J87','J87 - Centímetro cúbico por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1202 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J89','J89 - Centímetro de mercurio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1203 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J90','J90 - Decímetro cúbico por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1204 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J91','J91 - Decímetro cúbico por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1205 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J92','J92 - Decímetro cúbico por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1206 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J93','J93 - Decímetro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1207 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J94','J94 - Dina centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1208 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J95','J95 - Onza (fluido, UK) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1209 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J96','J96 - Onza (fluido, UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1210 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J97','J97 - Onza (fluido, UK) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1211 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J98','J98 - Onza (fluido, UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1212 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('J99','J99 - Onza (fluido, estados unidos) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1213 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JB','JB - Jumbo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1214 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JE','JE - Joule por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1215 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JK','JK - Megajoule por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1216 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JM','JM - Megajoule por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1217 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JNT','JNT - Junta de tubería',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1218 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Jo','Jo - Articulación',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1219 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JOU','JOU - Joule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1220 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JPS','JPS - Cien metros',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1221 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('JWL','JWL - Número de joyas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1222 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K1','K1 - Demanda de kilowatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1223 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K10','K10 - Onza (fluido, estados unidos) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1224 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K11','K11 - Onza (fluido, estados unidos) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1225 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K12','K12 - Onza (fluido, estados unidos) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1226 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K13','K13 - Pie por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1227 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K14','K14 - Pie por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1228 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K15','K15 - Pie libra-fuerza por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1229 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K16','K16 - Pie libra-fuerza por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1230 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K17','K17 - Pie por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1231 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K18','K18 - Pie por segundo grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1232 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K19','K19 - Pie por segundo psi (libra por pulgada cuadrada)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1233 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K2','K2 - Kilovoltios amperios demanda reactiva',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1234 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K20','K20 - Reciprocidad del pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1235 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K21','K21 - Pie cúbico por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1236 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K22','K22 - Pie cúbico por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1237 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K23','K23 - Pie cúbico por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1238 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K24','K24 - Pie de agua',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1239 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K25','K25 - Pie de mercurio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1240 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K26','K26 - Galón (UK) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1241 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K27','K27 - Galón (UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1242 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K28','K28 - Galón (UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1243 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K3','K3 - Kilovoltio amperio hora reactivo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1244 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K30','K30 - Galón (líquido, EUA) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1245 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K31','K31 - Gramo-fuerza por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1246 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K32','K32 - Gill (UK) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1247 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K33','K33 - Gill (UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1248 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K34','K34 - Gill (UK) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1249 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K35','K35 - Gill (UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1250 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K36','K36 - Gill (estados unidos) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1251 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K37','K37 - Gill (estados unidos) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1252 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K38','K38 - Gill (estados unidos) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1253 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K39','K39 - Gill (estados unidos) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1254 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K40','K40 - Aceleración estándar de la caída libre',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1255 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K41','K41 - Grano por galón (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1256 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K42','K42 - Caballo de fuerza de caldera ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1257 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K43','K43 - Caballo de fuerza (eléctrico)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1258 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K45','K45 - Pulgada por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1259 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K46','K46 - Pulgada por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1260 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K47','K47 - Pulgada por segundo grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1261 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K48','K48 - Pulgada por segundo psi (libra por pulgada cuadrada)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1262 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K49','K49 - Reciprocidad de la pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1263 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K5','K5 - Kilovoltios amperios (reactivos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1264 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K50','K50 - Kilobaud',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1265 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K51','K51 - Kilocaloría (significado)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1266 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K52','K52 - Kilocaloría (tabla internacional) por hora metro grado celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1267 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K53','K53 - Kilocaloría (termoquímico)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1268 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K54','K54 - Kilocaloría (termoquímica) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1269 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K55','K55 - Kilocaloría (termoquímica) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1270 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K58','K58 - KiloMol por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1271 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K59','K59 - KiloMol por metro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1272 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K6','K6 - Kilolitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1273 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K60','K60 - KiloMol por metro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1274 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K61','K61 - KiloMol por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1275 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K62','K62 - Litro por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1276 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K63','K63 - Reciprocidad del litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1277 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K64','K64 - Libra (avoirdupois) por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1278 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K65','K65 - Libra (avoirdupois) pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1279 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K66','K66 - Libra (avoirdupois) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1280 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K67','K67 - Libra por pie hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1281 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K68','K68 - Libra por pie segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1282 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K69','K69 - Libra (avoirdupois) por pie cúbico grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1283 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K70','K70 - Libra (avoirdupois) por pie cúbico psi',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1284 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K71','K71 - Libra (avoirdupois) por galón (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1285 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K73','K73 - Libra (avoirdupois) por hora grados fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1286 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K74','K74 - Libra (avoirdupois) por hora libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1287 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K75','K75 - Libra (avoirdupois) por pulgada cúbica grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1288 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K76','K76 - Libra (avoirdupois) por pulgada cúbica psi',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1289 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K77','K77 - Libra (avoirdupois) por psi',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1290 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K78','K78 - Libra (avoirdupois) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1291 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K79','K79 - Libra (avoirdupois) por minuto grados fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1292 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K80','K80 - Libra (avoirdupois) por minuto libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1293 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K81','K81 - Libra (avoirdupois) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1294 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K82','K82 - Libra (avoirdupois)por segundo grados fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1295 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K83','K83 - Libra (avoirdupois) por segundo libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1296 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K84','K84 - Libra por yarda cúbica ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1297 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K85','K85 - Libra-fuerza por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1298 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K86','K86 - Libra-fuerza por pulgada cuadrada grados fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1299 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K87','K87 - Libra-fuerza por pulgada cuadrada pulgada cúbica por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1300 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K88','K88 - Libra-fuerza por pulgada cuadrada litro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1301 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K89','K89 - Libra-fuerza por pulgada cuadrada metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1302 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K90','K90 - Libra-fuerza por pulgada cuadrada yarda cúbica por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1303 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K91','K91 - Libra-fuerza segundo por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1304 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K92','K92 - Libra-fuerza segundo por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1305 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K93','K93 - Reciprocidad psi',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1306 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K94','K94 - Cuarto (líquido, UK) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1307 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K95','K95 - Cuarto (líquido, UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1308 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K96','K96 - Cuarto (líquido, UK) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1309 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K97','K97 - Cuarto (líquido, UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1310 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K98','K98 - Cuarto (líquido, estados unidos) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1311 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('K99','K99 - Cuarto (líquido, estados unidos) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1312 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KA','KA - Pastel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1313 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KAT','KAT - Katal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1314 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KB','KB - Kilocaracter',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1315 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KBA','KBA - Kilobar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1316 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KCC','KCC - Kilogramo de cloruro de colina',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1317 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KD','KD - Kilogram decimal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1318 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KDW','KDW - Kilogramo de peso neto drenado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1319 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KEL','KEL - Kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1320 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KF','KF - Kilopacket',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1321 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KGM','KGM - Kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1322 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KGS','KGS - Kilogramo por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1323 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KHY','KHY - Kilogramo de peróxido de hidrógeno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1324 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KHZ','KHZ - Kilohertz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1325 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KI','KI - Kilogramo por milímetro de ancho',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1326 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KIC','KIC - Kilogramo, incluyendo el contenedor',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1327 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KIP','KIP - Kilogramo, incluyendo el empaquetado interno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1328 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KJ','KJ - Kilosegmento',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1329 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KJO','KJO - Kilojoule',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1330 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KL','KL - Kilogramo por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1331 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KLK','KLK - Porcentaje de material seco láctico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1332 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KLX','KLX - Kilolux',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1333 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMA','KMA - Kilogramo de metilamina',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1334 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMH','KMH - Kilómetro por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1335 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMK','KMK - Kilómetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1336 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMQ','KMQ - Kilogramo por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1337 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KMT','KMT - Kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1338 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNI','KNI - Kilogramo de nitrógeno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1339 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNM','KNM - Kolonewton por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1340 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNS','KNS - Kilogramo sustancia nombrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1341 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KNT','KNT - Nudo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1342 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KO','KO - Miliequivalentes de potasa cáustica por gramo de producto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1343 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPA','KPA - Kilopascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1344 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPH','KPH - Kilogramo de hidróxido de potasio (potasa cáustica)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1345 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPO','KPO - Kilogramo de óxido de potasio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1346 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KPP','KPP - Kilogramo de pentóxido de fósforo (anhídrido fosfórico)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1347 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KR','KR - Kiloroentgen',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1348 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KS','KS - Mil libras por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1349 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KSD','KSD - Kilogramo de sustancia 90% seco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1350 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KSH','KSH - Kilogramo de hidróxido de sodio (sodio cáustica)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1351 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KT','KT - Kit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1352 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KTN','KTN - Kilotonelada Métrica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1353 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KUR','KUR - Kilogramo de uranio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1354 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KVA','KVA - Kilovoltio - amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1355 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KVR','KVR - Kilovar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1356 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KVT','KVT - Kilovoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1357 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KW','KW - Kilogramo por milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1358 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWH','KWH - Kilowatt hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1359 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWN','KWN - Kilowatt hora por metro cúbico normalizado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1360 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWO','KWO - Kilogramo de trióxido de tungsteno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1361 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWS','KWS - Kilowatt hora por metro cúbico estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1362 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KWT','KWT - Kilowatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1363 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('KX','KX - Mililitro por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1364 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L10','L10 - Cuarto (líquido, estados unidos) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1365 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L11','L11 - Cuarto (líquido, estados unidos) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1366 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L12','L12 - Metro por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1367 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L13','L13 - Metro por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1368 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L14','L14 - Metro cuadrado hora grado celsius por kilocaloría (tabla internacional)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1369 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L15','L15 - Milipascal segundo por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1370 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L16','L16 - Milipascal segundo por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1371 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L17','L17 - Miligramo por metro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1372 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L18','L18 - Miligramo por metro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1373 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L19','L19 - Mililitro por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1374 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L2','L2 - Litro por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1375 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L20','L20 - Reciprocidad del milímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1376 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L21','L21 - Milímetro cúbico por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1377 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L23','L23 - Mol por hora ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1378 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L24','L24 - Mol por kilogramo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1379 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L25','L25 - Mol por kilogramo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1380 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L26','L26 - Mol por litro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1381 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L27','L27 - Mol por litro bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1382 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L28','L28 - Mol por metro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1383 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L29','L29 - Mol por metro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1384 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L30','L30 - Mol por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1385 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L31','L31 - Milliroentgen aequivalent men',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1386 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L32','L32 - Nanogramo por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1387 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L33','L33 - Onza (avoirdupois) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1388 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L34','L34 - Onza (avoirdupois) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1389 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L35','L35 - Onza (avoirdupois) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1390 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L36','L36 - Onza (avoirdupois) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1391 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L37','L37 - Onza (avoirdupois) por galón (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1392 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L38','L38 - Onza (avoirdupois) por galón (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1393 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L39','L39 - Onza (avoirdupois) por pulgada cúbica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1394 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L40','L40 - Onza fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1395 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L41','L41 - Onza (avoirdupois) fuerza pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1396 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L42','L42 - Picosiemens por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1397 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L43','L43 - Peck (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1398 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L44','L44 - Peck (UK) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1399 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L45','L45 - Peck (UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1400 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L46','L46 - Peck (UK) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1401 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L47','L47 - Peck (UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1402 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L48','L48 - Peck (seco, estados unidos) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1403 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L49','L49 - Peck (seco, estados unidos) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1404 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L50','L50 - Peck (seco, estados unidos) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1405 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L51','L51 - Peck (seco, estados unidos) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1406 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L52','L52 - Libra.fuerza por pulgada cuadrada por libra fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1407 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L53','L53 - Pinta (UK) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1408 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L54','L54 - Pinta (UK) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1409 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L55','L55 - Pinta (UK) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1410 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L56','L56 - Pinta (UK) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1411 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L57','L57 - Pinta (líquido, estados unidos) por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1412 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L58','L58 - Pinta (líquido, estados unidos) por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1413 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L59','L59 - Pinta (líquido, estados unidos) por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1414 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L60','L60 - Pinta (líquido, estados unidos) por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1415 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L61','L61 - Pinta (US seco)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1416 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L62','L62 - Cuarto de galón (seco de los EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1417 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L63','L63 - Slug por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1418 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L64','L64 - Slug por pie segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1419 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L65','L65 - Slug por pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1420 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L66','L66 - Slug por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1421 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L67','L67 - Slug por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1422 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L68','L68 - Slug por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1423 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L69','L69 - Tonelada por kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1424 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L70','L70 - Tonelada por bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1425 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L71','L71 - Tonelada por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1426 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L72','L72 - Tonelada por día kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1427 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L73','L73 - Tonelada por día bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1428 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L74','L74 - Tonelada por hora kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1429 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L75','L75 - Tonelada por hora bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1430 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L76','L76 - Tonelada por metro cúbico kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1431 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L77','L77 - Tonelada por metro cúbico bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1432 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L78','L78 - Tonelada por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1433 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L79','L79 - Tonelada por minuto kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1434 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L80','L80 - Tonelada por minuto bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1435 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L81','L81 - Tonelada por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1436 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L82','L82 - Tonelada por segundo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1437 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L83','L83 - Tonelada por segundo bar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1438 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L84','L84 - Tonelada (flota UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1439 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L85','L85 - Tonelada larga por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1440 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L86','L86 - Tonelada (flota estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1441 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L87','L87 - Tonelada corta por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1442 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L88','L88 - Tonelada corta por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1443 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L89','L89 - Tonelada corta por hora grados fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1444 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L90','L90 - Tonelada corta por hora libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1445 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L91','L91 - Tonelada corta por psi',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1446 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L92','L92 - Tonelada larga (UK) por yarda cúbica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1447 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L93','L93 - Tonelada corta (estados unidos) por yarda cúbica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1448 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L94','L94 - Tonelada fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1449 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L95','L95 - Año común',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1450 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L96','L96 - Año sideral',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1451 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L98','L98 - Yarda por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1452 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('L99','L99 - Yarda por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1453 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LA','LA - Libra por pulgada cúbica ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1454 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LAC','LAC - Porcentaje de exceso de lactosa',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1455 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LBR','LBR - Libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1456 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LBT','LBT - Troy pound',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1457 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LC','LC - Centímetro lineal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1458 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LD','LD - Litro por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1459 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LE','LE - Lite',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1460 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LEF','LEF - Hoja',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1461 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LF','LF - Pie lineal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1462 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LH','LH - Hora de trabajo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1463 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LI','LI - Pulgada lineal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1464 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LJ','LJ - Spray grande',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1465 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LK','LK - Enlazar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1466 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LM','LM - Metro lineal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1467 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LN','LN - Longitud',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1468 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LO','LO - Lote [unidad de adquisición]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1469 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LP','LP - Libra líquida',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1470 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LPA','LPA - Litro de alcohol puro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1471 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LR','LR - Capa ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1472 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LS','LS - Suma global',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1473 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LTN','LTN - Tonelada (UK) o tonelada larga (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1474 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LTR','LTR - Litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1475 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LUB','LUB - Tonelada métrica, aceite lubricante',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1476 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LUM','LUM - Lumen',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1477 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LUX','LUX - Lux',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1478 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LX','LX - Yarda lineal por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1479 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('LY','LY - Yarda lineal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1480 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M0','M0 - cinta magnética',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1481 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M1','M1 - Miligramo por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1482 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M10','M10 - Reciprocidad de la yarda cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1483 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M11','M11 - Yarda cúbica por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1484 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M12','M12 - Yarda cúbica por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1485 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M13','M13 - Yarda cúbica por hora ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1486 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M14','M14 - Yarda cúbica por psi (libra por pulgada cuadrada)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1487 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M15','M15 - Yarda cúbica por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1488 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M16','M16 - Yarda cúbica por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1489 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M17','M17 - Kilohertz metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1490 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M18','M18 - Gigahertz metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1491 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M19','M19 - Beaufort',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1492 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M20','M20 - Recíproco de megakelvin o megakelvin a la potencia menos 1',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1493 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M21','M21 - Kilovoltio-amperio hora reciprocidad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1494 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M22','M22 - Milímetro por centímetro cuadrado minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1495 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M23','M23 - Newton por centímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1496 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M24','M24 - Ohm kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1497 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M25','M25 - Porcentaje por grado celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1498 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M26','M26 - GigaOhm por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1499 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M27','M27 - Megahertz metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1500 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M29','M29 - Kilogramo por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1501 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M30','M30 - voltio-amperio segundo reciprocidad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1502 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M31','M31 - Kilogramo por kilómetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1503 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M32','M32 - Segundos pascal por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1504 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M33','M33 - MiliMol por litro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1505 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M34','M34 - Newton metro por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1506 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M35','M35 - Milivoltio - amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1507 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M36','M36 - Mes de 30 días',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1508 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M37','M37 - Actual 360',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1509 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M38','M38 - Kilómetro por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1510 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M39','M39 - Centímetro por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1511 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M4','M4 - Valor monetario',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1512 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M40','M40 - Yarda por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1513 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M41','M41 - Milímetro por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1514 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M42','M42 - Milla (milla estatal) por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1515 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M43','M43 - Mil (unidad de Medida Militar)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1516 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M44','M44 - Revolución',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1517 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M45','M45 - Grado por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1518 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M46','M46 - Revolución por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1519 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M47','M47 - Circular Mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1520 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M48','M48 - Milla cuadrada (basado en u.s survey foot)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1521 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M49','M49 - Cadena ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1522 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M5','M5 - Microcurie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1523 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M50','M50 - Estadio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1524 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M51','M51 - Pie (Topografía UEA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1525 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M52','M52 - Milla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1526 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M53','M53 - Metro por pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1527 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M55','M55 - Metro por radián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1528 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M56','M56 - Shake ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1529 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M57','M57 - Milla por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1530 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M58','M58 - Milla por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1531 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M59','M59 - Metro por segundo pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1532 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M60','M60 - Metro por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1533 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M61','M61 - Pulgada por año',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1534 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M62','M62 - Kilómetro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1535 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M63','M63 - Pulgada por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1536 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M64','M64 - Yarda por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1537 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M65','M65 - Yarda por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1538 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M66','M66 - Yarda por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1539 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M67','M67 - Acre-pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1540 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M68','M68 - Cordón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1541 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M69','M69 - Milla cúbica (reinounido)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1542 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M7','M7 - Micro-pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1543 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M70','M70 - Unidad tradicional de capacidad de carga',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1544 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M71','M71 - Metro cúbico por pascal (joules)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1545 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M72','M72 - Bel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1546 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M73','M73 - Kilogramo por metro cúbico pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1547 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M74','M74 - Kilogramo por pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1548 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M75','M75 - Kilolibra fuerza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1549 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M76','M76 - Poundal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1550 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M77','M77 - Kilogramo metro por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1551 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M78','M78 - Pond',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1552 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M79','M79 - Pie cuadrado por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1553 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M80','M80 - Stokes por pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1554 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M81','M81 - Centímetro cuadrado por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1555 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M82','M82 - Metro cuadrado por segundo pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1556 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M83','M83 - Denier',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1557 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M84','M84 - Libra por yarda ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1558 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M85','M85 - Tonelada, ensayo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1559 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M86','M86 - Libra Alemana',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1560 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M87','M87 - Kilogramo por segundo pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1561 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M88','M88 - Tonelada por mes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1562 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M89','M89 - Tonelada por año',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1563 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M9','M9 - Millones de btu por 1000 pies cúbicos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1564 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M90','M90 - Kilolibra por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1565 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M91','M91 - Libra por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1566 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M92','M92 - Libra fuerza pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1567 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M93','M93 - Newton metro por radián',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1568 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M94','M94 - Kilogramo metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1569 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M95','M95 - Poundal pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1570 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M96','M96 - Poundal pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1571 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M97','M97 - Dina metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1572 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M98','M98 - Kilogramo centímetro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1573 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('M99','M99 - Gramo centímetro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1574 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MA','MA - Máquina por unidad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1575 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAH','MAH - Megavoltio amperio reactivo hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1576 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAL','MAL - Megalitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1577 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAM','MAM - Megametro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1578 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAR','MAR - Megavar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1579 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MAW','MAW - Megawatt',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1580 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MBE','MBE - Mil equivalente de ladrillo estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1581 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MBF','MBF - Mil pies de tabla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1582 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MBR','MBR - Milibar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1583 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MC','MC - Microgramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1584 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MCU','MCU - Milicurie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1585 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MD','MD - Tonelada métrica seca al aire',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1586 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MF','MF - Miligramo por pie cuadrado por lado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1587 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MGM','MGM - Miligramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1588 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MHZ','MHZ - Megahertz',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1589 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIK','MIK - Milla cuadrada (milla estatal)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1590 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIL','MIL - Mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1591 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIN','MIN - Minuto [unidad de tiempo]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1592 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIO','MIO - Millón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1593 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MIU','MIU - Unidad internacional de millón',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1594 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MK','MK - Miligramo por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1595 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MLD','MLD - Mil millones',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1596 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MLT','MLT - Mililitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1597 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MMK','MMK - Milímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1598 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MMQ','MMQ - Milímetro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1599 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MMT','MMT - Milímetro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1600 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MND','MND - Kilogramo, peso seco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1601 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MON','MON - Mes ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1602 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MPA','MPA - Megapascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1603 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MQ','MQ - Mil metros',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1604 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MQH','MQH - Metro cúbico por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1605 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MQS','MQS - Metro cúbico por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1606 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MSK','MSK - Metro por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1607 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTK','MTK - Metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1608 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTQ','MTQ - Metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1609 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTR','MTR - Metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1610 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MTS','MTS - Metro por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1611 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MV','MV - Número de mults',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1612 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MVA','MVA - Megavoltio - amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1613 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('MWH','MWH - Megawatt hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1614 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N1','N1 - Pluma calórica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1615 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N10','N10 - Libra pie por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1616 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N11','N11 - Libra pulgada por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1617 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N12','N12 - Pferdestaerke',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1618 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N13','N13 - Centímetro de mercurio (0°)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1619 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N14','N14 - Centímetro de agua (4°)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1620 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N15','N15 - Pie de agua (39.2 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1621 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N16','N16 - Pulgada de mercurio (32 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1622 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N17','N17 - Pulgada de mercurio (60 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1623 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N18','N18 - Pulgada de agua (39.2 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1624 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N19','N19 - Pulgada de agua (60 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1625 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N2','N2 - número de líneas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1626 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N20','N20 - Kip por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1627 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N21','N21 - Poundal por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1628 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N22','N22 - Onza (avoirdupois) por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1629 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N23','N23 - Metro convencional de agua',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1630 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N24','N24 - Gramo por milímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1631 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N25','N25 - Libra por yarda cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1632 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N26','N26 - Poundal por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1633 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N27','N27 - Pie a la cuarta potencia ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1634 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N28','N28 - Decímetro cúbico por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1635 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N29','N29 - Pie cúbico por libra ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1636 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N3','N3 - Impresión de punto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1637 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N30','N30 - Pulgada cúbica por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1638 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N31','N31 - Kilonewton por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1639 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N32','N32 - Poundal por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1640 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N33','N33 - Libra-fuerza por yarda',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1641 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N34','N34 - Poundal segundo por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1642 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N35','N35 - Poise por pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1643 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N36','N36 - Newton segundo por metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1644 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N37','N37 - Kilogramo por metro segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1645 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N38','N38 - Kilogramo por metro minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1646 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N39','N39 - Kilogramo por metro día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1647 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N40','N40 - Kilogramo por metro hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1648 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N41','N41 - Gramo por centímetro segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1649 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N42','N42 - Poundal segundo por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1650 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N43','N43 - Libra por pie minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1651 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N44','N44 - Libra por pie día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1652 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N45','N45 - Metro cúbico por segundo pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1653 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N46','N46 - Pie poundal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1654 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N47','N47 - Pulgada poundal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1655 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N48','N48 - Watt por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1656 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N49','N49 - Watt por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1657 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N50','N50 - Unidad térmica británica (tabla internacional) por pie cuadrado hora.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1658 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N51','N51 - Unidad térmica británica (termoquímica) por pie cuadrado hora.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1659 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N52','N52 - Unidad térmica británica (termoquímico) por pie cuadrado minuto.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1660 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N53','N53 - Unidad térmica británica (tabla internacional) por pie cuadrado segundo.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1661 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N54','N54 - Unidad térmica británica (termoquímica) por pie cuadrado segundo.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1662 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N55','N55 - Unidad térmica británica (tabla internacional) por pulgada cuadrada segundo.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1663 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N56','N56 - Caloría (termoquímica) por centímetro cuadrado minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1664 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N57','N57 - Caloría (termoquímica) por centímetro cuadrado segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1665 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N58','N58 - Unidad térmica británica (tabla internacional) por pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1666 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N59','N59 - Unidad térmica británica (termoquímica) por pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1667 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N60','N60 - Unidad térmica británica (tabla internacional) por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1668 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N61','N61 - Unidad térmica británica (termoquímico) por grado fahrenheit',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1669 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N62','N62 - Unidad térmica británica (tabla internacional) por grado rankine',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1670 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N63','N63 - Unidad térmica británica (termoquímico) por grado rankine',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1671 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N64','N64 - Unidad térmica británica (termoquímico) por libra grado rankine',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1672 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N65','N65 - Kilocaloría (tabla internacional) por gramo kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1673 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N66','N66 - Unidad térmica británica (39 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1674 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N67','N67 - Unidad térmica británica (59 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1675 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N68','N68 - Unidad térmica británica (60 °f)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1676 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N69','N69 - Caloría (20 °c)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1677 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N70','N70 - Quad',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1678 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N71','N71 - Termia (energía comercial)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1679 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N72','N72 - Termia (UEA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1680 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N73','N73 - Unidad térmica británica (termoquímica) por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1681 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N74','N74 - Unidad térmica británica (tabla internacional) por hora pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1682 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N75','N75 - Unidad térmica británica (termoquímico) por hora pie cuadrado grado farenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1683 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N76','N76 - Unidad térmica británica (tabla internacional) por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1684 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N77','N77 - Unidad térmica británica (termoquímico) por segundo pie cuadrado grado fahrenheit.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1685 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N78','N78 - Kilowatt por metro cuadrado kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1686 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N79','N79 - Kelvin por pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1687 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N80','N80 - Watt por metro grado celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1688 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N81','N81 - Kilowatt por metro kelvin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1689 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N82','N82 - Kilowatt por metro grado celsius',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1690 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N83','N83 - Metro por grado celsius metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1691 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N84','N84 - Grado fahrenheit hora por unidad térmica británica (tabla internacional)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1692 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N85','N85 - Grado fahrenheit hora por unidad térmica británica (termoquímico)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1693 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N86','N86 - Grado fahrenheit segundo por unidad térmica británica (tabla internacional)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1694 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N87','N87 - Grago fahrenheit segundo por unidad térmica británica (termoquímico)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1695 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N88','N88 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (tabla internacional) pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1696 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N89','N89 - Grado fahrenheit hora pie cuadrado por unidad térmica británica (termoquímico) pulgada.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1697 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N90','N90 - Kilofaradio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1698 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N91','N91 - Joule recíproco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1699 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N92','N92 - Picosiemens',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1700 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N93','N93 - Amperio por pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1701 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N94','N94 - Franklin',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1702 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N95','N95 - Amperio minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1703 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N96','N96 - Biot',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1704 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N97','N97 - Gilbert',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1705 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N98','N98 - Voltio por pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1706 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('N99','N99 - Picovoltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1707 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NA','NA - Miligramo por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1708 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NAR','NAR - Número de artículos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1709 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NB','NB - barcaza',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1710 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NBB','NBB - Número de bobinas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1711 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NC','NC - Carro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1712 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NCL','NCL - Número de células',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1713 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ND','ND - Barril neto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1714 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NE','NE - Litro neto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1715 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NEW','NEW - Newton',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1716 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NF','NF - Mensaje',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1717 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NG','NG - Galón neto (us)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1718 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NH','NH - Hora del mensaje',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1719 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NI','NI - Galón imperial neto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1720 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NIL','NIL - Nil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1721 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NIU','NIU - Número de unidades internacionales',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1722 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NJ','NJ - Número de pantallas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1723 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NL','NL - Carga',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1724 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NM3','NM3 - Metro cúbico normalizado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1725 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NMI','NMI - Milla náutica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1726 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NMP','NMP - Número de paquetes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1727 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NN','NN - tren',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1728 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NPR','NPR - Número de parejas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1729 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NPT','NPT - Número de partes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1730 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NQ','NQ - Mho',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1731 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NR','NR - Micromho',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1732 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NT','NT - Tonelada neta',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1733 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NTT','NTT - Tonelada de registro neto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1734 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NV','NV - vehículo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1735 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NY','NY - Libra por tonelada métrica al aire seco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1736 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('NX','NX - Parte por mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1737 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OA','OA - Panel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1738 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ODE','ODE - Equivalente de agotamiento del ozona',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1739 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Ohm','Ohm - Ohm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1740 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ON','ON - Onza por yarda cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1741 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ONZ','ONZ - Onza (avoirdupois)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1742 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OP','OP - Dos paquetes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1743 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OPM','OPM - Oscilaciones por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1744 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OT','OT - Hora extra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1745 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OZ','OZ - Onza AV',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1746 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OZA','OZA - Onza líquida (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1747 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('OZI','OZI - Onza líquida (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1748 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P0','P0 - Página electrónica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1749 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P1','P1 - Tanto por ciento',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1750 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P10','P10 - Culombio por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1751 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P11','P11 - Kiloweber',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1752 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P12','P12 - Gamma',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1753 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P13','P13 - Kilotesla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1754 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P14','P14 - Joule por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1755 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P15','P15 - Joule por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1756 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P16','P16 - Joule por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1757 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P17','P17 - Joule por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1758 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P18','P18 - Kilojoule por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1759 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P19','P19 - Kilojoule por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1760 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P2','P2 - Libra por pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1761 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P20','P20 - Kilojoule por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1762 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P21','P21 - Kilojoule por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1763 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P22','P22 - NanoOhm',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1764 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P23','P23 - Ohm circular-mil por pie',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1765 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P24','P24 - Kilohenry',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1766 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P25','P25 - Lumen por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1767 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P26','P26 - Foto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1768 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P27','P27 - Vela (medida)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1769 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P28','P28 - Candela por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1770 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P29','P29 - Footlambert',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1771 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P3','P3 - Tres paquetes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1772 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P30','P30 - Lambert',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1773 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P31','P31 - Stilb ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1774 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P32','P32 - Candela por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1775 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P33','P33 - Kilocandela',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1776 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P34','P34 - Milicandela',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1777 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P35','P35 - Hefner-kerze',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1778 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P36','P36 - Candela internacional',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1779 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P37','P37 - Unidad térmica británica (tabla internacional) por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1780 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P38','P38 - Unidad térmica británica (termoquímica) por pie cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1781 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P39','P39 - Caloría (termoquímica) por centímetro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1782 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P4','P4 - paquete de cuatro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1783 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P40','P40 - Langley',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1784 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P41','P41 - Década (logarítmica)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1785 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P42','P42 - Pascal por segundo cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1786 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P43','P43 - Bel por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1787 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P44','P44 - Libra Mol',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1788 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P45','P45 - Libra de Mol por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1789 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P46','P46 - Libra Mol por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1790 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P47','P47 - KiloMol por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1791 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P48','P48 - Libra de Mol por libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1792 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P49','P49 - Newton metro cuadrado por amperio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1793 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P5','P5 - Paquete de cinco',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1794 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P50','P50 - Metro weber',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1795 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P51','P51 - Mol por kilogramo pascal ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1796 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P52','P52 - Mol por metro cúbico pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1797 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P53','P53 - Unit por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1798 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P54','P54 - MiliGray por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1799 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P55','P55 - MicroGray por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1800 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P56','P56 - NanoGray por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1801 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P57','P57 - Gray por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1802 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P58','P58 - MiliGray por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1803 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P59','P59 - Microgray por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1804 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P6','P6 - paquete de seis',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1805 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P60','P60 - Nanogray por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1806 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P61','P61 - Gray por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1807 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P62','P62 - MiliGray por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1808 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P63','P63 - Micro gray por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1809 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P64','P64 - Nanogray por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1810 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P65','P65 - Sievert por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1811 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P66','P66 - MilliSievert por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1812 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P67','P67 - MicroSievert por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1813 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P68','P68 - NanoSievert por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1814 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P69','P69 - Rem por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1815 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P7','P7 - Paquete de siete',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1816 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P70','P70 - Sievert por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1817 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P71','P71 - MilliSievert por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1818 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P72','P72 - Micro Sievert por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1819 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P73','P73 - NanoSievert por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1820 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P74','P74 - Sievert por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1821 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P75','P75 - MilliSievert por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1822 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P76','P76 - MicroSievert por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1823 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P77','P77 - NanoSievert pominut ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1824 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P78','P78 - Reciprocidad por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1825 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P79','P79 - Pascal metro cuadrado por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1826 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P8','P8 - Paquete de ocho',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1827 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P80','P80 - Milipascal por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1828 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P81','P81 - Kilopascal por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1829 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P82','P82 - Hectopascal por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1830 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P83','P83 - Atmosfera estándar por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1831 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P84','P84 - Atmosfera técnica por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1832 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P85','P85 - Torr por metro.',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1833 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P86','P86 - Psi por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1834 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P87','P87 - Metro cúbico por segundo de metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1835 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P88','P88 - Rhe',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1836 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P89','P89 - Libra por metro cúbico de pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1837 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P9','P9 - Nueve paquetes',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1838 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P90','P90 - Libra-fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1839 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P91','P91 - Permanente (0°c)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1840 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P92','P92 - Permanente (23°c)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1841 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P93','P93 - Byte por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1842 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P94','P94 - Kilobyte por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1843 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P95','P95 - Megabite por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1844 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P96','P96 - Recíproco de la unidad si deriva voltio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1845 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P97','P97 - Reciprocidad de Radian',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1846 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P98','P98 - Pascal a la suma de potencia de los números estequimetricos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1847 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('P99','P99 - Mols por metro cúbico a la suma de potencia de los números estequimetricos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1848 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PAL','PAL - Pascal',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1849 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PB','PB - Par de la pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1850 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PD','PD - Almohadilla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1851 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PE','PE - Libra equivalente',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1852 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PFL','PFL - Litro de prueba ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1853 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PGL','PGL - Galón de prueba',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1854 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PI','PI - Tono',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1855 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PLA','PLA - Grado de platón ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1856 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PM','PM - Porcentaje de libra',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1857 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PO','PO - Libra por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1858 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PQ','PQ - Página por pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1859 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PR','PR - Par',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1860 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PS','PS - Libra fuerza por pulgada cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1861 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PT','PT - Pinta (US)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1862 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTD','PTD - Pinta seca (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1863 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTI','PTI - Pint (uk)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1864 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTL','PTL - Pinta líquida (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1865 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PTN','PTN - Parte',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1866 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PV','PV - Media pinta (US)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1867 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PW','PW - Libra por pulgada de ancho',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1868 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PY','PY - Pico seco (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1869 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('PZ','PZ - Peck dry (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1870 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q10','Q10 - Joule por tesla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1871 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q11','Q11 - Erlang',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1872 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q12','Q12 - Octeto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1873 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q13','Q13 - Octeto por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1874 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q14','Q14 - Shannon',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1875 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q15','Q15 - Hartley',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1876 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q16','Q16 - Unidad natural de información ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1877 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q17','Q17 - Shannon por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1878 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q18','Q18 - Hartley por segundo ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1879 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q19','Q19 - Unidad natural de información por segundo ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1880 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q20','Q20 - Segundo por kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1881 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q21','Q21 - Watt metro cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1882 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q22','Q22 - Segundo por metro cúbicos de radianes ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1883 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q23','Q23 - Weber a la potencia menos uno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1884 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q24','Q24 - Reciprocidad de Pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1885 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q25','Q25 - Dioptría',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1886 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q26','Q26 - Uno por uno',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1887 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q27','Q27 - Newtons metros por metro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1888 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q28','Q28 - Kilogramo por metro cuadrado pascal segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1889 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q29','Q29 - Microgramo por hectogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1890 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q3','Q3 - Comida',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1891 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q30','Q30 - Ph (potencial de hidrogeno)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1892 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q31','Q31 - Kilojoule por gramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1893 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q32','Q32 - Femtolitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1894 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q33','Q33 - Picolitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1895 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q34','Q34 - Nanolitro',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1896 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q35','Q35 - Megawatts por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1897 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q36','Q36 - Metro cuadrado por metro cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1898 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q37','Q37 - Metro cúbico estándar por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1899 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q38','Q38 - Metro cúbico estándar por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1900 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q39','Q39 - Metro cúbico normalizado por día',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1901 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q40','Q40 - Metro cúbico normalizado por hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1902 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q41','Q41 - Joule por metro cúbico normalizado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1903 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Q42','Q42 - Joule por metro cúbico estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1904 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QA','QA - Página-fascimil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1905 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QAN','QAN - Cuarto (de un año)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1906 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QB','QB - Página, copia impresa',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1907 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QD','QD - Cuarta docena',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1908 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QH','QH - Un cuarto de hora',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1909 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QK','QK - Cuarto de kilogramo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1910 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QR','QR - Mano de papel',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1911 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QT','QT - Cuarto (EUA)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1912 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTD','QTD - Cuarto seco (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1913 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTI','QTI - Cuarto (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1914 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTL','QTL - Cuarto de líquido (estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1915 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('QTR','QTR - Cuarto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1916 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('R1','R1 - Pica',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1917 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('R9','R9 - Mil metros cúbicos ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1918 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RH','RH - Hora de funcionamiento',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1919 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RK','RK - Medida métrica de rollo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1920 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RM','RM - Resma',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1921 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RN','RN - Medida métrica de Hojas (resma)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1922 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ROM','ROM - Habitación',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1923 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RP','RP - Libra por resma',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1924 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RPM','RPM - Revoluciones por minuto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1925 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RPS','RPS - Revoluciones por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1926 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RS','RS - Reiniciar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1927 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RT','RT - Milla de toneladas de ingresos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1928 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('RU','RU - correr',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1929 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S3','S3 - Pie cuadrado por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1930 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S4','S4 - Metro cuadrado por segundo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1931 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S5','S5 - Sesenta cuartos de pulgada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1932 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S6','S6 - Sesión',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1933 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S7','S7 - unidad de almacenamiento',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1934 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('S8','S8 - Unidad de publicidad estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1935 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SAN','SAN - Medio año',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1936 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SCO','SCO - Puntuación',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1937 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SCR','SCR - Escrúpulo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1938 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SD','SD - Libra sólida',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1939 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SE','SE - Sección',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1940 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SEC','SEC - Segundo [unidad de tiempo]',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1941 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SET','SET - Conjunto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1942 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SG','SG - Segmento ',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1943 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SHT','SHT - Tonelada de envíos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1944 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SIE','SIE - Siemens',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1945 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SK','SK - Camión cisterna con división',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1946 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SM3','SM3 - Metro cúbico estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1947 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SMI','SMI - Milla (milla estatal)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1948 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SN','SN - Barra cuadrada',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1949 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SQ','SQ - Cuadrado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1950 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SQR','SQR - Cuadrado y techado',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1951 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SR','SR - Tira',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1952 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SS','SS - Medida métrica de hoja',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1953 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SST','SST - Estándar corto (7200 partidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1954 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STC','STC - Palo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1955 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STI','STI - Estone (UK)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1956 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STK','STK - Palo, cigarrillo',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1957 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STL','STL - Litro estándar',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1958 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STN','STN - Tonelada (estados unidos) o tonelada corta (UK y estados unidos)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1959 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('STW','STW - Paja',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1960 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SW','SW - Número de madejas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1961 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SX','SX - Envío',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1962 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('SYR','SYR - Jeringuilla',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1963 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T0','T0 - Línea de telecomunicaciones en servicio',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1964 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T1','T1 - Mil libras',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1965 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T3','T3 - Mil pedazos',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1966 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T4','T4 - Bolsa de mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1967 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T5','T5 - Mil envolturas',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1968 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T6','T6 - Mil galones (US)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1969 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T7','T7 - Impresión de mil',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1970 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('T8','T8 - Mil pulgadas lineales',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1971 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TA','TA - Décimo de pie cúbico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1972 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TAB','TAB - Tonelada de registro bruto',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1973 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TAH','TAH - Kiloamperio-hora (milamperio-hora)',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1974 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TAN','TAN - Número de acido total',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1975 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TC','TC - Camión',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1976 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TD','TD - Térmico',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1977 2025-12-05 01:59:09 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TE','TE - Totalizador',1); 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:09 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1978 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TF','TF - Diez yardas cuadradas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1979 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TI','TI - Mil pulgadas cuadradas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1980 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TIC','TIC - Tonelada métrica, incluido el contenedor',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1981 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TIP','TIP - Tonelada métrica, incluido el embalaje interior',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1982 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TJ','TJ - Mil centímetros cuadrados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1983 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TKM','TKM - Tonelada kilometro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1984 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TL','TL - Mil pies (lineal)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1985 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TMS','TMS - Kilogramo de carne importada, menos despojos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1986 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TNE','TNE - Tonelada (tonelada métrica)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1987 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TP','TP - Paquete de diez',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1988 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TPI','TPI - Dientes por pulgada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1989 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TPR','TPR - Decenas de pares',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1990 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TQ','TQ - Mil pies',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1991 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TQD','TQD - Mil metros cúbicos por día ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1992 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TR','TR - Diez pies cuadrados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1993 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TRL','TRL - Trillones (eur)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1994 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Ts','Ts - Mil pies cuadrados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1995 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TSD','TSD - Tonelada de sustancia 90% seca',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1996 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TSH','TSH - Tonelada de vapor por hora',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1997 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TST','TST - Decena de conjuntos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1998 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TT','TT - Mil metros lineales',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1999 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TTS','TTS - Decenas de millar de pegatinas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2000 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Tu','Tu - Contenedor externo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2001 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TV','TV - Mil kilogramos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2002 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('TW','TW - Mil hojas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2003 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('U1','U1 - Tratamiento ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2004 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('U2','U2 - Número de tabletas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2005 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UA','UA - Torr',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2006 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UB','UB - Línea de telecomunicaciones en servicio promedio ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2007 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UC','UC - Puerto de telecomunicaciones ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2008 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UD','UD - Décimo minuto',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2009 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UE','UE - Hora de décimo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2010 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UF','UF - Uso por línea de telecomunicaciones promedio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2011 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UH','UH - Diez mil yardas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2012 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UM','UM - Millón de unidades',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2013 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('UN','UN - Newton metro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2014 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VA','VA - Voltio-amperio por kilogramo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2015 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VLT','VLT - Voltio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2016 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VP','VP - Volumen porcentual ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2017 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('VS','VS - Visita',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2018 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('W2','W2 - Kilo húmedo ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2019 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('W4','W4 - Dos semanas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2020 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WA','WA - Watt por kilogramo ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2021 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WB','WB - Libra húmeda',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2022 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WCD','WCD - Cable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2023 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WE','WE - Tonelada húmeda ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2024 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WEB','WEB - Weber',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2025 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WEE','WEE - Semana',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2026 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WG','WG - Galón de vino',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2027 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WH','WH - Rueda',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2028 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WHR','WHR - Watt hora',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2029 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WI','WI - Peso por pulgada cuadrada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2030 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WM','WM - Mes de trabajo ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2031 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WR','WR - Envolver',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2032 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WSD','WSD - Estándar',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2033 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WTT','WTT - Watt',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2034 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('WW','WW - Mililitro de agua',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2035 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1','X1 - Cadena de gunter',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2036 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1A','X1A - Tambor de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2037 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1B','X1B - Tambor de aluminio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2038 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1D','X1D - Tambor contrachapado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2039 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1F','X1F - Contenedor flexible',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2040 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1G','X1G - Tambor de fibra',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2041 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X1w','X1w - Tambor de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2042 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X2C','X2C - Barril de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2043 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X3A','X3A - Bidón de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2044 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X3H','X3H - Bidón de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2045 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X43','X43 - Bolsa de gran tamaño',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2046 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X44','X44 - Bolsa de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2047 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4A','X4A - Caja de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2048 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4B','X4B - Caja de aluminio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2049 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4C','X4C - Caja de madera natural',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2050 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4D','X4D - Caja de contrachapado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2051 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4F','X4F - Caja de madera reconstituida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2052 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4G','X4G - Caja de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2053 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X4H','X4H - Caja de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2054 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X5H','X5H - Bolsa de plástico tejido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2055 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X5L','X5L - Bolsa textil',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2056 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X5M','X5M - Bolsa de papel',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2057 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X6H','X6H - Recipiente de plástico, Contenedor compuesto.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2058 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X6P','X6P - Recipiente de vidrio, Contenedor compuesto.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2059 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X7A','X7A - Estuche para carro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2060 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X7B','X7B - Estuche de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2061 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X8A','X8A - Pallet de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2062 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X8B','X8B - Cajón de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2063 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('X8C','X8C - Madera flejada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2064 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAA','XAA - Contenedor intermedio para gráneles de plástico rígido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2065 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAB','XAB - Contenedor de fibra',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2066 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAC','XAC - Contenedor de papel',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2067 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAD','XAD - Contenedor de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2068 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAE','XAE - Aerosol',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2069 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAF','XAF - Pallet modular con collares, 80cms * 60cms',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2070 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAG','XAG - Pallet o empaquetado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2071 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAH','XAH - Pallet, 100cms X 110cms',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2072 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAI','XAI - Contenedor tipo concha',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2073 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAJ','XAJ - Cono',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2074 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAL','XAL - Esfera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2075 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAM','XAM - Ampolleta no protegida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2076 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAP','XAP - Ampolleta protegida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2077 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAT','XAT - Atomizador',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2078 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XAV','XAV - Cápsula',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2079 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XB4','XB4 - Cinturón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2080 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBA','XBA - Barril',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2081 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBB','XBB - Bobina',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2082 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBC','XBC - Cajón para botellas / Estante para botellas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2083 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBD','XBD - Tablero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2084 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBE','XBE - Flejado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2085 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBF','XBF - Globo no protegido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2086 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBG','XBG - Bolso',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2087 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBH','XBH - Manojo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2088 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBI','XBI - Compartimiento',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2089 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBJ','XBJ - Cubeta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2090 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBK','XBK - Cesta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2091 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBL','XBL - Paca comprimida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2092 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBM','XBM - Cuenco',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2093 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBN','XBN - Paca no comprimida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2094 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBO','XBO - Botella no-protegida y cilíndrica',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2095 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBP','XBP - Globo protegido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2096 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBQ','XBQ - Botella cilíndrica protegida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2097 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBR','XBR - Barra',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2098 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBS','XBS - Botella, no-protegida en forma de bulbo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2099 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBT','XBT - Rollo de tela',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2100 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBU','XBU - Butt',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2101 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBV','XBV - Botella de bulbo protegido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2102 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBW','XBW - Caja para líquidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2103 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBX','XBX - Caja',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2104 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBY','XBY - Tablero, con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2105 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XBZ','XBZ - Barras, con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2106 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCA','XCA - Lata rectangular',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2107 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCB','XCB - Cajón para cerveza',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2108 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCC','XCC - Mantequera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2109 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCD','XCD - Lata con mango y boquilla',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2110 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCE','XCE - Cesto tejido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2111 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCF','XCF - Cofre',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2112 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCG','XCG - Contenedor tipo Jaula',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2113 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCH','XCH - Cajonera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2114 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCI','XCI - Frasco',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2115 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCJ','XCJ - Ataúd',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2116 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCK','XCK - Barrica',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2117 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCL','XCL - Espiral',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2118 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCM','XCM - Paquete de tarjetas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2119 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCN','XCN - Contenedor, no especificado como equipo de transporte',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2120 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCO','XCO - Garrafón no protegido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2121 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCP','XCP - Garrafón protegido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2122 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCQ','XCQ - Cartucho',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2123 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCR','XCR - Cajón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2124 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCS','XCS - Estuche',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2125 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCT','XCT - Cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2126 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCU','XCU - Vaso',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2127 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCV','XCV - Cubierta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2128 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCW','XCW - Jaula estilo rodillo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2129 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCX','XCX - Lata cilíndrica',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2130 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCY','XCY - Cilindro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2131 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XCZ','XCZ - Lona',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2132 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDA','XDA - Cajón multicapa de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2133 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDB','XDB - Cajón de varias capas de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2134 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDC','XDC - Cajón multicapa de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2135 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDG','XDG - Jaula, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP))',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2136 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDH','XDH - Caja, Según la clasificación de la compañía (CHEP), Eurobox',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2137 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDI','XDI - Tambor de hierro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2138 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDJ','XDJ - damajuana o garrafa, no protegido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2139 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDK','XDK - Cajón a granel, cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2140 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDL','XDL - Cajas de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2141 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDM','XDM - Cajones a granel de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2142 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDN','XDN - Dispensador',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2143 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDP','XDP - damajuana o garrafa, protegido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2144 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDR','XDR - Tambor',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2145 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDS','XDS - Bandeja de una capa sin cubierta y de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2146 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDT','XDT - Bandeja de una capa sin cubierta y de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2147 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDU','XDU - Bandeja de una capa sin cubierta y poliestireno',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2148 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDV','XDV - Bandeja de una capa sin cubierta y de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2149 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDW','XDW - Bandeja de dos capas sin tapa y con bandeja de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2150 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDX','XDX - Bandeja de dos capas sin cubierta y de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2151 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XDY','XDY - Bandeja de dos capas sin cubierta y de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2152 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEC','XEC - Bolsa de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2153 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XED','XED - Estuche, con pallet de base',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2154 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEE','XEE - Estuche, con pallet base de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2155 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEF','XEF - Estuche, con pallet base de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2156 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEG','XEG - Estuche, con pallet base de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2157 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEH','XEH - Estuche, con pallet base de metal',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2158 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEI','XEI - Estuche isotérmico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2159 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XEN','XEN - Sobre',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2160 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFB','XFB - Bolsa flexible',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2161 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFC','XFC - Cajón para fruta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2162 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFD','XFD - Cajón enmarcado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2163 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFE','XFE - Tanque flexible',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2164 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFI','XFI - Firkin',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2165 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFL','XFL - Matraz',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2166 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFO','XFO - Cajón para zapatos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2167 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFP','XFP - Caja auxiliar para película fotográfica',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2168 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFR','XFR - Marco',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2169 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFT','XFT - Contenedor para alimentos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2170 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFW','XFW - Carro de cama plana',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2171 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XFX','XFX - Bolsa flexible tipo contenedor',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2172 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGB','XGB - Botella para gas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2173 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGI','XGI - Viga',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2174 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGL','XGL - Contenedor tipo galón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2175 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGR','XGR - Recipiente de vidrio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2176 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGU','XGU - Bandeja contenedor para apilar horizontalmente objetos planos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2177 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGY','XGY - Costal de Yute',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2178 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XGZ','XGZ - Vigas con correas o agrupadas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2179 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHA','XHA - Cesta con mango y de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2180 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHB','XHB - Cesta con mango y de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2181 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHC','XHC - Cesta con asa y de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2182 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHG','XHG - Hogshead',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2183 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHN','XHN - Gancho',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2184 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XHR','XHR - Cesto',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2185 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIA','XIA - Paquete con pantalla y de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2186 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIB','XIB - Paquete con pantalla y de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2187 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIC','XIC - Paquete con pantalla y de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2188 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XID','XID - Paquete con pantalla y de metal',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2189 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIE','XIE - Paquete de mostrador.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2190 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIF','XIF - Envase para alimentos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2191 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIG','XIG - Paquete envuelto en papel',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2192 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIH','XIH - Tambor de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2193 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIK','XIK - Paquete de cartón con los agujeros para botellas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2194 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIL','XIL - Bandeja rígida con tapa y apilable (CEN TS 14482: 2002)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2195 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIN','XIN - Lingote',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2196 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XIZ','XIZ - Lingotes con correas/ agrupados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2197 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJB','XJB - Bolsa jumbo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2198 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJC','XJC - Bidón rectangular',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2199 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJG','XJG - Jarra',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2200 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJR','XJR - Tarro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2201 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJT','XJT - Bolsa de yute',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2202 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XJY','XJY - Bidón, cilíndrico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2203 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XKG','XKG - Barrilete',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2204 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XKI','XKI - Kit (Conjunto de piezas)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2205 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLE','XLE - Valijas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2206 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLG','XLG - Bitácora',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2207 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLT','XLT - Lote',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2208 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLU','XLU - Caja de arrastre',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2209 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLV','XLV - Contenedor pequeño',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2210 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XLZ','XLZ - Registros con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2211 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMA','XMA - Cajón metálico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2212 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMB','XMB - Múltiplo de bolsas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2213 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMC','XMC - Cajón para leche',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2214 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XME','XME - Contenedor de metal',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2215 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMR','XMR - Recipiente de metal',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2216 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMS','XMS - Saco milti-pared',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2217 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMT','XMT - Tapete',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2218 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMW','XMW - Contenedor envuelto en plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2219 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XMX','XMX - Caja pequeña de cerillos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2220 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNA','XNA - No disponible',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2221 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNE','XNE - Sin empaque o no empaquetado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2222 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNF','XNF - Sin empaque o no empaquetado, unidad simple',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2223 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNG','XNG - Sin empaque o no empaquetado, unidades múltiples',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2224 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNS','XNS - Caja nido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2225 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNT','XNT - Red',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2226 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNU','XNU - Red de plástico con tubo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2227 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XNV','XNV - Red textil con tubo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2228 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOA','XOA - Pallet, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP) 40 cm x 60 cm',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2229 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOB','XOB - Pallet, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP) 80 cm x 120 cm',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2230 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOC','XOC - Pallet, Según la clasificación de la compañía (Commonwealth Handling Equipment Pool (CHEP) 100 cm x 120 cm',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2231 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOD','XOD - Pallet, AS 4068-1993',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2232 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOE','XOE - Pallet, ISO T11',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2233 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOF','XOF - Plataforma, peso o dimensión no especificada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2234 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOK','XOK - Bloque',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2235 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XOT','XOT - Octabin',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2236 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XP2','XP2 - Charola',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2237 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPA','XPA - Cajetilla',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2238 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPB','XPB - Pallet, Caja combinada y abierta con caja y pallet.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2239 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPC','XPC - Paquete postal',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2240 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPD','XPD - Pallet modular con collares (80cms * 100cms)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2241 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPE','XPE - Pallet modular con collares (80cms * 120cms)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2242 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPF','XPF - Corral',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2243 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPG','XPG - Placa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2244 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPH','XPH - Cantaro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2245 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPI','XPI - Pleca',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2246 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPJ','XPJ - Canastilla',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2247 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPK','XPK - Paquete',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2248 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPL','XPL - Balde',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2249 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPN','XPN - Tablón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2250 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPO','XPO - Bolsa pequeña',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2251 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPR','XPR - Contenedor de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2252 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPT','XPT - Maceta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2253 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPU','XPU - Cacerola',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2254 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPV','XPV - Tubos, con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2255 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPX','XPX - Pallet',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2256 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPY','XPY - Placas con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2257 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XPZ','XPZ - Tablones con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2258 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQA','XQA - Tambor de acero con cabeza no desmontable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2259 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQB','XQB - Tambor de acero con cabeza extraíble',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2260 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQC','XQC - Tambor de aluminio con cabeza no extraíble',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2261 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQD','XQD - Tambor de aluminio con cabeza extraíble',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2262 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQF','XQF - Tambor, plástico con cabeza no desmontable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2263 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQG','XQG - Tambor, plástico, cabeza extraíble',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2264 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQH','XQH - Barril de madera con tapón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2265 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQJ','XQJ - Barril de madera con cabeza desprendible',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2266 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQK','XQK - Bidón de acero con cabeza no desmontable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2267 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQL','XQL - Bidón de acero con cabeza desmontable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2268 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQM','XQM - Bidón de plástico con cabeza no desmontable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2269 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQN','XQN - Bidón de plástico con cabeza extraíble',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2270 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQP','XQP - Caja de madera natural estándar',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2271 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQQ','XQQ - Caja de madera natural con muros a prueba de filtraciones',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2272 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQR','XQR - Caja de plástico expandida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2273 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XQS','XQS - Caja de plástico sólida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2274 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRD','XRD - Rod',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2275 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRG','XRG - Anillo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2276 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRJ','XRJ - Estante, Perchero para ropa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2277 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRK','XRK - Estante',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2278 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRL','XRL - Carrete',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2279 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRO','XRO - Rollo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2280 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRT','XRT - Red Roja',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2281 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XRZ','XRZ - Varillas con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2282 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSA','XSA - Saco',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2283 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSB','XSB - Losa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2284 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSC','XSC - Cajón poco profundo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2285 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSD','XSD - Huso',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2286 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSE','XSE - Baúl',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2287 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSH','XSH - Bolsa pequeña hermética',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2288 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSI','XSI - Patín',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2289 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSK','XSK - Carcasa esqueleto',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2290 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSL','XSL - Hoja de deslizamiento',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2291 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSM','XSM - Hoja de metal',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2292 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSO','XSO - Carrete pequeño',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2293 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSP','XSP - Hoja de empaque de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2294 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSS','XSS - Cajón de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2295 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSU','XSU - Maleta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2296 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSV','XSV - Sobre de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2297 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSW','XSW - Envoltorio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2298 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSY','XSY - Manga',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2299 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XSZ','XSZ - Hojas con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2300 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XT1','XT1 - Tableta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2301 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTB','XTB - Tina',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2302 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTC','XTC - Caja para té',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2303 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTD','XTD - Tubo plegable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2304 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTG','XTG - Contenedor de tanque genérico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2305 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTI','XTI - Tierce',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2306 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTK','XTK - Tanque rectangular',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2307 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTL','XTL - Tina con tapa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2308 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTN','XTN - Hojalata',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2309 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTO','XTO - Tonel',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2310 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTR','XTR - Maletero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2311 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTS','XTS - Estructura',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2312 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTT','XTT - Bolsa de mano',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2313 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTU','XTU - Tubo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2314 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTV','XTV - Tubo con boquilla',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2315 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTW','XTW - Pallet tricapa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2316 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTY','XTY - Tanque cilíndrico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2317 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XTZ','XTZ - Tubos con fleje/ agrupados/ armados',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2318 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XUC','XUC - Sin empaque',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2319 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XUN','XUN - Unidad',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2320 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVA','XVA - Tanque',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2321 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVG','XVG - Tanque de gas (a 1,031 mbar y 15° C)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2322 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVI','XVI - Frasco pequeño',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2323 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVK','XVK - Paquete transportable',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2324 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVL','XVL - Contenedor para líquidos a granel',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2325 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVN','XVN - Vehículo',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2326 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVO','XVO - Contenedor para sólido de partículas grandes a granel ("nódulos")',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2327 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVP','XVP - Envasado al vacío',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2328 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVQ','XVQ - Tanque para Gas licuado (a temperatura / presión anormal)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2329 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVR','XVR - Contenedor para sólidos de partículas granulares a granel (Granos)',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2330 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVS','XVS - Contenedor de chatarra a granel',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2331 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XVY','XVY - Contenedor para sólido de partículas finas a granel ("polvos")',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2332 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWA','XWA - Contenedor de granel intermedio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2333 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWB','XWB - Botella de mimbre',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2334 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWC','XWC - Contenedor intermedio para gráneles y de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2335 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWD','XWD - Contenedor intermedio para gráneles y de aluminio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2336 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWF','XWF - Contenedor intermedio para gráneles y de metal',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2337 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWG','XWG - Contenedor intermedio para gráneles y de acero presurizado menor a 10 kpa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2338 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWH','XWH - Contenedor intermedio para gráneles y de aluminio, presurizado menor a 10 kpa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2339 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWJ','XWJ - Contenedor intermedio para gráneles y de metal con una presión de 10 kpa',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2340 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWK','XWK - Contenedor intermedio para gráneles y de acero para líquido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2341 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWL','XWL - Contenedor intermedio para gráneles y de aluminio para líquido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2342 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWM','XWM - Contenedor intermedio para gráneles y de metal para líquido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2343 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWN','XWN - Contenedor intermedio para gráneles con tejido plástico sin capa con revestimiento',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2344 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWP','XWP - Contenedor intermedio para gráneles con tejido plástico y recubierto',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2345 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWQ','XWQ - Contenedor intermedio para gráneles con tejido plástico con revestimiento',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2346 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWR','XWR - Contenedor intermedio para gráneles con tejido plástico, revestido y con forro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2347 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWS','XWS - Contenedor intermedio para gráneles con película de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2348 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWT','XWT - Contenedor intermedio para gráneles textil sin capa / forro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2349 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWU','XWU - Contenedor intermedio para gráneles de madera natural con forro interior',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2350 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWV','XWV - Contenedor intermedio para gráneles textil recubierto',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2351 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWW','XWW - Contenedor intermedio para gráneles textil con revestimiento',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2352 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWX','XWX - Contenedor intermedio para gráneles textil recubierto y con forro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2353 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWY','XWY - Contenedor intermedio para gráneles contrachapado con revestimiento interior',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2354 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XWZ','XWZ - Contenedor intermedio para gráneles de madera reconstituida con revestimiento interior',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2355 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXA','XXA - Bolsa de tejido plástico, sin abrigo interior ni forro',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2356 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXB','XXB - Bolsa de tejido plástico a prueba de filtraciones',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2357 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXC','XXC - Bolsa de tejido plástico resistente al agua',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2358 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXD','XXD - Bolsa con película de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2359 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXF','XXF - Bolsa textil sin capa ni forro interior',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2360 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXG','XXG - Bolsa textil a prueba de filtraciones',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2361 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXH','XXH - Bolsa textil resistente al agua',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2362 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXJ','XXJ - Bolsa de papel multi-pared',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2363 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XXK','XXK - Bolsa de papel multi-pared, resistente al agua',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2364 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYA','XYA - Empaque compuesto, recipiente de plástico en tambor de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2365 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYB','XYB - Empaque compuesto, recipiente de plástico en cajas de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2366 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYC','XYC - Empaque compuesto, recipiente de plástico en tambor de aluminio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2367 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYD','XYD - Empaque compuesto, recipiente de plástico en cajón de aluminio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2368 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYF','XYF - Empaque compuesto, recipiente de plástico en caja de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2369 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYG','XYG - Empaque compuesto, recipiente de plástico en tambor de madera contrachapada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2370 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYH','XYH - Empaque compuesto, recipiente de plástico en caja de madera contrachapada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2371 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYJ','XYJ - Empaque compuesto, recipiente de plástico en tambor de fibra',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2372 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYK','XYK - Empaque compuesto, recipiente de plástico en caja de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2373 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYL','XYL - Empaque compuesto, recipiente de plástico en el tambor de plástico',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2374 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYM','XYM - Empaque compuesto, recipiente de plástico en caja de plástico sólido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2375 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYN','XYN - Empaque compuesto, receptáculo de vidrio en tambor de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2376 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYP','XYP - Empaque compuesto, receptáculo de vidrio en caja de cajas de acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2377 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYQ','XYQ - Empaque compuesto, recipiente de vidrio en tambor de aluminio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2378 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYR','XYR - Empaque compuesto, receptáculo de vidrio en caja de aluminio',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2379 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYS','XYS - Empaque compuesto, recipiente de vidrio en caja de madera',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2380 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYT','XYT - Empaque compuesto, recipiente de vidrio en tambor de madera contrachapada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2381 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Xyv','Xyv - Empaque compuesto, recipiente de vidrio en el cesto de mimbre',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2382 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYW','XYW - Empaque compuesto, recipiente de vidrio en tambor de fibra',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2383 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYX','XYX - Empaque compuesto, recipiente de vidrio en caja de cartón',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2384 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYY','XYY - Empaque compuesto, recipiente de vidrio en paquete de plástico expandible',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2385 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XYZ','XYZ - Empaque compuesto, recipiente de vidrio en paquete de plástico sólido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2386 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZA','XZA - Contenedor de granel intermedio, papel, multi-pared',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2387 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZB','XZB - Bolsa grande',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2388 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZC','XZC - Contenedor intermedio para gráneles de papel, multi-pared y resistente al agua',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2389 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZD','XZD - Contenedor intermedio para gráneles de plástico rígido, con equipo estructural para sólidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2390 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZF','XZF - Contenedor intermedio para gráneles de plástico rígido, autoportante para sólidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2391 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZG','XZG - Contenedor intermedio para gráneles de plástico rígido, con equipo estructural, presurizado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2392 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZH','XZH - Contenedor intermedio para gráneles de plástico rígido, autoportante y presurizado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2393 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZJ','XZJ - Contenedor intermedio para gráneles de plástico rígido, con equipo estructural para líquidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2394 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZK','XZK - Contenedor intermedio para gráneles de plástico rígido, autoportante, líquidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2395 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZL','XZL - Contenedor intermedio para gráneles, compuesto y de plástico rígido, sólidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2396 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZM','XZM - Contenedor intermedio para gráneles, compuesto y de plástico flexible, sólidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2397 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZN','XZN - Contenedor intermedio para gráneles, compuesto y de plástico rígido, presurizado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2398 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZP','XZP - Contenedor intermedio para gráneles, compuesto y de plástico flexible, presurizado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2399 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZQ','XZQ - Contenedor intermedio para gráneles, compuesto y de plástico rígido, líquidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2400 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZR','XZR - Contenedor intermedio para gráneles, compuesto y de plástico flexible para líquidos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2401 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZS','XZS - Contenedor intermedio para gráneles, compuesto',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2402 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZT','XZT - Contenedor intermedio para gráneles con tablero de fibras',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2403 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZU','XZU - Contenedor intermedio para gráneles flexible',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2404 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZV','XZV - Contenedor intermedio para gráneles de metal, distinto del acero',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2405 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZW','XZW - Contenedor intermedio para gráneles, de madera natural',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2406 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZX','XZX - Contenedor intermedio para gráneles, de contrachapado',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2407 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('XZY','XZY - Contenedor intermedio para gráneles, de madera reconstituida',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2408 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YDK','YDK - Yarda cuadrada',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2409 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YDQ','YDQ - Yarda cúbica',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2410 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YL','YL - Cien yardas lineales',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2411 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YRD','YRD - Yarda',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2412 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('YT','YT - Diez yardas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2413 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z1','Z1 - Furgoneta',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2414 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z11','Z11 - Contenedor colgante ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2415 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z5','Z5 - Arrastre',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2416 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z6','Z6 - Punto de conferencia',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2417 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('Z8','Z8 - Página de noticias',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2418 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ZP','ZP - Páginas',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2419 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('ZZ','ZZ - Mutuamente definido',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_umed" does not exist LINE 1: INSERT INTO llx_c_cfdixml_umed (code,label,active) VALUES ('... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_c_cfdixml_usocfdi.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=TRUNCATE TABLE llx_c_cfdixml_usocfdi; 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LOCATION: RangeVarGetRelidExtended, namespace.c:432 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('G02','Devoluciones, descuentos o bonificaciones.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('G03','Gastos en general.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 4 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I01','Construcciones.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 5 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('G01','Adquisición de mercancías',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 6 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I02','Mobiliario y equipo de oficina por inversiones.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 7 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I03','Equipo de transporte.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 8 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I04','Equipo de computo y accesorios.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 9 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I05','Dados, troqueles, moldes, matrices y herramental.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 10 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I06','Comunicaciones telefónicas.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 11 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I07','Comunicaciones satelitales.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 12 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('I08','Otra maquinaria y equipo.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 13 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D01','Honorarios médicos, dentales y gastos hospitalarios.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 14 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D02','Gastos médicos por incapacidad o discapacidad.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 15 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D03','Gastos funerales.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 16 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D04','Donativos.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 17 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D05','Intereses reales efectivamente pagados por créditos hipotecarios (casa habitación).',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 18 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D06','Aportaciones voluntarias al SAR.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 19 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D07','Primas por seguros de gastos médicos.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 20 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D08','Gastos de transportación escolar obligatoria.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 21 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D09','Depósitos en cuentas para el ahorro, primas que tengan como base planes de pensiones.',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 22 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('D10','Pagos por servicios educativos (colegiaturas).',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 23 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('S01','Sin efectos fiscales. ',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 24 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('CP01','Pagos',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 25 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES ('CN01','Nómina',1); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42P01: relation "llx_c_cfdixml_usocfdi" does not exist LINE 1: INSERT INTO llx_c_cfdixml_usocfdi (code,label,active) VALUES... ^ LOCATION: parserOpenTable, parse_relation.c:1373 (DB_ERROR_NOSUCHTABLE) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql run sql file //var/www/html/dolibarr/htdocs/custom/cfdixml/sql/data_llx_cfdixml_addenda.sql silent=1 entity=0 usesavepoint=1 handler= okerror=default 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SHOW server_version 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'type_addenda', 'Tipo de Addenda', 'select', 10, '', 'societe', 0, 0, '', 'a:1:{s:7:"options";a:1:{s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}', 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at end of input LINE 1: ...s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}', ^ LOCATION: scanner_yyerror, scan.l:1168 (DB_ERROR_SYNTAX) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 1 Error DB_ERROR_SYNTAX INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'type_addenda', 'Tipo de Addenda', 'select', 10, '', 'societe', 0, 0, '', 'a:1:{s:7:"options";a:1:{s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}',
ERROR: 42601: syntax error at end of input LINE 1: ...s:46:"cfdixml_addenda:addenda:rowid::(fk_status:=:1)";N;}}', ^ LOCATION: scanner_yyerror, scan.l:1168 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=1, '', '1', 'Seleccione el tipo de addenda para este tercero', '', 1, 'cfdixml@cfdixml', '1', 0, 0 ); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at or near "1" LINE 1: 1, '', '1', 'Seleccione el tipo de addenda para este tercero... ^ LOCATION: scanner_yyerror, scan.l:1176 (DB_ERROR_SYNTAX) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 2 Error DB_ERROR_SYNTAX 1, '', '1', 'Seleccione el tipo de addenda para este tercero', '', 1, 'cfdixml@cfdixml', '1', 0, 0 );
ERROR: 42601: syntax error at or near "1" LINE 1: 1, '', '1', 'Seleccione el tipo de addenda para este tercero... ^ LOCATION: scanner_yyerror, scan.l:1176 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'soriana_tienda_addenda', 'Tienda Soriana', 'varchar', 10, '50', 'socpeople', 0, 0, '', '', 1, '', '1', 'Número de tienda Soriana asociada al contacto', '', 1, 'cfdixml@cfdixml', '1', 0, 0 -- No imprimible ); 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42601: syntax error at end of input LINE 1: ... -- No imprimible ); ^ LOCATION: scanner_yyerror, scan.l:1168 (DB_ERROR_SYNTAX) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 1 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 Admin.lib::run_sql Request 3 Error DB_ERROR_SYNTAX INSERT INTO llx_cfdixml_addenda_extrafields ( fk_addenda, attrname, label, type, pos, size, elementtype, unique_field, required, default_value, param, alwayseditable, perms, list, help, computed, entity, langfile, enabled, totalizable, printable ) VALUES ( (SELECT rowid FROM llx_cfdixml_addenda WHERE addenda = 'Soriana'), 'soriana_tienda_addenda', 'Tienda Soriana', 'varchar', 10, '50', 'socpeople', 0, 0, '', '', 1, '', '1', 'Número de tienda Soriana asociada al contacto', '', 1, 'cfdixml@cfdixml', '1', 0, 0 -- No imprimible );
ERROR: 42601: syntax error at end of input LINE 1: ... -- No imprimible ); ^ LOCATION: scanner_yyerror, scan.l:1168 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_product_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_product_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_umed" of relation "llx_product_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_umed', 'Unidad de Medida', 'sellist', 1, '', 1, 'product', 0, 1, 'a:1:{s:7:"options";a:1:{s:37:"c_cfdixml_umed:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_umed, 1, product) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facturedet_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facturedet_extrafields ADD cfdixml_umed varchar(255) NOT NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_umed" of relation "llx_facturedet_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_umed', 'Unidad de Medida', 'sellist', 1, '', 1, 'facturedet', 0, 1, 'a:1:{s:7:"options";a:1:{s:37:"c_cfdixml_umed:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_umed, 1, facturedet) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_product_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_product_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_claveprodserv" of relation "llx_product_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_claveprodserv', 'Clave de producto servicio', 'sellist', 1, '', 1, 'product', 0, 1, 'a:1:{s:7:"options";a:1:{s:48:"c_cfdixml_claveprodserv:label:code::(active:=:1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_claveprodserv, 1, product) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facturedet_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facturedet_extrafields ADD cfdixml_claveprodserv varchar(255) NOT NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_claveprodserv" of relation "llx_facturedet_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_claveprodserv', 'Clave de producto servicio', 'sellist', 1, '', 1, 'facturedet', 0, 1, 'a:1:{s:7:"options";a:1:{s:48:"c_cfdixml_claveprodserv:label:code::(active:=:1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_claveprodserv, 1, facturedet) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_product_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_product_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_objetoimp" of relation "llx_product_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_objetoimp', 'Objeto de Impuesto', 'sellist', 1, '', 1, 'product', 0, 1, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_objetoimp:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_objetoimp, 1, product) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facturedet_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facturedet_extrafields ADD cfdixml_objetoimp varchar(255) NOT NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_objetoimp" of relation "llx_facturedet_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_objetoimp', 'Objeto de Impuesto', 'sellist', 1, '', 1, 'facturedet', 0, 1, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_objetoimp:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '1', '0', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_objetoimp, 1, facturedet) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_control" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_control', 'control timbrado', 'varchar', 1, '32', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '0', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_control, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_usocfdi" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_usocfdi', 'Uso del CFDI', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_usocfdi:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_usocfdi, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_metodopago varchar(255) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_metodopago varchar(255) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_metodopago" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_metodopago', 'Metodo de pago', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:43:"c_cfdixml_metodopago:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_metodopago, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_doctorel varchar(255) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_doctorel varchar(255) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_doctorel" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_doctorel', 'Documento Relacionado', 'chkbxlst', 108, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:35:"facture:ref:rowid::(fk_statut!=0)";N;}}', 1, null, 'cfdixml@cfdixml', '-1', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_doctorel, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_tiporelacion varchar(255) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_tiporelacion varchar(255) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_tiporelacion" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_tiporelacion', 'Tipo de relación', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:45:"c_cfdixml_tiporelacion:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_tiporelacion, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_exportacion varchar(255) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_exportacion varchar(255) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_exportacion" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_exportacion', 'Exportación', 'sellist', 1, '', 1, 'facture', 0, 0, 'a:1:{s:7:"options";a:1:{s:44:"c_cfdixml_exportacion:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_exportacion, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_uuid" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_UUID', 'UUID', 'varchar', 1, '50', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_UUID, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_fechatimbrado" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechatimbrado', 'Fecha de Timbrado', 'varchar', 1, '32', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_fechatimbrado, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_certsat" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certsat', 'Certificado Sat', 'varchar', 1, '50', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_certsat, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_sellosat" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellosat', 'Sello Sat', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_sellosat, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_certcfd" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certcfd', 'Certificado CFD', 'varchar', 1, '50', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_certcfd, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_sellocfd" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellocfd', 'Sello CFD', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_sellocfd, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_cadenaorig" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_cadenaorig', 'Cadena Original', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_cadenaorig, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_xml" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml', 'XML', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_xml, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_fechacancelacion" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechacancelacion', 'Fecha de Cancelacion', 'varchar', 0, '32', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_fechacancelacion, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_codigocancelacion" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_codigocancelacion', 'Codigo de Cancelacion', 'varchar', 0, '32', 1, 'facture', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_codigocancelacion, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_facture_extrafields ADD cfdixml_xml_cancel text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_facture_extrafields ADD cfdixml_xml_cancel text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_xml_cancel" of relation "llx_facture_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml_cancel', 'Comprobante Cancelacion', 'text', 1, '', 1, 'facture', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_xml_cancel, 1, facture) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_control varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_control" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_control', 'control timbrado', 'varchar', 1, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '-1', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_control, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_usocfdi varchar(255) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_usocfdi" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_usocfdi', 'Uso del CFDI', 'sellist', 1, '', 1, 'paiement', 0, 0, 'a:1:{s:7:"options";a:1:{s:42:"c_cfdixml_usocfdi:label:code::(active=1)";N;}}', 1, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_usocfdi, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_UUID varchar(50) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_uuid" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_UUID', 'UUID', 'varchar', 1, '50', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_UUID, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechatimbrado varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_fechatimbrado" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechatimbrado', 'Fecha de Timbrado', 'varchar', 0, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_fechatimbrado, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_certsat varchar(50) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_certsat" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certsat', 'Certificado Sat', 'varchar', 1, '50', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_certsat, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellosat text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_sellosat" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellosat', 'Sello Sat', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_sellosat, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_certcfd varchar(50) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_certcfd" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_certcfd', 'Certificado CFD', 'varchar', 1, '50', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_certcfd, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_sellocfd text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_sellocfd" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_sellocfd', 'Sello CFD', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_sellocfd, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_cadenaorig text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_cadenaorig" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_cadenaorig', 'Cadena Original', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_cadenaorig, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_xml" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml', 'XML', 'text', 1, '', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_xml, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_fechacancelacion varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_fechacancelacion" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_fechacancelacion', 'Fecha de Cancelacion', 'varchar', 0, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_fechacancelacion, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_codigocancelacion varchar(32) NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_codigocancelacion" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_codigocancelacion', 'Codigo de Cancelacion', 'varchar', 0, '32', 1, 'paiement', 0, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_codigocancelacion, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml_cancelacion text NULL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=ALTER TABLE llx_paiement_extrafields ADD cfdixml_xml_cancelacion text NULL 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 42701: column "cfdixml_xml_cancelacion" of relation "llx_paiement_extrafields" already exists LOCATION: check_for_column_name_collision, tablecmds.c:6847 (DB_ERROR_COLUMN_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_extrafields( name, label, type, pos, size, entity, elementtype, fieldunique, fieldrequired, param, alwayseditable, perms, langs, list, printable, fielddefault, fieldcomputed, fk_user_author, fk_user_modif, datec, enabled, help, totalizable, css, csslist, cssview ) VALUES('cfdixml_xml_cancelacion', 'Comprobante Cancelacion', 'text', 1, '', 1, 'paiement', 1, 0, '', 0, null, 'cfdixml@cfdixml', '2', '1', null, null, 1, 1,'2025-12-05 01:59:10', '$conf->cfdixml->enabled', null, FALSE, null, null, null) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error message: ERROR: 23505: duplicate key value violates unique constraint "uk_extrafields_name" DETAIL: Key (name, entity, elementtype)=(cfdixml_xml_cancelacion, 1, paiement) already exists. SCHEMA NAME: public TABLE NAME: llx_extrafields CONSTRAINT NAME: uk_extrafields_name LOCATION: _bt_check_unique, nbtinsert.c:649 (DB_ERROR_RECORD_ALREADY_EXISTS) 2025-12-05 01:59:10 ERR 189.216.170.87 365205 48 DoliDBPgsql::query SQL Error usesavepoint = 0 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 ExtraFields::create_label_error 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::_unactive 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_CFDIXML' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::delete_tabs 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name like 'MAIN_MODULE_CFDIXML_TABS_%' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::delete_module_parts 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_TRIGGERS' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_LOGIN' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_SUBSTITUTIONS' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MENUS' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_TPL' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_BARCODE' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MODELS' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_PRINTING' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_THEME' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_CSS' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_JS' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_HOOKS' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_MODULEFOREXTERNAL' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_ICON' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::delete_const 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'CFDIXML_XSLT_PATH' AND entity in (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::delete_cronjobs 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_cronjob WHERE module_name = 'cfdixml' AND entity = 1 AND test = '1' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::delete_permissions 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_rights_def WHERE (module = 'cfdixml' OR module_origin = 'cfdixml') AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::delete_menus 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_menu WHERE module = 'cfdixml' AND menu_handler = 'all' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::delete_dirs 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name ILIKE 'MAIN_MODULE_CFDIXML_DIR_%' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::_active delete activation constant 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_CFDIXML' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::_active insert activation constant 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, value, visible, entity, note) VALUES ('MAIN_MODULE_CFDIXML', '1', 0, 1, '{"authorid":"1","ip":"189.216.170.87","lastactivationversion":"2.0.11"}') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_tabs 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ('MAIN_MODULE_CFDIXML_TABS_0', 'chaine', 'payment:+pagocfdi:PagoCFDI:mylangfile@cfdixml:TRUE:/custom/cfdixml/payments.php?id=__ID__', null, '0', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_TRIGGERS 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_TRIGGERS', 'chaine', '1', null, '0', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_TPL 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_TPL', 'chaine', '1', null, '0', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_MODELS 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_MODELS', 'chaine', '1', null, '0', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_HOOKS 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_HOOKS', 'chaine', '["productcard","invoicecard","invoicelist","orderlist","paiementcard","paymentcard","paymentsupplierlist","formmail","createFrom","cfdixmlpaymentcard"]', null, '0', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_module_parts for key=MAIN_MODULE_CFDIXML_ICON 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ( 'MAIN_MODULE_CFDIXML_ICON', 'chaine', 'fa-file-invoice', null, '0', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 DolibarrModules::insert_const 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) as nb FROM llx_const WHERE name = 'CFDIXML_XSLT_PATH' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const (name, type, value, note, visible, entity) VALUES ('CFDIXML_XSLT_PATH', 'chaine', 'https://www.sat.gob.mx/sitio_internet/cfd/4/cadenaoriginal_4_0/cadenaoriginal_4_0.xslt', 'Path to your XSLT file', '1', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_boxes 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_cronjobs 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_permissions 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT value as value FROM llx_const WHERE name = 'MAIN_MODULE_CFDIXML' AND entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099901 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099901, 1, 'Read objects of Cfdixml', 'cfdixml', '', 'w', 0, 'cfdixml', 'read', '1') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 modCfdixml::insert_permissions Add permission id 90099901 to user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 User::addrights 90099901, , , 1, 1 for user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099901 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099901 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099901 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099901) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099902 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099902, 1, 'Create/Update objects of Cfdixml', 'cfdixml', '', 'w', 0, 'cfdixml', 'write', '1') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 modCfdixml::insert_permissions Add permission id 90099902 to user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 User::addrights 90099902, , , 1, 1 for user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099902 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099902 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099902 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099901) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099902) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099903 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099903, 1, 'Delete objects of Cfdixml', 'cfdixml', '', 'w', 0, 'cfdixml', 'delete', '1') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 modCfdixml::insert_permissions Add permission id 90099903 to user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 User::addrights 90099903, , , 1, 1 for user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099903 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099903 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099903 OR (module='cfdixml' AND perms='cfdixml' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099901) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099903) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099911 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099911, 1, 'Read Payments of Cfdixml', 'cfdixml', '', 'w', 0, 'payment', 'read', '1') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 modCfdixml::insert_permissions Add permission id 90099911 to user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 User::addrights 90099911, , , 1, 1 for user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099911 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099911 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099911 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099911) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099912 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099912, 1, 'Create/Update Payments of Cfdixml', 'cfdixml', '', 'w', 0, 'payment', 'write', '1') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 modCfdixml::insert_permissions Add permission id 90099912 to user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 User::addrights 90099912, , , 1, 1 for user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099912 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099912 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099912 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099911) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099912) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) as nb FROM llx_rights_def WHERE entity = 1 AND id = 90099913 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_rights_def (id, entity, libelle, module, module_origin, type, bydefault, perms, subperms, enabled) VALUES (90099913, 1, 'Delete Payments of Cfdixml', 'cfdixml', '', 'w', 0, 'payment', 'delete', '1') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_permissions Search all admin users 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT rowid FROM llx_user WHERE admin = 1 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 modCfdixml::insert_permissions Add permission id 90099913 to user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.rowid = 1 ORDER BY u.entity ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 User::addrights 90099913, , , 1, 1 for user id=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT module, perms, subperms FROM llx_rights_def WHERE id = 90099913 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_user_rights WHERE fk_user = 1 AND fk_id IN (SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099913 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read')))) AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT id FROM llx_rights_def WHERE entity = 1 AND (id=90099913 OR (module='cfdixml' AND perms='payment' AND (subperms='lire' OR subperms='read'))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099911) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_user_rights (entity, fk_user, fk_id) VALUES (1, 1, 90099913) 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 User::clearrights reset user->rights 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 modCfdixml::insert_menus 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT setval('llx_menu_rowid_seq', 17) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = 0 AND position = 1001 AND url = '/cfdixml/cfdixmlindex.php' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'top', 'cfdixml', null, 0, null, null, 1001, '/cfdixml/cfdixmlindex.php', '', 'ModuleCfdixmlName', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create record added has rowid=18 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT setval('llx_menu_rowid_seq', 18) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = -1 AND position = 1102 AND url = '/cfdixml/invoiceglobal/list.php' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'left', 'cfdixml', 'cfdixml_invoice_global', -1, 'cfdixml', null, 1102, '/cfdixml/invoiceglobal/list.php', '', 'Factura Global', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create record added has rowid=19 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT setval('llx_menu_rowid_seq', 19) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = -1 AND position = 1103 AND url = '/cfdixml/invoiceglobal/card.php?action=create' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'left', 'cfdixml', 'cfdixml_invoice_global_card', -1, 'cfdixml', 'cfdixml_invoice_global', 1103, '/cfdixml/invoiceglobal/card.php?action=create', '', 'Nueva Factura', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create record added has rowid=20 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT MAX(rowid) as maxrowid FROM llx_menu 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT setval('llx_menu_rowid_seq', 20) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT count(*) FROM llx_menu WHERE menu_handler = 'all' AND fk_menu = -1 AND position = 1104 AND url = '/cfdixml/invoiceglobal/list.php' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_menu(menu_handler,entity,module,type,mainmenu,leftmenu,fk_menu,fk_mainmenu,fk_leftmenu,position,url,target,titre,prefix,langs,perms,enabled,usertype) VALUES ( 'all', '1', 'cfdixml', 'left', 'cfdixml', 'cfdixml_invoice_global_list', -1, 'cfdixml', 'cfdixml_invoice_global', 1104, '/cfdixml/invoiceglobal/list.php', '', 'Lista', '', 'cfdixml@cfdixml', '1', '$conf->cfdixml->enabled', '0') 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 Menubase::create record added has rowid=21 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 BEGIN Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_IHM_PARAMS_REV' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_IHM_PARAMS_REV', '12', 'chaine', 0, '', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 COMMIT Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365205 48 sql=SELECT COUNT(rowid) as nb FROM llx_user WHERE admin <> 1 2025-12-05 01:59:10 INFO 189.216.170.87 365205 48 --- End access to /admin/modules.php 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 DefaultValues::fetchAll 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:10 NOTICE 189.216.170.87 365209 48 --- Access to GET /admin/modules.php - action=, massaction= 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 BEGIN Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=DELETE FROM llx_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 admin.lib::dolibarr_set_const 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=INSERT INTO llx_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 COMMIT Transaction 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT code, label, description FROM llx_c_action_trigger ORDER by rang 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modAsset not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modBookCal not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modCollab not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llx_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modDataPolicy not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 User::loadParentOf 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT fk_user as id_parent, rowid as id_son FROM llx_user WHERE fk_user <> 0 AND entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 User::get_full_tree get user list 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity FROM llx_user as u WHERE u.entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 User::get_full_tree call to build_path_from_id_user 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 User::get_full_tree dol_sort_array 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Build childid for id = 1 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modDeplacement not qualified 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modDocumentGeneration not qualified 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modDynamicPrices not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'conferenceorbooth' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modFTP not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modIntracommreport not qualified 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modLabel not qualified 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modMailmanSpip not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modPaybox not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llx_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 useNPR 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.rowid FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modStockTransfer not qualified 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llx_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365209 48 sql=SELECT name, label, fieldrequired FROM llx_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modWebPortal not qualified 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modWebServices not qualified 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Module modZapier not qualified 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/custom/cfdixml/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 Scan directory //var/www/html/dolibarr/htdocs/custom/modNumberWords/core/modules/ for module descriptor files (modXXX.class.php) 2025-12-05 01:59:10 INFO 189.216.170.87 365209 48 --- End access to /admin/modules.php 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 DefaultValues::fetchAll 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 01:59:10 NOTICE 189.216.170.87 365210 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 DefaultValues::fetchAll 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:10 DEBUG 189.216.170.87 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:10 INFO 189.216.170.87 365210 48 --- End access to /theme/eldy/style.css.php 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 DefaultValues::fetchAll 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:16 NOTICE 189.216.170.87 365204 48 --- Access to GET /custom/cfdixml/admin/setup.php - action=, massaction= 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:16 DEBUG 189.216.170.87 365204 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:16 INFO 189.216.170.87 365204 48 --- End access to /custom/cfdixml/admin/setup.php 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 - This is an already logged session. _SESSION['dol_login']=admin _SESSION['dol_entity']=1 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.civility as civility_code, u.birth, u.job, u.email, u.email_oauth2, u.personal_email, u.socialnetworks, u.signature, u.office_phone, u.office_fax, u.user_mobile, u.personal_mobile, u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id, u.admin, u.login, u.note_private, u.note_public, u.pass, u.pass_crypted, u.pass_temp, u.api_key, u.fk_soc, u.fk_socpeople, u.fk_member, u.fk_user, u.ldap_sid, u.fk_user_expense_validator, u.fk_user_holiday_validator, u.statut as status, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.flagdelsessionsbefore, u.iplastlogin, u.ippreviouslogin, u.datelastpassvalidation, u.datestartvalidity, u.dateendvalidity, u.photo as photo, u.openid as openid, u.accountancy_code_user_general, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, u.national_registration_number, u.ref_employee, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, s.label as label_establishment, u.fk_establishment FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llx_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin' ORDER BY u.entity ASC 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, css, cssview, csslist FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 DefaultValues::fetchAll 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND r.entity = 1 AND ur.entity = 1 AND ur.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity IN (0,1) AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL AND r.perms NOT ILIKE '%_advance' 2025-12-05 01:59:22 NOTICE 189.216.170.87 365208 48 --- Access to GET /admin/company.php - action=, massaction= 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::loadCacheCurrencies 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT code_iso, label, unicode FROM llx_c_currencies WHERE active = 1 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ALL' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'DZD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'AOA' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'AFN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ARS' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'AWG' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'AZN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BHD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BSD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BBD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BDT' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BYR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BZD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BMD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BOB' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BAM' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BWP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BGN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BRL' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BND' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'BIF' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'KHR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'CVE' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'KYD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'CLP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'CNY' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'COP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'CRC' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'HRK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'CUP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'CZK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'DKK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'DOP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'XCD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ECS' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'EGP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SVC' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'EEK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ETB' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'FKP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'FJD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'GHC' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'GNF' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'GIP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'GTQ' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'GGP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'GYD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'HNL' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'HKD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'HUF' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ISK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'IDR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'IRR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'IMP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ILS' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'JMD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'JPY' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'JEP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'KES' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'KZT' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'KPW' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'KRW' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'KGS' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'LAK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'LVL' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'LBP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'LRD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'LTL' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MKD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MYR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MRO' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MXN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MDL' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MMK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MNT' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'MZN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'NAD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'NPR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ANG' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'NZD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'NIO' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'NGN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'OMR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'PKR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'PAB' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'PYG' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'PEN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'PHP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'PLN' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'QAR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'RON' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'RUB' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SHP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SAR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'RSD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SCR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SGD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SBD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SOS' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ZAR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'LKR' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SEK' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SRD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'SYP' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'TWD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'THB' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'TTD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'TRY' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'TVD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'AED' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'UYU' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'UZS' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'VEF' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'VND' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'YER' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Translate::getLabelFromKey 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT label as label FROM llx_c_currencies WHERE code_iso = 'ZWD' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 Form::select_country 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llx_c_country WHERE active > 0 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 FormCompany::select_departement selected=0, country_codeid= 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT d.rowid, d.code_departement as code, d.nom as name, d.active, c.label as country, c.code as country_code, r.nom as region_name FROM llx_c_departements as d, llx_c_regions as r,llx_c_country as c WHERE d.fk_region=r.code_region and r.fk_pays=c.rowid AND d.active = 1 AND r.active = 1 AND c.active = 1 ORDER BY c.code, d.code_departement 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 FormCompany::select_departement num=1837 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT t.localtax1, t.localtax2 FROM llx_c_tva as t, llx_c_country as c WHERE t.fk_pays = c.rowid AND c.code = '' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 useRevenueStamp 2025-12-05 01:59:22 DEBUG 189.216.170.87 365208 48 sql=SELECT COUNT(*) as nb FROM llx_c_revenuestamp as r, llx_c_country as c WHERE r.fk_pays = c.rowid AND c.code = '' AND r.active = 1 2025-12-05 01:59:22 INFO 189.216.170.87 365208 48 --- End access to /admin/company.php 2025-12-05 02:02:05 DEBUG 43.155.188.157 367003 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 02:02:05 DEBUG 43.155.188.157 367003 48 DefaultValues::fetchAll 2025-12-05 02:02:05 DEBUG 43.155.188.157 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 02:02:05 NOTICE 43.155.188.157 367003 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 02:02:05 DEBUG 43.155.188.157 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:02:05 DEBUG 43.155.188.157 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 02:02:05 INFO 43.155.188.157 367003 48 --- End access to /user/passwordforgotten.php 2025-12-05 02:36:56 DEBUG 185.16.39.146 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 02:36:56 NOTICE 185.16.39.146 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:36:56 DEBUG 185.16.39.146 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:36:56 INFO 185.16.39.146 365205 48 --- End access to /index.php 2025-12-05 02:45:48 DEBUG 43.157.188.74 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 02:45:48 NOTICE 43.157.188.74 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:45:48 DEBUG 43.157.188.74 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:45:48 INFO 43.157.188.74 365209 48 --- End access to /index.php 2025-12-05 02:49:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 02:49:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 02:49:08 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:08 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:08 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:08 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 02:49:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 02:49:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 02:49:10 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:10 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:10 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:10 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 02:49:10 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:10 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:10 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:10 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 02:49:11 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:11 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:11 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:11 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 02:49:11 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:11 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:11 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:11 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 02:49:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 02:49:12 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:12 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:12 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:12 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 02:49:12 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:12 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:12 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:12 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 02:49:13 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:13 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:13 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:13 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 02:49:13 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:13 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:13 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:13 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 02:49:13 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:13 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:13 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:13 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 02:49:14 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:14 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:14 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 02:49:14 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:14 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:14 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:14 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 02:49:15 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:15 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:15 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:15 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 02:49:15 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:15 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:15 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:15 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 02:49:16 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 02:49:16 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 02:49:16 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:49:16 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 02:58:59 DEBUG 43.155.188.157 367003 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 02:58:59 DEBUG 43.155.188.157 367003 48 DefaultValues::fetchAll 2025-12-05 02:58:59 DEBUG 43.155.188.157 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 02:58:59 NOTICE 43.155.188.157 367003 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 02:58:59 DEBUG 43.155.188.157 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 02:58:59 DEBUG 43.155.188.157 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 02:58:59 INFO 43.155.188.157 367003 48 --- End access to /user/passwordforgotten.php 2025-12-05 03:03:08 DEBUG 185.16.39.146 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 03:03:08 NOTICE 185.16.39.146 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 03:03:08 DEBUG 185.16.39.146 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:03:08 INFO 185.16.39.146 365205 48 --- End access to /index.php 2025-12-05 03:08:46 DEBUG 43.157.147.3 365209 48 DefaultValues::fetchAll 2025-12-05 03:08:46 DEBUG 43.157.147.3 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 03:08:46 NOTICE 43.157.147.3 365209 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 03:08:46 DEBUG 43.157.147.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:08:46 INFO 43.157.147.3 365209 48 --- End access to /core/js/lib_head.js.php 2025-12-05 03:14:12 DEBUG 104.143.84.54 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 03:14:12 DEBUG 104.143.84.54 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 03:14:12 NOTICE 104.143.84.54 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 03:14:12 DEBUG 104.143.84.54 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:14:12 NOTICE 104.143.84.54 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 03:14:12 DEBUG 104.143.84.54 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:14:12 INFO 104.143.84.54 365204 48 --- End access to /index.php 2025-12-05 03:14:12 INFO 104.143.84.54 365208 48 --- End access to /index.php 2025-12-05 03:16:00 DEBUG 104.143.84.54 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 03:16:00 NOTICE 104.143.84.54 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 03:16:00 DEBUG 104.143.84.54 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:16:00 INFO 104.143.84.54 367003 48 --- End access to /index.php 2025-12-05 03:16:01 DEBUG 104.143.84.54 365205 48 DefaultValues::fetchAll 2025-12-05 03:16:01 DEBUG 104.143.84.54 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 03:16:01 NOTICE 104.143.84.54 365205 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 03:16:01 DEBUG 104.143.84.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:16:01 DEBUG 104.143.84.54 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 03:16:01 INFO 104.143.84.54 365205 48 --- End access to /theme/eldy/style.css.php 2025-12-05 03:16:01 DEBUG 104.143.84.54 365209 48 DefaultValues::fetchAll 2025-12-05 03:16:01 DEBUG 104.143.84.54 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 03:16:01 NOTICE 104.143.84.54 365209 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 03:16:01 DEBUG 104.143.84.54 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:16:01 INFO 104.143.84.54 365209 48 --- End access to /core/js/lib_head.js.php 2025-12-05 03:18:07 DEBUG 43.133.91.48 365210 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 03:18:07 DEBUG 43.133.91.48 365210 48 DefaultValues::fetchAll 2025-12-05 03:18:07 DEBUG 43.133.91.48 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 03:18:07 NOTICE 43.133.91.48 365210 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 03:18:07 DEBUG 43.133.91.48 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:18:07 DEBUG 43.133.91.48 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 03:18:07 INFO 43.133.91.48 365210 48 --- End access to /user/passwordforgotten.php 2025-12-05 03:28:58 DEBUG 43.159.141.150 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 03:28:58 NOTICE 43.159.141.150 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 03:28:58 DEBUG 43.159.141.150 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:28:58 INFO 43.159.141.150 365204 48 --- End access to /index.php 2025-12-05 03:38:53 DEBUG 170.106.181.163 365208 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 03:38:53 DEBUG 170.106.181.163 365208 48 DefaultValues::fetchAll 2025-12-05 03:38:53 DEBUG 170.106.181.163 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 03:38:53 NOTICE 170.106.181.163 365208 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 03:38:53 DEBUG 170.106.181.163 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:38:53 DEBUG 170.106.181.163 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 03:38:53 INFO 170.106.181.163 365208 48 --- End access to /user/passwordforgotten.php 2025-12-05 03:47:37 DEBUG 66.132.153.143 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 03:47:37 NOTICE 66.132.153.143 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 03:47:37 DEBUG 66.132.153.143 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:47:37 INFO 66.132.153.143 367003 48 --- End access to /index.php 2025-12-05 03:49:13 DEBUG 43.130.34.74 365205 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 03:49:13 DEBUG 43.130.34.74 365205 48 DefaultValues::fetchAll 2025-12-05 03:49:13 DEBUG 43.130.34.74 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 03:49:13 NOTICE 43.130.34.74 365205 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 03:49:13 DEBUG 43.130.34.74 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:49:13 DEBUG 43.130.34.74 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 03:49:13 INFO 43.130.34.74 365205 48 --- End access to /user/passwordforgotten.php 2025-12-05 03:49:50 DEBUG 66.132.153.115 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 03:49:50 NOTICE 66.132.153.115 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 03:49:50 DEBUG 66.132.153.115 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 03:49:50 INFO 66.132.153.115 365209 48 --- End access to /index.php 2025-12-05 04:17:25 DEBUG 43.173.175.163 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 04:17:25 NOTICE 43.173.175.163 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:17:25 DEBUG 43.173.175.163 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:17:25 INFO 43.173.175.163 365210 48 --- End access to /index.php 2025-12-05 04:17:26 DEBUG 43.173.178.86 365204 48 DefaultValues::fetchAll 2025-12-05 04:17:26 DEBUG 43.173.178.86 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 04:17:26 NOTICE 43.173.178.86 365204 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 04:17:26 DEBUG 43.173.178.86 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:17:26 INFO 43.173.178.86 365204 48 --- End access to /core/js/lib_head.js.php 2025-12-05 04:17:27 DEBUG 43.173.177.200 365208 48 DefaultValues::fetchAll 2025-12-05 04:17:27 DEBUG 43.173.177.200 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 04:17:27 NOTICE 43.173.177.200 365208 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 04:17:27 DEBUG 43.173.177.200 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:17:27 DEBUG 43.173.177.200 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 04:17:27 INFO 43.173.177.200 365208 48 --- End access to /theme/eldy/style.css.php 2025-12-05 04:18:29 DEBUG 200.53.197.165 367003 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 04:18:29 DEBUG 200.53.197.165 367003 48 DefaultValues::fetchAll 2025-12-05 04:18:29 DEBUG 200.53.197.165 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 04:18:29 NOTICE 200.53.197.165 367003 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 04:18:29 DEBUG 200.53.197.165 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:18:29 DEBUG 200.53.197.165 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 04:18:29 INFO 200.53.197.165 367003 48 --- End access to /user/passwordforgotten.php 2025-12-05 04:18:30 NOTICE 181.44.129.26 365205 48 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 04:18:30 INFO 181.44.129.26 365205 48 --- End access to /theme/eldy/manifest.json.php 2025-12-05 04:20:22 DEBUG 170.106.113.235 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 04:20:22 NOTICE 170.106.113.235 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:20:22 DEBUG 170.106.113.235 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:20:22 INFO 170.106.113.235 365209 48 --- End access to /index.php 2025-12-05 04:33:09 DEBUG 43.133.91.48 365210 48 DefaultValues::fetchAll 2025-12-05 04:33:09 DEBUG 43.133.91.48 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 04:33:09 NOTICE 43.133.91.48 365210 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 04:33:09 DEBUG 43.133.91.48 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:33:09 INFO 43.133.91.48 365210 48 --- End access to /core/js/lib_head.js.php 2025-12-05 04:35:58 DEBUG 34.204.87.161 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 04:35:58 NOTICE 34.204.87.161 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:35:58 DEBUG 34.204.87.161 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:35:58 INFO 34.204.87.161 365204 48 --- End access to /index.php 2025-12-05 04:42:00 DEBUG 43.153.10.13 365208 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 04:42:00 DEBUG 43.153.10.13 365208 48 DefaultValues::fetchAll 2025-12-05 04:42:00 DEBUG 43.153.10.13 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 04:42:00 NOTICE 43.153.10.13 365208 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 04:42:00 DEBUG 43.153.10.13 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:42:00 DEBUG 43.153.10.13 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 04:42:00 INFO 43.153.10.13 365208 48 --- End access to /user/passwordforgotten.php 2025-12-05 04:49:28 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:28 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:28 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:28 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 04:49:28 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:28 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:28 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:28 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 04:49:28 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:28 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:28 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:28 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 04:49:29 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:29 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:29 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:29 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 04:49:29 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:29 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:29 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:29 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 04:49:30 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:30 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:30 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:30 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 04:49:30 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:30 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:30 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:30 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 04:49:30 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:30 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:30 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:30 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 04:49:31 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:31 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:31 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:31 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 04:49:31 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:31 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:31 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:31 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 04:49:31 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:31 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:31 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:31 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 04:49:32 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:32 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:32 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:32 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 04:49:32 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:32 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:32 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:32 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 04:49:32 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:32 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:32 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:32 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 04:49:33 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:33 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:33 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:33 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 04:49:33 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:33 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:33 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:33 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 04:49:33 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:33 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:33 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:33 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 04:49:34 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:34 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:34 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:34 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 04:49:34 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:34 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:34 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:34 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 04:49:35 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 04:49:35 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:49:35 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:49:35 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 04:50:50 DEBUG 185.16.39.146 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 04:50:50 NOTICE 185.16.39.146 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 04:50:50 DEBUG 185.16.39.146 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:50:50 INFO 185.16.39.146 365210 48 --- End access to /index.php 2025-12-05 04:55:16 DEBUG 43.135.139.165 365204 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 04:55:16 DEBUG 43.135.139.165 365204 48 DefaultValues::fetchAll 2025-12-05 04:55:16 DEBUG 43.135.139.165 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 04:55:16 NOTICE 43.135.139.165 365204 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 04:55:16 DEBUG 43.135.139.165 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 04:55:16 DEBUG 43.135.139.165 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 04:55:16 INFO 43.135.139.165 365204 48 --- End access to /user/passwordforgotten.php 2025-12-05 05:14:16 DEBUG 49.51.72.236 365208 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-05 05:14:16 DEBUG 49.51.72.236 365208 48 DefaultValues::fetchAll 2025-12-05 05:14:16 DEBUG 49.51.72.236 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 05:14:16 NOTICE 49.51.72.236 365208 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-05 05:14:16 DEBUG 49.51.72.236 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 05:14:16 DEBUG 49.51.72.236 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 05:14:16 INFO 49.51.72.236 365208 48 --- End access to /user/passwordforgotten.php 2025-12-05 05:38:02 DEBUG 185.16.39.146 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 05:38:02 NOTICE 185.16.39.146 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 05:38:02 DEBUG 185.16.39.146 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 05:38:02 INFO 185.16.39.146 367003 48 --- End access to /index.php 2025-12-05 06:05:14 DEBUG 172.237.105.249 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:05:14 NOTICE 172.237.105.249 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:05:14 DEBUG 172.237.105.249 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:05:14 INFO 172.237.105.249 365205 48 --- End access to /index.php 2025-12-05 06:27:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 06:27:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 06:27:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 06:27:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 06:27:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 06:27:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 06:27:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 06:27:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 06:27:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 06:27:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 06:27:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 06:27:06 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:06 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:06 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:06 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 06:27:06 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:06 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:06 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:06 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 06:27:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 06:27:07 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:07 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:07 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:07 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 06:27:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 06:27:08 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:08 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:08 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:08 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 06:27:08 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:08 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:08 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:08 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 06:27:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 06:27:09 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:27:09 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:27:09 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:27:09 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 06:38:33 DEBUG 185.16.39.146 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 06:38:33 NOTICE 185.16.39.146 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:38:33 DEBUG 185.16.39.146 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:38:33 INFO 185.16.39.146 365208 48 --- End access to /index.php 2025-12-05 06:42:02 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:02 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:02 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:02 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 06:42:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 06:42:03 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:03 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:03 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:03 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 06:42:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 06:42:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 06:42:04 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:04 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:04 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:04 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 06:42:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 06:42:05 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:05 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:05 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:05 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 06:42:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 06:42:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 06:42:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 06:42:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 06:42:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 06:42:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 06:42:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 06:42:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 06:42:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 06:42:09 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:09 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:09 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:09 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 06:42:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 06:42:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 06:42:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:42:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:42:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 06:53:35 DEBUG 172.237.105.249 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 06:53:35 NOTICE 172.237.105.249 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 06:53:35 DEBUG 172.237.105.249 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 06:53:35 INFO 172.237.105.249 365210 48 --- End access to /index.php 2025-12-05 07:43:03 DEBUG 35.203.211.204 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 07:43:03 NOTICE 35.203.211.204 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 07:43:03 DEBUG 35.203.211.204 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 07:43:03 INFO 35.203.211.204 365204 48 --- End access to /index.php 2025-12-05 07:45:19 DEBUG 180.153.236.150 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 07:45:19 NOTICE 180.153.236.150 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 07:45:19 DEBUG 180.153.236.150 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 07:45:19 INFO 180.153.236.150 365208 48 --- End access to /index.php 2025-12-05 08:15:00 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:00 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:00 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:00 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 08:15:00 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:00 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:00 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:00 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 08:15:01 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:01 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:01 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:01 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 08:15:01 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:01 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:01 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:01 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 08:15:01 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:01 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:01 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:01 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 08:15:02 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:02 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:02 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:02 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 08:15:02 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:02 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:02 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:02 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 08:15:02 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:02 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:02 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:02 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 08:15:02 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:02 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:02 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:02 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 08:15:02 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:02 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:02 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:02 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 08:15:03 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:03 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:03 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:03 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 08:15:03 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:03 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:03 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:03 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 08:15:03 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:03 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:03 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:03 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 08:15:03 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:03 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:03 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:03 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 08:15:03 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:03 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:03 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:03 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 08:15:03 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:03 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:03 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:03 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 08:15:04 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:04 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:04 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:04 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 08:15:04 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:04 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:04 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:04 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 08:15:04 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:04 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:04 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:04 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 08:15:04 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:04 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:04 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:04 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 08:15:05 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:05 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:05 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:05 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 08:15:05 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:05 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:05 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:05 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 08:15:05 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:05 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:05 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:05 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 08:15:05 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:05 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:05 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:05 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 08:15:05 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:05 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:05 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:05 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 08:15:06 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:06 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:06 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:06 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 08:15:06 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:06 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:06 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:06 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 08:15:06 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:06 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:06 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:06 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 08:15:07 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:07 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:07 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:07 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 08:15:08 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:08 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:08 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:08 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 08:15:08 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:08 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:08 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:08 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 08:15:08 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:08 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:08 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:08 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 08:15:08 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:08 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:08 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:08 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:08 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:08 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:08 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 08:15:08 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 08:15:09 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:09 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:09 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:09 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 08:15:09 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:09 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:09 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:09 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 08:15:09 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:09 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:09 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:09 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:09 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:09 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:09 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 08:15:09 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 08:15:10 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:10 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:10 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:10 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 08:15:10 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 08:15:10 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:15:10 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:15:10 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 08:22:24 DEBUG 185.16.39.146 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 08:22:24 NOTICE 185.16.39.146 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:22:24 DEBUG 185.16.39.146 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:22:24 INFO 185.16.39.146 365205 48 --- End access to /index.php 2025-12-05 08:27:13 DEBUG 43.130.141.193 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 08:27:13 NOTICE 43.130.141.193 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 08:27:13 DEBUG 43.130.141.193 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 08:27:13 INFO 43.130.141.193 367003 48 --- End access to /index.php 2025-12-05 09:50:37 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:37 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:37 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:37 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 09:50:37 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:37 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:37 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:37 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 09:50:37 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:37 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:37 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:38 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 09:50:38 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:38 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:38 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:38 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 09:50:38 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:38 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:38 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:38 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 09:50:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 09:50:39 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:39 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:39 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:39 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 09:50:39 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:39 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:39 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:39 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 09:50:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 09:50:40 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:40 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:40 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:40 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 09:50:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 09:50:41 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:41 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:41 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:41 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 09:50:41 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:41 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:41 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:41 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 09:50:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 09:50:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 09:50:42 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:42 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:42 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:42 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 09:50:43 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:43 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:43 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:43 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 09:50:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 09:50:43 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:43 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:43 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:43 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 09:50:44 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 09:50:44 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:50:44 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:50:44 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 09:53:40 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:40 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:40 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:40 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 09:53:41 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:41 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:41 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:41 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 09:53:41 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:41 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:41 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:41 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 09:53:42 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:42 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:42 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:42 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 09:53:42 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:42 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:42 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:42 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 09:53:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 09:53:43 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:43 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:43 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:43 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 09:53:43 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:43 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:43 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:43 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 09:53:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 09:53:44 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:44 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:44 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:44 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 09:53:44 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:44 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:44 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:44 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 09:53:44 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:44 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:44 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:44 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 09:53:45 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:45 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:45 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:45 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 09:53:45 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:45 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:45 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:45 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 09:53:45 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:45 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:45 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:45 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 09:53:46 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:46 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:46 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:46 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 09:53:46 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:46 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:46 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:46 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 09:53:47 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:47 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:47 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:47 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 09:53:47 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:47 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:47 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:47 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 09:53:47 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 09:53:47 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 09:53:47 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 09:53:47 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 10:17:43 DEBUG 43.173.174.149 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 10:17:43 NOTICE 43.173.174.149 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 10:17:43 DEBUG 43.173.174.149 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 10:17:43 INFO 43.173.174.149 365208 48 --- End access to /index.php 2025-12-05 10:26:29 DEBUG 43.164.197.177 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 10:26:29 NOTICE 43.164.197.177 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 10:26:29 DEBUG 43.164.197.177 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 10:26:29 INFO 43.164.197.177 365205 48 --- End access to /index.php 2025-12-05 10:40:05 DEBUG 167.148.195.130 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 10:40:05 NOTICE 167.148.195.130 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 10:40:05 DEBUG 167.148.195.130 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 10:40:05 INFO 167.148.195.130 367003 48 --- End access to /index.php 2025-12-05 12:02:26 DEBUG 45.207.210.174 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 12:02:26 NOTICE 45.207.210.174 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:26 DEBUG 45.207.210.174 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:26 INFO 45.207.210.174 365210 48 --- End access to /index.php 2025-12-05 12:02:29 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 12:02:29 NOTICE 154.219.115.155 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:29 DEBUG 154.219.115.155 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:29 INFO 154.219.115.155 365210 48 --- End access to /index.php 2025-12-05 12:02:30 DEBUG 154.219.115.155 367003 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:02:30 NOTICE 154.219.115.155 367003 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:30 DEBUG 154.219.115.155 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:30 INFO 154.219.115.155 367003 48 --- End access to /index.php/ 2025-12-05 12:02:30 DEBUG 154.219.115.155 365209 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:02:30 NOTICE 154.219.115.155 365209 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:30 DEBUG 154.219.115.155 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:30 INFO 154.219.115.155 365209 48 --- End access to /index.php/ 2025-12-05 12:02:31 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:02:31 NOTICE 154.219.115.155 365210 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:31 DEBUG 154.219.115.155 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:31 INFO 154.219.115.155 365210 48 --- End access to /index.php/ 2025-12-05 12:02:31 DEBUG 154.219.115.155 365208 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:02:31 NOTICE 154.219.115.155 365208 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:31 DEBUG 154.219.115.155 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:31 INFO 154.219.115.155 365208 48 --- End access to /index.php/ 2025-12-05 12:02:31 DEBUG 154.219.115.155 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 12:02:31 NOTICE 154.219.115.155 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:31 DEBUG 154.219.115.155 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:31 INFO 154.219.115.155 365205 48 --- End access to /index.php 2025-12-05 12:02:32 DEBUG 154.219.115.155 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 12:02:32 WARNING 154.219.115.155 365208 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-05 12:02:32 INFO 154.219.115.155 365208 48 --- End access to /index.php 2025-12-05 12:02:32 DEBUG 45.207.210.174 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 12:02:32 WARNING 45.207.210.174 365204 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-05 12:02:32 INFO 45.207.210.174 365204 48 --- End access to /index.php 2025-12-05 12:02:46 DEBUG 154.219.117.66 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 12:02:46 NOTICE 154.219.117.66 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:02:46 DEBUG 154.219.117.66 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:02:46 INFO 154.219.117.66 365209 48 --- End access to /index.php 2025-12-05 12:02:53 DEBUG 154.219.117.66 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 12:02:53 WARNING 154.219.117.66 365209 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-05 12:02:53 INFO 154.219.117.66 365209 48 --- End access to /index.php 2025-12-05 12:03:02 DEBUG 14.215.163.132 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 12:03:02 NOTICE 14.215.163.132 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:03:02 DEBUG 14.215.163.132 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:03:02 INFO 14.215.163.132 365208 48 --- End access to /index.php 2025-12-05 12:24:47 DEBUG 60.209.214.32 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:47 NOTICE 60.209.214.32 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:47 DEBUG 60.209.214.32 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:47 INFO 60.209.214.32 365205 48 --- End access to /index.php 2025-12-05 12:24:47 DEBUG 60.209.214.32 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:47 NOTICE 60.209.214.32 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:47 DEBUG 60.209.214.32 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:47 INFO 60.209.214.32 367003 48 --- End access to /index.php 2025-12-05 12:24:48 DEBUG 60.209.214.32 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:48 NOTICE 60.209.214.32 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:48 DEBUG 60.209.214.32 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:48 INFO 60.209.214.32 365209 48 --- End access to /index.php 2025-12-05 12:24:48 DEBUG 60.209.214.32 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:48 NOTICE 60.209.214.32 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:48 DEBUG 60.209.214.32 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:48 INFO 60.209.214.32 365210 48 --- End access to /index.php 2025-12-05 12:24:49 DEBUG 60.209.214.32 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:49 NOTICE 60.209.214.32 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:49 DEBUG 60.209.214.32 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:49 INFO 60.209.214.32 365208 48 --- End access to /index.php 2025-12-05 12:24:49 DEBUG 60.209.214.32 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:49 NOTICE 60.209.214.32 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:49 DEBUG 60.209.214.32 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:49 INFO 60.209.214.32 365204 48 --- End access to /index.php 2025-12-05 12:24:50 DEBUG 60.209.214.32 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:50 NOTICE 60.209.214.32 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:50 DEBUG 60.209.214.32 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:50 INFO 60.209.214.32 365205 48 --- End access to /index.php 2025-12-05 12:24:50 DEBUG 60.209.214.32 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:50 NOTICE 60.209.214.32 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:50 DEBUG 60.209.214.32 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:50 INFO 60.209.214.32 367003 48 --- End access to /index.php 2025-12-05 12:24:51 DEBUG 60.209.214.32 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:51 NOTICE 60.209.214.32 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:51 DEBUG 60.209.214.32 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:51 INFO 60.209.214.32 365209 48 --- End access to /index.php 2025-12-05 12:24:51 DEBUG 60.209.214.32 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:51 NOTICE 60.209.214.32 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:51 DEBUG 60.209.214.32 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:51 INFO 60.209.214.32 365210 48 --- End access to /index.php 2025-12-05 12:24:52 DEBUG 60.209.214.32 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:52 NOTICE 60.209.214.32 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:52 DEBUG 60.209.214.32 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:52 INFO 60.209.214.32 365208 48 --- End access to /index.php 2025-12-05 12:24:52 DEBUG 60.209.214.32 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:52 NOTICE 60.209.214.32 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:52 DEBUG 60.209.214.32 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:52 INFO 60.209.214.32 365204 48 --- End access to /index.php 2025-12-05 12:24:53 DEBUG 60.209.214.32 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:53 NOTICE 60.209.214.32 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:53 DEBUG 60.209.214.32 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:53 INFO 60.209.214.32 365205 48 --- End access to /index.php 2025-12-05 12:24:53 DEBUG 60.209.214.32 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:53 NOTICE 60.209.214.32 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:53 DEBUG 60.209.214.32 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:53 INFO 60.209.214.32 367003 48 --- End access to /index.php 2025-12-05 12:24:54 DEBUG 60.209.214.32 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:54 NOTICE 60.209.214.32 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:54 DEBUG 60.209.214.32 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:54 INFO 60.209.214.32 365209 48 --- End access to /index.php 2025-12-05 12:24:54 DEBUG 60.209.214.32 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:54 NOTICE 60.209.214.32 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:54 DEBUG 60.209.214.32 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:54 INFO 60.209.214.32 365210 48 --- End access to /index.php 2025-12-05 12:24:55 DEBUG 60.209.214.32 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:55 NOTICE 60.209.214.32 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:55 DEBUG 60.209.214.32 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:55 INFO 60.209.214.32 365208 48 --- End access to /index.php 2025-12-05 12:24:55 DEBUG 60.209.214.32 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:55 NOTICE 60.209.214.32 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:55 DEBUG 60.209.214.32 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:55 INFO 60.209.214.32 365204 48 --- End access to /index.php 2025-12-05 12:24:55 DEBUG 60.209.214.32 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:55 NOTICE 60.209.214.32 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:55 DEBUG 60.209.214.32 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:55 INFO 60.209.214.32 365205 48 --- End access to /index.php 2025-12-05 12:24:56 DEBUG 60.209.214.32 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:56 NOTICE 60.209.214.32 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:56 DEBUG 60.209.214.32 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:56 INFO 60.209.214.32 367003 48 --- End access to /index.php 2025-12-05 12:24:56 DEBUG 60.209.214.32 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:56 NOTICE 60.209.214.32 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:56 DEBUG 60.209.214.32 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:56 INFO 60.209.214.32 365209 48 --- End access to /index.php 2025-12-05 12:24:57 DEBUG 60.209.214.32 365210 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:24:57 NOTICE 60.209.214.32 365210 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:57 DEBUG 60.209.214.32 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:57 INFO 60.209.214.32 365210 48 --- End access to /index.php/ 2025-12-05 12:24:57 DEBUG 60.209.214.32 365208 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:24:57 NOTICE 60.209.214.32 365208 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:57 DEBUG 60.209.214.32 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:57 INFO 60.209.214.32 365208 48 --- End access to /index.php/ 2025-12-05 12:24:58 DEBUG 60.209.214.32 365204 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:24:58 NOTICE 60.209.214.32 365204 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:58 DEBUG 60.209.214.32 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:58 INFO 60.209.214.32 365204 48 --- End access to /index.php/ 2025-12-05 12:24:58 DEBUG 60.209.214.32 365205 48 NEW TOKEN generated by : /index.php/ 2025-12-05 12:24:58 NOTICE 60.209.214.32 365205 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:58 DEBUG 60.209.214.32 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:58 INFO 60.209.214.32 365205 48 --- End access to /index.php/ 2025-12-05 12:24:59 DEBUG 60.209.214.32 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 12:24:59 NOTICE 60.209.214.32 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 12:24:59 DEBUG 60.209.214.32 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 12:24:59 INFO 60.209.214.32 367003 48 --- End access to /index.php 2025-12-05 12:25:00 DEBUG 60.209.214.32 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 12:25:00 WARNING 60.209.214.32 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-05 12:25:00 INFO 60.209.214.32 365210 48 --- End access to /index.php 2025-12-05 13:06:33 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:33 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:33 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:33 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 13:06:34 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:34 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:34 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:34 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 13:06:34 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:34 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:34 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:34 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 13:06:34 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:34 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:34 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:34 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 13:06:35 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:35 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:35 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:35 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 13:06:35 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:35 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:35 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:35 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 13:06:35 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:35 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:35 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:35 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 13:06:36 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:36 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:36 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:36 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 13:06:36 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:36 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:36 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:36 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 13:06:37 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:37 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:37 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:37 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 13:06:37 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:37 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:37 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:37 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 13:06:37 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:37 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:37 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:37 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 13:06:38 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:38 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:38 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:38 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 13:06:38 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:38 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:38 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:38 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 13:06:38 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:38 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:38 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:38 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 13:06:39 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:39 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:39 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:39 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 13:06:39 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:39 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:39 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:39 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 13:06:39 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:39 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:39 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:39 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 13:06:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 13:06:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 13:06:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:06:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:06:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 13:28:37 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:37 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:37 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:37 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 13:28:37 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:37 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:37 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:37 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 13:28:37 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:37 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:37 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:37 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 13:28:38 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:38 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:38 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:38 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 13:28:38 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:38 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:38 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:38 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 13:28:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 13:28:39 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:39 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:39 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:39 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 13:28:39 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:39 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:39 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:39 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 13:28:40 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:40 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:40 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:40 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 13:28:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 13:28:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 13:28:41 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:41 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:41 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:41 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 13:28:41 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:41 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:41 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:41 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 13:28:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 13:28:42 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:42 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:42 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:42 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 13:28:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 13:28:42 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:42 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:42 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:42 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 13:28:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 13:28:43 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:43 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:43 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:43 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 13:28:44 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 13:28:44 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 13:28:44 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 13:28:44 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 15:30:08 DEBUG 185.16.39.146 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 15:30:08 NOTICE 185.16.39.146 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 15:30:08 DEBUG 185.16.39.146 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 15:30:08 INFO 185.16.39.146 367003 48 --- End access to /index.php 2025-12-05 15:31:43 DEBUG 43.130.9.111 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 15:31:43 NOTICE 43.130.9.111 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 15:31:43 DEBUG 43.130.9.111 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 15:31:43 INFO 43.130.9.111 365209 48 --- End access to /index.php 2025-12-05 16:15:11 DEBUG 43.173.173.176 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:15:11 NOTICE 43.173.173.176 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:15:11 DEBUG 43.173.173.176 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:15:11 INFO 43.173.173.176 365210 48 --- End access to /index.php 2025-12-05 16:38:39 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:39 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:39 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:39 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 16:38:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 16:38:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 16:38:40 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:40 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:40 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:40 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 16:38:41 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:41 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:41 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:41 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 16:38:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 16:38:41 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:41 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:41 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:41 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 16:38:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 16:38:42 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:42 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:42 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:42 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 16:38:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 16:38:43 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:43 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:43 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:43 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 16:38:43 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:43 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:43 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:43 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 16:38:44 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:44 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:44 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:44 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 16:38:44 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:44 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:44 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:44 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 16:38:44 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:44 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:44 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:44 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 16:38:45 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:45 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:45 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:45 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 16:38:45 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:45 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:45 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:45 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 16:38:45 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:45 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:45 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:45 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 16:38:46 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:46 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:46 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:46 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 16:38:46 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:38:46 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:38:46 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:38:46 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 16:49:04 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:04 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:04 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:04 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 16:49:05 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:05 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:05 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:05 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 16:49:05 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:05 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:05 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:05 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 16:49:05 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:05 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:05 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:05 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 16:49:05 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:05 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:05 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:05 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 16:49:05 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:05 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:05 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:05 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 16:49:06 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:06 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:06 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:06 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 16:49:06 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:06 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:06 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:06 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 16:49:06 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:06 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:06 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:06 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 16:49:06 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:06 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:06 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:06 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 16:49:06 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:06 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:06 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:06 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 16:49:06 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:06 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:06 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:06 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 16:49:07 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:07 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:07 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:07 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 16:49:07 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:07 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:07 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:07 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 16:49:07 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:07 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:07 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:07 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 16:49:07 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:07 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:07 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:07 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 16:49:07 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:07 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:07 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:07 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 16:49:07 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:07 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:07 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:07 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 16:49:08 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:08 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:08 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:08 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 16:49:08 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:08 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:08 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:08 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 16:49:08 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:08 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:08 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:08 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 16:49:08 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:08 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:08 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:08 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 16:49:08 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:08 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:08 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:08 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 16:49:08 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:08 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:08 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:08 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 16:49:09 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:09 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:09 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:09 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 16:49:09 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:09 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:09 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:09 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 16:49:09 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:09 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:09 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:09 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 16:49:09 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:09 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:09 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:09 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 16:49:10 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:10 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:10 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:10 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 16:49:10 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:10 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:10 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:10 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 16:49:10 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:10 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:10 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:10 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 16:49:10 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:10 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:10 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:10 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 16:49:10 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:10 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:10 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:10 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 16:49:10 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:10 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:10 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:10 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 16:49:11 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:11 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:11 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:11 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-05 16:49:11 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:11 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:11 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:11 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-05 16:49:11 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:11 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:11 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:11 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-05 16:49:11 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:11 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:11 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:11 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-05 16:49:11 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:11 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:11 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:11 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-05 16:49:11 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 16:49:11 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 16:49:11 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 16:49:11 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-05 17:04:41 DEBUG 154.219.117.66 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 17:04:41 NOTICE 154.219.117.66 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:04:41 DEBUG 154.219.117.66 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:04:41 INFO 154.219.117.66 367003 48 --- End access to /index.php 2025-12-05 17:04:45 DEBUG 154.219.117.66 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 17:04:45 WARNING 154.219.117.66 367003 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-05 17:04:45 INFO 154.219.117.66 367003 48 --- End access to /index.php 2025-12-05 17:19:23 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:23 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:23 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:23 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 17:19:23 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:23 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:23 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:23 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 17:19:24 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:24 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:24 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:24 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 17:19:24 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:24 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:24 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:24 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 17:19:24 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:24 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:24 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:24 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 17:19:25 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:25 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:25 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:25 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 17:19:25 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:25 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:25 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:25 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 17:19:25 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:25 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:25 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:25 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 17:19:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 17:19:26 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:26 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:26 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:26 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 17:19:27 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:27 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:27 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:27 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 17:19:27 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:27 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:27 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:27 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 17:19:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 17:19:28 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:28 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:28 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:28 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 17:19:28 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:28 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:28 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:28 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 17:19:28 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:28 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:28 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:28 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 17:19:29 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:29 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:29 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:29 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 17:19:29 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:29 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:29 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:29 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 17:19:29 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:29 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:29 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:29 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 17:19:30 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 17:19:30 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:19:30 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:19:30 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 17:43:37 DEBUG 43.133.220.37 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 17:43:37 NOTICE 43.133.220.37 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:43:37 DEBUG 43.133.220.37 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:43:37 INFO 43.133.220.37 365205 48 --- End access to /index.php 2025-12-05 17:44:25 DEBUG 147.185.132.84 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 17:44:25 NOTICE 147.185.132.84 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 17:44:25 DEBUG 147.185.132.84 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 17:44:25 INFO 147.185.132.84 367003 48 --- End access to /index.php 2025-12-05 18:15:49 DEBUG 101.91.148.219 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 18:15:49 NOTICE 101.91.148.219 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 18:15:49 DEBUG 101.91.148.219 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 18:15:49 INFO 101.91.148.219 365209 48 --- End access to /index.php 2025-12-05 18:40:19 DEBUG 116.179.32.131 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 18:40:19 NOTICE 116.179.32.131 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 18:40:19 DEBUG 116.179.32.131 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 18:40:19 INFO 116.179.32.131 365210 48 --- End access to /index.php 2025-12-05 18:40:21 DEBUG 116.179.37.23 365208 48 DefaultValues::fetchAll 2025-12-05 18:40:21 DEBUG 116.179.37.23 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 18:40:21 NOTICE 116.179.37.23 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 18:40:21 DEBUG 116.179.37.23 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 18:40:21 INFO 116.179.37.23 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-05 18:40:22 DEBUG 116.179.37.154 365204 48 DefaultValues::fetchAll 2025-12-05 18:40:22 DEBUG 116.179.37.154 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 18:40:22 NOTICE 116.179.37.154 365204 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 18:40:22 DEBUG 116.179.37.154 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 18:40:22 DEBUG 116.179.37.154 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 18:40:22 INFO 116.179.37.154 365204 48 --- End access to /theme/eldy/style.css.php 2025-12-05 18:56:45 DEBUG 198.235.24.96 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 18:56:45 NOTICE 198.235.24.96 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 18:56:45 DEBUG 198.235.24.96 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 18:56:45 INFO 198.235.24.96 365205 48 --- End access to /index.php 2025-12-05 19:18:39 DEBUG 43.130.78.203 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 19:18:39 NOTICE 43.130.78.203 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:18:39 DEBUG 43.130.78.203 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:18:39 INFO 43.130.78.203 367003 48 --- End access to /index.php 2025-12-05 19:25:45 DEBUG 119.249.100.53 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 19:25:45 NOTICE 119.249.100.53 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:25:45 DEBUG 119.249.100.53 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:25:45 INFO 119.249.100.53 365209 48 --- End access to /index.php 2025-12-05 19:25:48 DEBUG 116.179.33.210 365210 48 DefaultValues::fetchAll 2025-12-05 19:25:48 DEBUG 116.179.33.210 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 19:25:48 NOTICE 116.179.33.210 365210 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 19:25:48 DEBUG 116.179.33.210 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:25:48 DEBUG 116.179.33.210 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-05 19:25:48 INFO 116.179.33.210 365210 48 --- End access to /theme/eldy/style.css.php 2025-12-05 19:25:48 DEBUG 116.179.33.148 365208 48 DefaultValues::fetchAll 2025-12-05 19:25:48 DEBUG 116.179.33.148 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-05 19:25:48 NOTICE 116.179.33.148 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-05 19:25:48 DEBUG 116.179.33.148 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:25:48 INFO 116.179.33.148 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-05 19:42:12 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:12 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:12 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:12 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 19:42:12 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:12 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:12 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:12 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 19:42:12 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:12 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:12 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:12 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 19:42:13 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:13 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:13 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:13 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 19:42:13 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:13 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:13 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:13 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 19:42:13 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:13 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:13 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:13 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 19:42:14 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:14 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:14 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:14 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 19:42:14 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:14 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:14 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:14 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 19:42:14 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:14 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:14 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 19:42:15 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:15 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:15 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:15 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 19:42:15 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:15 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:15 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:15 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 19:42:16 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:16 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:16 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:16 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 19:42:16 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:16 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:16 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:16 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 19:42:16 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:16 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:16 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:16 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 19:42:17 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:17 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:17 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:17 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 19:42:17 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:17 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:17 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:17 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 19:42:17 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:17 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:17 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:17 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 19:42:18 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:18 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:18 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:18 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 19:42:18 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:18 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:18 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:18 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 19:42:18 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 19:42:18 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 19:42:18 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 19:42:18 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 20:38:50 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:50 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:50 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:50 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 20:38:51 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:51 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:51 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:51 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 20:38:51 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:51 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:51 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:51 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 20:38:51 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:51 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:51 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:51 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 20:38:52 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:52 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:52 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:52 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 20:38:52 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:52 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:52 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:52 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 20:38:52 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:52 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:52 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:52 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 20:38:53 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:53 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:53 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:53 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 20:38:53 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:53 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:53 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:53 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 20:38:54 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:54 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:54 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:54 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 20:38:54 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:54 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:54 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:54 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 20:38:54 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:54 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:54 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:54 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 20:38:55 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:55 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:55 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:55 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 20:38:55 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:55 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:55 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:55 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 20:38:55 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:55 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:55 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:55 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 20:38:56 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:56 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:56 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:56 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 20:38:56 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:56 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:56 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:56 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 20:38:56 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:56 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:56 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:56 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 20:38:57 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:57 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:57 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:57 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 20:38:57 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 20:38:57 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 20:38:57 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 20:38:57 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 22:16:59 DEBUG 43.173.173.64 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 22:16:59 NOTICE 43.173.173.64 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:16:59 DEBUG 43.173.173.64 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:16:59 INFO 43.173.173.64 365204 48 --- End access to /index.php 2025-12-05 22:43:24 DEBUG 147.185.133.216 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:24 NOTICE 147.185.133.216 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:24 DEBUG 147.185.133.216 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:24 INFO 147.185.133.216 365205 48 --- End access to /index.php 2025-12-05 22:43:36 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:36 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:36 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:36 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 22:43:36 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:36 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:36 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:36 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 22:43:37 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:37 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:37 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:37 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 22:43:37 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:37 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:37 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:37 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 22:43:38 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:38 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:38 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:38 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 22:43:38 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:38 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:38 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:38 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 22:43:38 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:38 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:38 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:38 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 22:43:39 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:39 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:39 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:39 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 22:43:39 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:39 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:39 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:39 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 22:43:40 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:40 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:40 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:40 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 22:43:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 22:43:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 22:43:41 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:41 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:41 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:41 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 22:43:41 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:41 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:41 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:41 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 22:43:42 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:42 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:42 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:42 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 22:43:42 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:42 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:42 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:42 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 22:43:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 22:43:43 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:43 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:43 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:43 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 22:43:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 22:43:44 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 22:43:44 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:43:44 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:43:44 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 22:46:23 DEBUG 43.173.1.69 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 22:46:23 NOTICE 43.173.1.69 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 22:46:23 DEBUG 43.173.1.69 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 22:46:23 INFO 43.173.1.69 365210 48 --- End access to /index.php 2025-12-05 23:26:01 DEBUG 198.235.24.77 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 23:26:01 NOTICE 198.235.24.77 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:26:01 DEBUG 198.235.24.77 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:26:01 INFO 198.235.24.77 365205 48 --- End access to /index.php 2025-12-05 23:57:11 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:11 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:11 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:11 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 23:57:12 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:12 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:12 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:12 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 23:57:12 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:12 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:12 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:12 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 23:57:13 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:13 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:13 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:13 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 23:57:13 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:13 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:13 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:13 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 23:57:14 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:14 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:14 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 23:57:14 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:14 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:14 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:14 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 23:57:14 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:14 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:14 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:14 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 23:57:15 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:15 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:15 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:15 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 23:57:15 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:15 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:15 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:15 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 23:57:16 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:16 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:16 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:16 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 23:57:16 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:16 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:16 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:16 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 23:57:16 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:16 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:16 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:16 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 23:57:17 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:17 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:17 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:17 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-05 23:57:17 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:17 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:17 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:17 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-05 23:57:18 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:18 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:18 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:18 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-05 23:57:18 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:18 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:18 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:18 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-05 23:57:18 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:18 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:18 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:18 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-05 23:57:19 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:19 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:19 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:19 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-05 23:57:19 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-05 23:57:19 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-05 23:57:19 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-05 23:57:19 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 00:03:46 DEBUG 192.144.148.122 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 00:03:46 NOTICE 192.144.148.122 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 00:03:46 DEBUG 192.144.148.122 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 00:03:46 INFO 192.144.148.122 365204 48 --- End access to /index.php 2025-12-06 01:19:20 DEBUG 124.156.157.91 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:19:20 NOTICE 124.156.157.91 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:19:20 DEBUG 124.156.157.91 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:19:20 INFO 124.156.157.91 365209 48 --- End access to /index.php 2025-12-06 01:23:26 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:26 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:26 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:26 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 01:23:26 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:26 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:26 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:26 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 01:23:27 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:27 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:27 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:27 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 01:23:27 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:27 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:27 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:27 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 01:23:27 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:27 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:27 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:27 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 01:23:27 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:27 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:27 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:27 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 01:23:27 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:27 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:27 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:27 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 01:23:28 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:28 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:28 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:28 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 01:23:28 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:28 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:28 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:28 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 01:23:28 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:28 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:28 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:28 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 01:23:28 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:28 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:28 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:28 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 01:23:29 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:29 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:29 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:29 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 01:23:29 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:29 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:29 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:29 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 01:23:29 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:29 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:29 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:29 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 01:23:29 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:29 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:29 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:29 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 01:23:29 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:29 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:29 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:29 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 01:23:29 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:29 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:29 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:29 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 01:23:30 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:30 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:30 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:30 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 01:23:30 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:30 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:30 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:30 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 01:23:30 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:30 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:30 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:30 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 01:23:30 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:30 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:30 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:30 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 01:23:31 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:31 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:31 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:31 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:31 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:31 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:31 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 01:23:31 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 01:23:31 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:31 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:31 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:31 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 01:23:31 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:31 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:31 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:31 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 01:23:32 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:32 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:32 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:32 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 01:23:32 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:32 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:32 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:32 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 01:23:32 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:32 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:32 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:32 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 01:23:32 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:32 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:32 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:32 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 01:23:33 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:33 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:33 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:33 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 01:23:33 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:33 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:33 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:33 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 01:23:33 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:33 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:33 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:33 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 01:23:33 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:33 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:33 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:33 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 01:23:34 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:34 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:34 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:34 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 01:23:34 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:34 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:34 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:34 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 01:23:34 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:34 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:34 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:34 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 01:23:34 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:34 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:34 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:34 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 01:23:35 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:35 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:35 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:35 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 01:23:35 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:35 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:35 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:35 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 01:23:35 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:23:35 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:23:35 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:23:35 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 01:46:31 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:31 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:31 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:31 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 01:46:31 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:31 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:31 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:31 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 01:46:32 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:32 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:32 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:32 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 01:46:32 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:32 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:32 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:32 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 01:46:33 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:33 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:33 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:33 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 01:46:33 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:33 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:33 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:33 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 01:46:33 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:33 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:33 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:33 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 01:46:34 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:34 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:34 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:34 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 01:46:34 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:34 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:34 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:34 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 01:46:35 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:35 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:35 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:35 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 01:46:35 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:35 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:35 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:35 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 01:46:35 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:35 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:35 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:35 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 01:46:36 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:36 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:36 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:36 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 01:46:36 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:36 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:36 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:36 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 01:46:36 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:36 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:36 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:37 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 01:46:37 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:37 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:37 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:37 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 01:46:37 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:37 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:37 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:37 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 01:46:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 01:46:38 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:38 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:38 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:38 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 01:46:38 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 01:46:38 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 01:46:38 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 01:46:38 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 03:03:44 DEBUG 43.130.37.243 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 03:03:44 NOTICE 43.130.37.243 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:03:44 DEBUG 43.130.37.243 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:03:44 INFO 43.130.37.243 365205 48 --- End access to /index.php 2025-12-06 03:10:22 DEBUG 148.178.79.113 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 03:10:22 NOTICE 148.178.79.113 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:10:22 DEBUG 148.178.79.113 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:10:22 INFO 148.178.79.113 367003 48 --- End access to /index.php 2025-12-06 03:21:59 DEBUG 167.86.95.235 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 03:21:59 NOTICE 167.86.95.235 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:21:59 DEBUG 167.86.95.235 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:21:59 INFO 167.86.95.235 365209 48 --- End access to /index.php 2025-12-06 03:24:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 03:24:05 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:05 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:05 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:05 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 03:24:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 03:24:06 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:06 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:06 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:06 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 03:24:06 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:06 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:06 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:06 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 03:24:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 03:24:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 03:24:07 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:07 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:07 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:07 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 03:24:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 03:24:08 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:08 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:08 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:08 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 03:24:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 03:24:09 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:09 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:09 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:09 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 03:24:09 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:09 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:09 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:09 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 03:24:10 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:10 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:10 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:10 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 03:24:10 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:10 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:10 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:10 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 03:24:11 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:11 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:11 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:11 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 03:24:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 03:24:12 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:12 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:12 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:12 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 03:24:12 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:12 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:12 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:12 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 03:24:12 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 03:24:12 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 03:24:12 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 03:24:12 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 04:11:15 DEBUG 18.204.218.52 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 04:11:15 NOTICE 18.204.218.52 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 04:11:15 DEBUG 18.204.218.52 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 04:11:15 INFO 18.204.218.52 365205 48 --- End access to /index.php 2025-12-06 04:15:58 DEBUG 43.173.181.118 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 04:15:58 NOTICE 43.173.181.118 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 04:15:58 DEBUG 43.173.181.118 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 04:15:58 INFO 43.173.181.118 367003 48 --- End access to /index.php 2025-12-06 04:25:27 DEBUG 103.239.14.12 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 04:25:27 WARNING 103.239.14.12 365209 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-06 04:25:27 INFO 103.239.14.12 365209 48 --- End access to /index.php 2025-12-06 04:46:10 DEBUG 167.94.138.48 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 04:46:10 NOTICE 167.94.138.48 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 04:46:10 DEBUG 167.94.138.48 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 04:46:10 INFO 167.94.138.48 365208 48 --- End access to /index.php 2025-12-06 06:24:13 DEBUG 34.31.240.1 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:24:13 NOTICE 34.31.240.1 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:24:13 DEBUG 34.31.240.1 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:24:13 INFO 34.31.240.1 365210 48 --- End access to /index.php 2025-12-06 06:29:44 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:44 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:44 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:44 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 06:29:44 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:44 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:44 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:44 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:29:45 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:45 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:45 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:45 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 06:29:45 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:45 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:45 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:45 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 06:29:45 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:45 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:45 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:45 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 06:29:46 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:46 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:46 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:46 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 06:29:46 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:46 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:46 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:46 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 06:29:47 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:47 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:47 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:47 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:29:47 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:47 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:47 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:47 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 06:29:47 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:47 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:47 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:47 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 06:29:48 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:48 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:48 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:48 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 06:29:48 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:48 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:48 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:48 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 06:29:49 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:49 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:49 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:49 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 06:29:49 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:49 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:49 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:49 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:29:49 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:49 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:49 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:49 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 06:29:50 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:50 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:50 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:50 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 06:29:50 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:50 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:50 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:50 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 06:29:51 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:51 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:51 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:51 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 06:29:51 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:51 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:51 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:51 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 06:29:51 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:29:51 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:29:51 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:29:51 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:30:01 DEBUG 43.159.139.164 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 06:30:01 NOTICE 43.159.139.164 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:30:01 DEBUG 43.159.139.164 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:30:01 INFO 43.159.139.164 365209 48 --- End access to /index.php 2025-12-06 06:46:51 DEBUG 185.242.226.102 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 06:46:51 NOTICE 185.242.226.102 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:46:51 DEBUG 185.242.226.102 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:46:51 INFO 185.242.226.102 365208 48 --- End access to /index.php 2025-12-06 06:47:13 DEBUG 51.77.68.76 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:47:13 NOTICE 51.77.68.76 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:47:13 DEBUG 51.77.68.76 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:47:13 INFO 51.77.68.76 365210 48 --- End access to /index.php 2025-12-06 06:47:14 DEBUG 51.77.68.76 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:47:14 NOTICE 51.77.68.76 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:47:14 DEBUG 51.77.68.76 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:47:14 INFO 51.77.68.76 365204 48 --- End access to /index.php 2025-12-06 06:48:45 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:45 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:45 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:45 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:48:46 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:46 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:46 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:46 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 06:48:46 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:46 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:46 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:46 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 06:48:47 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:47 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:47 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:47 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 06:48:47 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:47 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:47 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:47 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 06:48:47 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:47 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:47 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:47 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 06:48:48 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:48 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:48 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:48 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:48:48 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:48 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:48 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:48 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 06:48:49 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:49 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:49 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:49 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 06:48:49 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:49 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:49 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:49 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 06:48:49 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:49 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:49 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:49 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 06:48:50 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:50 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:50 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:50 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 06:48:50 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:50 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:50 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:50 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:48:51 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:51 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:51 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:51 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 06:48:51 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:51 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:51 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:51 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 06:48:51 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:51 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:51 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:51 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 06:48:52 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:52 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:52 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:52 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 06:48:52 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:52 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:52 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:52 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 06:48:53 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:53 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:53 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:53 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 06:48:53 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 06:48:53 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 06:48:53 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 06:48:53 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 07:08:33 DEBUG 142.93.238.69 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 07:08:33 NOTICE 142.93.238.69 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 07:08:33 DEBUG 142.93.238.69 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 07:08:33 INFO 142.93.238.69 365208 48 --- End access to /index.php 2025-12-06 07:08:53 DEBUG 185.16.39.146 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 07:08:53 NOTICE 185.16.39.146 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 07:08:53 DEBUG 185.16.39.146 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 07:08:53 INFO 185.16.39.146 365210 48 --- End access to /index.php 2025-12-06 07:19:22 DEBUG 91.84.104.205 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 07:19:22 NOTICE 91.84.104.205 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 07:19:22 DEBUG 91.84.104.205 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 07:19:22 INFO 91.84.104.205 365204 48 --- End access to /index.php 2025-12-06 07:56:47 DEBUG 212.227.49.114 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 07:56:47 NOTICE 212.227.49.114 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 07:56:47 DEBUG 212.227.49.114 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 07:56:47 INFO 212.227.49.114 365205 48 --- End access to /index.php 2025-12-06 08:13:34 DEBUG 36.7.109.47 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 08:13:34 NOTICE 36.7.109.47 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 08:13:34 DEBUG 36.7.109.47 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 08:13:34 INFO 36.7.109.47 367003 48 --- End access to /index.php 2025-12-06 08:33:37 DEBUG 47.251.246.144 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 08:33:37 NOTICE 47.251.246.144 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 08:33:37 DEBUG 47.251.246.144 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 08:33:37 INFO 47.251.246.144 365209 48 --- End access to /index.php 2025-12-06 08:33:53 DEBUG 47.251.246.144 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 08:33:53 WARNING 47.251.246.144 365208 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-06 08:33:53 INFO 47.251.246.144 365208 48 --- End access to /index.php 2025-12-06 08:48:25 DEBUG 79.164.153.40 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 08:48:25 NOTICE 79.164.153.40 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 08:48:25 DEBUG 79.164.153.40 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 08:48:25 INFO 79.164.153.40 365210 48 --- End access to /index.php 2025-12-06 09:05:40 DEBUG 43.152.72.244 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 09:05:40 NOTICE 43.152.72.244 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:05:40 DEBUG 43.152.72.244 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:05:40 INFO 43.152.72.244 365204 48 --- End access to /index.php 2025-12-06 09:26:44 DEBUG 210.79.178.91 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 09:26:44 NOTICE 210.79.178.91 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:26:44 DEBUG 210.79.178.91 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:26:44 INFO 210.79.178.91 365205 48 --- End access to /index.php 2025-12-06 09:52:20 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:20 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:20 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:20 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 09:52:20 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:20 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:20 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:20 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 09:52:20 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:20 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:20 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:20 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 09:52:21 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:21 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:21 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:21 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 09:52:21 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:21 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:21 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:21 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 09:52:21 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:21 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:21 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:21 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 09:52:21 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:21 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:21 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:21 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 09:52:21 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:21 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:21 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:21 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 09:52:22 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:22 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:22 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:22 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 09:52:22 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:22 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:22 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:22 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 09:52:22 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:22 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:22 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:22 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 09:52:22 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:22 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:22 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:22 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 09:52:22 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:22 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:22 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:22 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 09:52:23 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:23 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:23 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:23 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 09:52:23 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:23 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:23 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:23 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 09:52:23 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:23 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:23 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:23 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 09:52:23 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:23 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:23 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:23 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 09:52:23 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:23 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:23 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:23 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 09:52:24 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:24 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:24 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:24 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 09:52:24 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:24 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:24 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:24 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 09:52:24 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:24 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:24 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:24 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 09:52:24 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:24 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:24 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:24 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 09:52:24 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:24 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:24 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:24 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 09:52:25 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:25 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:25 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:25 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 09:52:25 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:25 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:25 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:25 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 09:52:25 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:25 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:25 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:25 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 09:52:25 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:25 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:25 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:25 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 09:52:25 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:25 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:25 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:25 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 09:52:26 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:26 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:26 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:26 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 09:52:26 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:26 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:26 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:26 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 09:52:26 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:26 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:26 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:26 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 09:52:26 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:26 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:26 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:26 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 09:52:26 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:26 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:26 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:26 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 09:52:27 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:27 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:27 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:27 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 09:52:27 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:27 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:27 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:27 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 09:52:27 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:27 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:27 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:27 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 09:52:27 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:27 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:27 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:27 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 09:52:27 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:27 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:27 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:27 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 09:52:28 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:28 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:28 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:28 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 09:52:28 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 09:52:28 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:52:28 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:52:28 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 09:53:10 DEBUG 192.42.116.210 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 09:53:10 NOTICE 192.42.116.210 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 09:53:10 DEBUG 192.42.116.210 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:53:10 INFO 192.42.116.210 367003 48 --- End access to /index.php 2025-12-06 09:53:11 DEBUG 192.42.116.210 365209 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-06 09:53:11 DEBUG 192.42.116.210 365209 48 DefaultValues::fetchAll 2025-12-06 09:53:11 DEBUG 192.42.116.210 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-06 09:53:11 NOTICE 192.42.116.210 365209 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-06 09:53:11 DEBUG 192.42.116.210 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 09:53:11 DEBUG 192.42.116.210 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-06 09:53:11 INFO 192.42.116.210 365209 48 --- End access to /user/passwordforgotten.php 2025-12-06 10:15:53 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:53 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:53 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:53 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 10:15:53 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:53 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:53 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:53 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 10:15:54 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:54 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:54 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:54 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 10:15:54 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:54 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:54 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:54 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 10:15:55 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:55 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:55 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:55 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 10:15:55 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:55 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:55 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:55 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 10:15:55 DEBUG 43.173.172.139 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:55 NOTICE 43.173.172.139 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:55 DEBUG 43.173.172.139 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:55 INFO 43.173.172.139 365208 48 --- End access to /index.php 2025-12-06 10:15:55 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:55 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:55 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:55 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 10:15:56 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:56 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:56 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:56 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 10:15:56 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:56 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:56 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:56 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 10:15:57 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:57 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:57 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:57 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 10:15:57 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:57 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:57 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:57 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 10:15:57 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:57 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:57 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:57 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 10:15:58 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:58 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:58 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:58 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 10:15:58 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:58 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:58 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:58 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 10:15:59 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:59 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:59 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:59 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 10:15:59 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:59 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:59 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:59 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 10:15:59 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 10:15:59 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:15:59 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:15:59 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 10:16:00 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:00 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:00 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:00 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 10:16:00 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:00 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:00 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:00 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 10:16:00 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:00 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:00 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:00 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 10:16:00 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:00 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:00 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:00 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 10:16:01 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:01 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:01 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:01 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 10:16:01 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:01 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:01 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:01 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 10:16:01 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:01 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:01 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:01 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 10:16:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 10:16:02 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:02 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:02 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:02 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 10:16:02 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:02 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:02 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:02 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 10:16:03 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:03 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:03 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:03 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 10:16:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 10:16:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 10:16:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 10:16:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 10:16:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 10:16:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 10:16:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 10:16:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 10:16:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 10:16:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 10:16:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 10:16:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 10:16:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:16:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:16:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 10:27:16 DEBUG 84.247.105.144 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 10:27:16 NOTICE 84.247.105.144 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:27:16 DEBUG 84.247.105.144 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:27:16 INFO 84.247.105.144 365210 48 --- End access to /index.php 2025-12-06 10:27:16 DEBUG 84.247.105.144 365204 48 DefaultValues::fetchAll 2025-12-06 10:27:16 DEBUG 84.247.105.144 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-06 10:27:16 NOTICE 84.247.105.144 365204 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-06 10:27:16 DEBUG 84.247.105.144 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:27:16 DEBUG 84.247.105.144 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-06 10:27:16 INFO 84.247.105.144 365204 48 --- End access to /theme/eldy/style.css.php 2025-12-06 10:39:02 DEBUG 150.109.119.38 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 10:39:02 NOTICE 150.109.119.38 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 10:39:02 DEBUG 150.109.119.38 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 10:39:02 INFO 150.109.119.38 365205 48 --- End access to /index.php 2025-12-06 12:15:38 DEBUG 14.144.13.172 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 12:15:38 NOTICE 14.144.13.172 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 12:15:38 DEBUG 14.144.13.172 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 12:15:38 INFO 14.144.13.172 367003 48 --- End access to /index.php 2025-12-06 12:41:45 DEBUG 216.180.246.147 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 12:41:45 NOTICE 216.180.246.147 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 12:41:45 DEBUG 216.180.246.147 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 12:41:45 INFO 216.180.246.147 365209 48 --- End access to /index.php 2025-12-06 12:42:24 DEBUG 216.180.246.147 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 12:42:24 NOTICE 216.180.246.147 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 12:42:24 DEBUG 216.180.246.147 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 12:42:24 INFO 216.180.246.147 365208 48 --- End access to /index.php 2025-12-06 13:28:22 DEBUG 43.130.111.40 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 13:28:22 NOTICE 43.130.111.40 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:28:22 DEBUG 43.130.111.40 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:28:22 INFO 43.130.111.40 365210 48 --- End access to /index.php 2025-12-06 13:53:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 13:53:02 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:02 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:02 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:02 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 13:53:02 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:02 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:02 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:02 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 13:53:03 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:03 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:03 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:03 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 13:53:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 13:53:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 13:53:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 13:53:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 13:53:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 13:53:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 13:53:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 13:53:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 13:53:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 13:53:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 13:53:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 13:53:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 13:53:08 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:08 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:08 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:08 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 13:53:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 13:53:09 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:09 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:09 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:09 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 13:53:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 13:53:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 13:53:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 13:53:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 14:12:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 14:12:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 14:12:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 14:12:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 14:12:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 14:12:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 14:12:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 14:12:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 14:12:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 14:12:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 14:12:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 14:12:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 14:12:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 14:12:08 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:08 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:08 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:08 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 14:12:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 14:12:09 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:09 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:09 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:09 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 14:12:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 14:12:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 14:12:10 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:10 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:10 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:10 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 14:12:10 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 14:12:10 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:12:10 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:12:10 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 14:18:14 DEBUG 217.154.153.209 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 14:18:14 NOTICE 217.154.153.209 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 14:18:14 DEBUG 217.154.153.209 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 14:18:14 INFO 217.154.153.209 365204 48 --- End access to /index.php 2025-12-06 15:34:26 DEBUG 212.227.49.114 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 15:34:26 NOTICE 212.227.49.114 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 15:34:26 DEBUG 212.227.49.114 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 15:34:26 INFO 212.227.49.114 365205 48 --- End access to /index.php 2025-12-06 16:12:01 DEBUG 43.153.74.75 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 16:12:01 NOTICE 43.153.74.75 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 16:12:01 DEBUG 43.153.74.75 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 16:12:01 INFO 43.153.74.75 367003 48 --- End access to /index.php 2025-12-06 16:18:09 DEBUG 43.173.176.187 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 16:18:09 NOTICE 43.173.176.187 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 16:18:09 DEBUG 43.173.176.187 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 16:18:09 INFO 43.173.176.187 365209 48 --- End access to /index.php 2025-12-06 17:43:42 DEBUG 79.112.30.255 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 17:43:42 NOTICE 79.112.30.255 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 17:43:42 DEBUG 79.112.30.255 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 17:43:42 INFO 79.112.30.255 365208 48 --- End access to /index.php 2025-12-06 18:24:02 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:02 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:02 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:02 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 18:24:02 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:02 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:02 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:02 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 18:24:02 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:02 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:02 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:02 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 18:24:03 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:03 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:03 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:03 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 18:24:03 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:03 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:03 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:03 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 18:24:03 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:03 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:03 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:03 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 18:24:03 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:03 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:03 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:03 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 18:24:03 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:03 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:03 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:03 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 18:24:04 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:04 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:04 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:04 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 18:24:04 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:04 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:04 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:04 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 18:24:04 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:04 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:04 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:04 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 18:24:04 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:04 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:04 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:04 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 18:24:04 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:04 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:04 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:04 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 18:24:05 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:05 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:05 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:05 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 18:24:05 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:05 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:05 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:05 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 18:24:05 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:05 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:05 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:05 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 18:24:05 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:05 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:05 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:05 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 18:24:05 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:05 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:05 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:05 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 18:24:06 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:06 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:06 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:06 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 18:24:06 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:06 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:06 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:06 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 18:24:06 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:06 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:06 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:06 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 18:24:06 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:06 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:06 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:06 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 18:24:06 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:06 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:06 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:06 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 18:24:07 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:07 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:07 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:07 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 18:24:07 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:07 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:07 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:07 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 18:24:07 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:07 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:07 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:07 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 18:24:07 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:07 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:07 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:07 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 18:24:07 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:07 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:07 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:07 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 18:24:08 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:08 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:08 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:08 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 18:24:08 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:08 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:08 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:08 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 18:24:08 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:08 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:08 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:08 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 18:24:08 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:08 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:08 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:08 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 18:24:08 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:08 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:08 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:08 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 18:24:09 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:09 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:09 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:09 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 18:24:09 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:09 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:09 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:09 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-06 18:24:09 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:09 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:09 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:09 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-06 18:24:09 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:09 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:09 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:09 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-06 18:24:09 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:09 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:09 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:09 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-06 18:24:10 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:10 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:10 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:10 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-06 18:24:10 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:24:10 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:24:10 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:24:10 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-06 18:29:51 DEBUG 106.227.49.113 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:29:51 NOTICE 106.227.49.113 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:29:51 DEBUG 106.227.49.113 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:29:51 INFO 106.227.49.113 365210 48 --- End access to /index.php 2025-12-06 18:42:23 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:23 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:23 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:23 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 18:42:23 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:23 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:23 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:23 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 18:42:23 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:23 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:23 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:23 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 18:42:24 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:24 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:24 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:24 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 18:42:24 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:24 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:24 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:24 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 18:42:25 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:25 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:25 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:25 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 18:42:25 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:25 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:25 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:25 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 18:42:25 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:25 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:25 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:25 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 18:42:26 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:26 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:26 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:26 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 18:42:26 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:26 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:26 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:26 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 18:42:27 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:27 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:27 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:27 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 18:42:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 18:42:27 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:27 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:27 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:27 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 18:42:28 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:28 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:28 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:28 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 18:42:28 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:28 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:28 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:28 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 18:42:29 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:29 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:29 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:29 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 18:42:29 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:29 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:29 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:29 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 18:42:29 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:29 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:29 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:29 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 18:42:30 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:30 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:30 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:30 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 18:42:30 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:42:30 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:42:30 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:42:30 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 18:56:09 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:09 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:09 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:09 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 18:56:09 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:09 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:09 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:09 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 18:56:10 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:10 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:10 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:10 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 18:56:10 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:10 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:10 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:10 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 18:56:11 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:11 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:11 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:11 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 18:56:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 18:56:11 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:11 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:11 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:11 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 18:56:12 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:12 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:12 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:12 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 18:56:12 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:12 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:12 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:12 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 18:56:13 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:13 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:13 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:13 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 18:56:13 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:13 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:13 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:13 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 18:56:13 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:13 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:13 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 18:56:14 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:14 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:14 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:14 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 18:56:14 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:14 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:14 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:14 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 18:56:15 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:15 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:15 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:15 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 18:56:15 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:15 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:15 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:15 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 18:56:16 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:16 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:16 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:16 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 18:56:16 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:16 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:16 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:16 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 18:56:16 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:16 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:16 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:16 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 18:56:17 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 18:56:17 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 18:56:17 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 18:56:17 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 19:18:28 DEBUG 43.159.141.150 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 19:18:28 NOTICE 43.159.141.150 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 19:18:28 DEBUG 43.159.141.150 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 19:18:28 INFO 43.159.141.150 365204 48 --- End access to /index.php 2025-12-06 21:02:36 DEBUG 185.16.39.146 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 21:02:36 NOTICE 185.16.39.146 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:02:36 DEBUG 185.16.39.146 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:02:36 INFO 185.16.39.146 365205 48 --- End access to /index.php 2025-12-06 21:35:59 DEBUG 185.16.39.146 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 21:35:59 NOTICE 185.16.39.146 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:35:59 DEBUG 185.16.39.146 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:35:59 INFO 185.16.39.146 367003 48 --- End access to /index.php 2025-12-06 21:57:59 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 21:57:59 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:57:59 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:57:59 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 21:57:59 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 21:57:59 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:57:59 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:57:59 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 21:58:00 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:00 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:00 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:00 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 21:58:00 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:00 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:00 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:00 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 21:58:00 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:00 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:00 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:00 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 21:58:01 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:01 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:01 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:01 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 21:58:01 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:01 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:01 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:01 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 21:58:02 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:02 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:02 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:02 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 21:58:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 21:58:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 21:58:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 21:58:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 21:58:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 21:58:04 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:04 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:04 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:04 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 21:58:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 21:58:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 21:58:05 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:05 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:05 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:05 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 21:58:06 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:06 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:06 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:06 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 21:58:06 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:06 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:06 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:06 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 21:58:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 21:58:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 21:58:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 21:58:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 22:02:36 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:36 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:36 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:36 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 22:02:37 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:37 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:37 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:37 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 22:02:37 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:37 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:37 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:37 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 22:02:37 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:37 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:37 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:37 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 22:02:38 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:38 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:38 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:38 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 22:02:38 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:38 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:38 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:38 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 22:02:39 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:39 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:39 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:39 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 22:02:39 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:39 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:39 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:39 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 22:02:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 22:02:40 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:40 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:40 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:40 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 22:02:40 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:40 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:40 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:40 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 22:02:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 22:02:41 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:41 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:41 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:41 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 22:02:41 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:41 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:41 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:41 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 22:02:42 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:42 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:42 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:42 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-06 22:02:42 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:42 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:42 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:42 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-06 22:02:43 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:43 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:43 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:43 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-06 22:02:43 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:43 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:43 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:43 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-06 22:02:43 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:43 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:43 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:43 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-06 22:02:44 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-06 22:02:44 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:02:44 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:02:44 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-06 22:20:35 DEBUG 43.173.176.85 365209 48 NEW TOKEN generated by : /index.php 2025-12-06 22:20:35 NOTICE 43.173.176.85 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:20:35 DEBUG 43.173.176.85 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:20:35 INFO 43.173.176.85 365209 48 --- End access to /index.php 2025-12-06 22:44:36 DEBUG 147.185.133.12 365208 48 NEW TOKEN generated by : /index.php 2025-12-06 22:44:36 NOTICE 147.185.133.12 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-06 22:44:36 DEBUG 147.185.133.12 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-06 22:44:36 INFO 147.185.133.12 365208 48 --- End access to /index.php 2025-12-07 00:11:52 DEBUG 60.188.57.0 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 00:11:52 NOTICE 60.188.57.0 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 00:11:52 DEBUG 60.188.57.0 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 00:11:52 INFO 60.188.57.0 365210 48 --- End access to /index.php 2025-12-07 00:32:12 DEBUG 104.143.84.54 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 00:32:12 DEBUG 104.143.84.54 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 00:32:12 NOTICE 104.143.84.54 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 00:32:12 DEBUG 104.143.84.54 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 00:32:12 NOTICE 104.143.84.54 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 00:32:12 DEBUG 104.143.84.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 00:32:12 INFO 104.143.84.54 365205 48 --- End access to /index.php 2025-12-07 00:32:12 INFO 104.143.84.54 365204 48 --- End access to /index.php 2025-12-07 00:46:06 DEBUG 43.135.145.77 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 00:46:06 NOTICE 43.135.145.77 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 00:46:06 DEBUG 43.135.145.77 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 00:46:06 INFO 43.135.145.77 367003 48 --- End access to /index.php 2025-12-07 01:01:11 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:11 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:11 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:11 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:01:12 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:12 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:12 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:12 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 01:01:13 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:13 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:13 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:13 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 01:01:13 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:13 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:13 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:13 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 01:01:14 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:14 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:14 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:14 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 01:01:14 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:14 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:14 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 01:01:15 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:15 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:15 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:15 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:01:15 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:15 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:15 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:15 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 01:01:15 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:15 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:15 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:15 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 01:01:16 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:16 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:16 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:16 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 01:01:16 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:16 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:16 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:16 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 01:01:17 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:17 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:17 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:17 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 01:01:17 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:17 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:17 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:17 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:01:17 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:17 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:17 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:17 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 01:01:18 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:18 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:18 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:18 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 01:01:18 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:18 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:18 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:18 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 01:01:19 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:19 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:19 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:19 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 01:01:19 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:19 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:19 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:19 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 01:01:19 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:19 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:19 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:19 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:01:20 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 01:01:20 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:01:20 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:01:20 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 01:18:15 DEBUG 147.185.132.115 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 01:18:15 NOTICE 147.185.132.115 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:18:15 DEBUG 147.185.132.115 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:18:15 INFO 147.185.132.115 365204 48 --- End access to /index.php 2025-12-07 01:21:34 DEBUG 138.197.147.211 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 01:21:34 NOTICE 138.197.147.211 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:21:34 DEBUG 138.197.147.211 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:21:34 INFO 138.197.147.211 365205 48 --- End access to /index.php 2025-12-07 01:23:46 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:46 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:46 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:46 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 01:23:47 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:47 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:47 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:47 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:23:47 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:47 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:47 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:47 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 01:23:47 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:47 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:47 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:47 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 01:23:48 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:48 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:48 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:48 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 01:23:48 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:48 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:48 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:48 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 01:23:49 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:49 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:49 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:49 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 01:23:49 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:49 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:49 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:49 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:23:49 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:49 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:49 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:49 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 01:23:50 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:50 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:50 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:50 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 01:23:50 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:50 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:50 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:50 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 01:23:51 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:51 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:51 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:51 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 01:23:51 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:51 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:51 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:51 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 01:23:51 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:51 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:51 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:51 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:23:52 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:52 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:52 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:52 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 01:23:52 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:52 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:52 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:52 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 01:23:53 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:53 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:53 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:53 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 01:23:53 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:53 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:53 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:53 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 01:23:53 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:53 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:53 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:53 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 01:23:54 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 01:23:54 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:23:54 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:23:54 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 01:53:53 DEBUG 121.8.51.111 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 01:53:53 NOTICE 121.8.51.111 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 01:53:53 DEBUG 121.8.51.111 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 01:53:53 INFO 121.8.51.111 365210 48 --- End access to /index.php 2025-12-07 02:07:58 DEBUG 221.207.43.48 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:07:58 NOTICE 221.207.43.48 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:07:58 DEBUG 221.207.43.48 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:07:58 DEBUG 211.68.122.135 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 02:07:58 NOTICE 211.68.122.135 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:07:58 DEBUG 211.68.122.135 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:07:58 INFO 221.207.43.48 365204 48 --- End access to /index.php 2025-12-07 02:07:58 INFO 211.68.122.135 365205 48 --- End access to /index.php 2025-12-07 02:17:45 DEBUG 212.227.49.114 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:17:45 NOTICE 212.227.49.114 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:17:45 DEBUG 212.227.49.114 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:17:45 INFO 212.227.49.114 367003 48 --- End access to /index.php 2025-12-07 02:41:13 DEBUG 2a06:4883:b000::b8 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 02:41:13 NOTICE 2a06:4883:b000::b8 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:41:13 DEBUG 2a06:4883:b000::b8 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:41:13 INFO 2a06:4883:b000::b8 365209 48 --- End access to /index.php 2025-12-07 02:57:38 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:38 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:38 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:38 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 02:57:39 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:39 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:39 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:39 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:39 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:39 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:39 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 02:57:39 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 02:57:40 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:40 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:40 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:40 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:40 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:40 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:40 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 02:57:40 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 02:57:40 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:40 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:40 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:40 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:40 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:40 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:40 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 02:57:40 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 02:57:40 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:40 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:40 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:40 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:40 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:40 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:40 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 02:57:40 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 02:57:41 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:41 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:41 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:41 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:41 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:41 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:41 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 02:57:41 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 02:57:41 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:41 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:41 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:41 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:41 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:41 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:41 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 02:57:41 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 02:57:42 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:42 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:42 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:42 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:42 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:42 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:42 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 02:57:42 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 02:57:42 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:42 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:42 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:42 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:42 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:42 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:42 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 02:57:42 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 02:57:43 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:43 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:43 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:43 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:43 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:43 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:43 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 02:57:43 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 02:57:43 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:43 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:43 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:43 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:43 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:43 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:43 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 02:57:43 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 02:57:44 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:44 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:44 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:44 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:44 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:44 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:44 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 02:57:44 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 02:57:44 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:44 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:44 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:44 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:44 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:44 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:44 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 02:57:44 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 02:57:45 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:45 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:45 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:45 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:45 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:45 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:45 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 02:57:45 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 02:57:45 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:45 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:45 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:45 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 02:57:45 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:45 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:45 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:45 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-07 02:57:46 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:46 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:46 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:46 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 02:57:46 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:46 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:46 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:46 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 02:57:46 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:46 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:46 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:46 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:46 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:46 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:46 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 02:57:46 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 02:57:46 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:46 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:46 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:46 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:46 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:46 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:47 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 02:57:47 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 02:57:47 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:47 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:47 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:47 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-07 02:57:47 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:47 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:47 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:47 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 02:57:47 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:47 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:47 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:47 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 02:57:48 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:48 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:48 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:48 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 02:57:48 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 02:57:48 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 02:57:48 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 02:57:48 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 03:25:24 DEBUG 104.143.84.54 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 03:25:24 NOTICE 104.143.84.54 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 03:25:24 DEBUG 104.143.84.54 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 03:25:24 INFO 104.143.84.54 1717068 48 --- End access to /index.php 2025-12-07 03:25:24 DEBUG 104.143.84.54 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 03:25:24 NOTICE 104.143.84.54 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 03:25:24 DEBUG 104.143.84.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 03:25:24 INFO 104.143.84.54 365205 48 --- End access to /index.php 2025-12-07 03:49:30 DEBUG 104.143.84.54 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 03:49:30 NOTICE 104.143.84.54 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 03:49:30 DEBUG 104.143.84.54 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 03:49:30 INFO 104.143.84.54 365209 48 --- End access to /index.php 2025-12-07 03:49:31 DEBUG 104.143.84.54 365204 48 DefaultValues::fetchAll 2025-12-07 03:49:31 DEBUG 104.143.84.54 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-07 03:49:31 NOTICE 104.143.84.54 365204 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-07 03:49:31 DEBUG 104.143.84.54 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 03:49:31 DEBUG 104.143.84.54 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-07 03:49:31 INFO 104.143.84.54 365204 48 --- End access to /theme/eldy/style.css.php 2025-12-07 03:49:31 DEBUG 104.143.84.54 365208 48 DefaultValues::fetchAll 2025-12-07 03:49:31 DEBUG 104.143.84.54 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-07 03:49:31 NOTICE 104.143.84.54 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-07 03:49:31 DEBUG 104.143.84.54 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 03:49:31 INFO 104.143.84.54 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-07 04:09:47 DEBUG 185.153.208.19 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 04:09:47 NOTICE 185.153.208.19 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:09:47 DEBUG 185.153.208.19 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:09:47 INFO 185.153.208.19 367003 48 --- End access to /index.php 2025-12-07 04:15:51 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:51 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:51 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:51 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 04:15:51 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:51 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:51 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:51 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 04:15:52 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:52 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:52 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:52 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 04:15:52 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:52 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:52 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:52 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 04:15:52 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:52 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:52 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:52 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 04:15:53 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:53 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:53 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:53 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 04:15:53 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:53 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:53 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:53 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 04:15:54 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:54 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:54 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:54 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 04:15:54 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:54 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:54 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:54 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 04:15:54 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:54 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:54 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:54 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 04:15:55 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:55 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:55 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:55 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 04:15:55 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:55 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:55 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:55 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 04:15:56 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:56 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:56 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:56 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 04:15:56 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:56 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:56 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:56 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 04:15:56 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:56 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:56 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:56 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 04:15:57 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:57 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:57 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:57 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 04:15:57 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:57 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:57 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:57 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 04:15:58 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:58 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:58 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:58 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 04:15:58 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:58 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:58 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:58 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 04:15:58 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 04:15:58 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:15:58 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:15:58 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 04:17:25 DEBUG 43.173.178.72 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 04:17:25 NOTICE 43.173.178.72 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:17:25 DEBUG 43.173.178.72 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:17:25 INFO 43.173.178.72 365210 48 --- End access to /index.php 2025-12-07 04:18:12 DEBUG 45.86.200.223 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 04:18:12 NOTICE 45.86.200.223 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:18:12 DEBUG 45.86.200.223 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:18:12 INFO 45.86.200.223 1717068 48 --- End access to /index.php 2025-12-07 04:32:23 DEBUG 31.14.32.5 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 04:32:23 NOTICE 31.14.32.5 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:32:23 DEBUG 31.14.32.5 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:32:23 INFO 31.14.32.5 365205 48 --- End access to /index.php 2025-12-07 04:59:57 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 04:59:57 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:59:57 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:59:57 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 04:59:57 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 04:59:57 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:59:57 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:59:57 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 04:59:58 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 04:59:58 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:59:58 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:59:58 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 04:59:58 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 04:59:58 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:59:58 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:59:58 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 04:59:59 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 04:59:59 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:59:59 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:59:59 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 04:59:59 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 04:59:59 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:59:59 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:59:59 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 04:59:59 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 04:59:59 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 04:59:59 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 04:59:59 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 05:00:00 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:00 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:00 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:00 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 05:00:00 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:00 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:00 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:00 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 05:00:01 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:01 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:01 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:01 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 05:00:01 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:01 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:01 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:01 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 05:00:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 05:00:02 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:02 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:02 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:02 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 05:00:02 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:02 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:02 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:02 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 05:00:03 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:03 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:03 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:03 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 05:00:03 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:03 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:03 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:03 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 05:00:04 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:04 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:04 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:04 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 05:00:04 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:04 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:04 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:04 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 05:00:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 05:00:05 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 05:00:05 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:00:05 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:00:05 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 05:46:52 DEBUG 167.94.138.205 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 05:46:52 NOTICE 167.94.138.205 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:46:52 DEBUG 167.94.138.205 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:46:52 INFO 167.94.138.205 365204 48 --- End access to /index.php 2025-12-07 05:55:31 DEBUG 43.153.74.75 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 05:55:31 NOTICE 43.153.74.75 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 05:55:31 DEBUG 43.153.74.75 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 05:55:31 INFO 43.153.74.75 365208 48 --- End access to /index.php 2025-12-07 06:09:19 DEBUG 43.166.245.120 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 06:09:19 NOTICE 43.166.245.120 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 06:09:19 DEBUG 43.166.245.120 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 06:09:19 INFO 43.166.245.120 367003 48 --- End access to /index.php 2025-12-07 06:13:03 DEBUG 223.15.245.170 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 06:13:03 NOTICE 223.15.245.170 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 06:13:03 DEBUG 223.15.245.170 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 06:13:03 INFO 223.15.245.170 365210 48 --- End access to /index.php 2025-12-07 06:33:00 DEBUG 34.61.217.64 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 06:33:00 NOTICE 34.61.217.64 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 06:33:00 DEBUG 34.61.217.64 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 06:33:00 INFO 34.61.217.64 1717068 48 --- End access to /index.php 2025-12-07 07:48:32 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:32 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:32 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:32 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 07:48:33 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:33 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:33 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:33 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 07:48:33 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:33 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:33 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:33 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 07:48:33 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:33 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:33 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:33 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 07:48:34 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:34 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:34 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:34 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 07:48:34 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:34 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:34 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:34 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 07:48:35 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:35 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:35 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:35 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 07:48:35 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:35 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:35 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:35 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 07:48:35 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:35 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:35 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:35 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 07:48:36 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:36 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:36 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:36 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 07:48:36 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:36 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:36 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:36 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 07:48:37 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:37 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:37 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:37 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 07:48:37 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:37 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:37 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:37 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 07:48:37 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:37 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:37 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:37 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 07:48:38 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:38 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:38 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:38 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 07:48:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 07:48:39 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:39 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:39 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:39 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 07:48:39 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:39 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:39 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:39 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 07:48:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 07:48:40 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 07:48:40 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 07:48:40 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 07:48:40 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 08:27:28 DEBUG 162.62.213.187 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 08:27:28 NOTICE 162.62.213.187 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:27:28 DEBUG 162.62.213.187 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:27:28 INFO 162.62.213.187 365205 48 --- End access to /index.php 2025-12-07 08:52:32 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:32 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:32 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:32 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 08:52:32 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:32 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:32 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:32 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 08:52:33 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:33 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:33 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:33 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 08:52:33 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:33 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:33 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:33 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 08:52:33 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:33 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:33 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:33 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 08:52:34 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:34 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:34 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:34 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 08:52:34 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:34 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:34 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:34 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 08:52:35 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:35 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:35 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:35 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 08:52:35 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:35 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:35 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:35 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 08:52:35 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:35 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:35 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:35 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 08:52:36 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:36 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:36 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:36 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 08:52:36 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:36 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:36 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:36 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 08:52:37 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:37 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:37 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:37 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 08:52:37 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:37 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:37 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:37 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 08:52:37 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:37 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:37 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:37 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 08:52:38 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:38 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:38 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:38 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 08:52:38 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:38 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:38 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:38 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 08:52:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 08:52:39 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:39 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:39 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:39 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 08:52:39 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 08:52:39 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 08:52:39 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 08:52:39 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 09:33:48 DEBUG 198.235.24.180 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 09:33:48 NOTICE 198.235.24.180 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 09:33:48 DEBUG 198.235.24.180 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 09:33:48 INFO 198.235.24.180 365209 48 --- End access to /index.php 2025-12-07 10:17:16 DEBUG 43.173.182.191 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 10:17:16 NOTICE 43.173.182.191 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 10:17:16 DEBUG 43.173.182.191 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 10:17:16 INFO 43.173.182.191 365204 48 --- End access to /index.php 2025-12-07 10:39:10 DEBUG 219.152.60.127 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 10:39:10 NOTICE 219.152.60.127 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 10:39:10 DEBUG 219.152.60.127 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 10:39:10 INFO 219.152.60.127 365208 48 --- End access to /index.php 2025-12-07 10:41:17 DEBUG 159.138.63.222 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 10:41:17 NOTICE 159.138.63.222 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 10:41:17 DEBUG 159.138.63.222 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 10:41:17 INFO 159.138.63.222 367003 48 --- End access to /index.php 2025-12-07 11:11:01 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:01 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:01 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:01 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 11:11:01 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:01 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:01 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:01 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 11:11:02 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:02 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:02 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:02 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 11:11:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 11:11:03 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:03 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:03 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:03 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 11:11:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 11:11:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 11:11:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 11:11:04 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:04 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:04 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:04 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 11:11:05 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:05 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:05 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:05 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 11:11:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 11:11:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 11:11:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 11:11:06 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:06 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:06 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:06 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 11:11:07 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:07 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:07 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:07 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 11:11:07 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:07 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:07 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:07 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 11:11:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 11:11:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 11:11:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 11:11:09 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 11:11:09 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 11:11:09 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 11:11:09 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 12:25:16 DEBUG 149.50.96.133 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 12:25:16 WARNING 149.50.96.133 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-07 12:25:16 INFO 149.50.96.133 365210 48 --- End access to /index.php 2025-12-07 12:31:01 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:01 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:01 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:01 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 12:31:01 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:01 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:01 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:01 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 12:31:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 12:31:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 12:31:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 12:31:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 12:31:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 12:31:04 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:04 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:04 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:04 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 12:31:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 12:31:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 12:31:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 12:31:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 12:31:06 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:06 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:06 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:06 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 12:31:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 12:31:07 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:07 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:07 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:07 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 12:31:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 12:31:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 12:31:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 12:31:08 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:08 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:08 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:08 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 12:31:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 12:31:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:31:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:31:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 12:36:25 DEBUG 45.130.202.16 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 12:36:25 NOTICE 45.130.202.16 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 12:36:25 DEBUG 45.130.202.16 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 12:36:25 INFO 45.130.202.16 1717068 48 --- End access to /index.php 2025-12-07 13:35:41 DEBUG 20.51.105.198 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 13:35:41 NOTICE 20.51.105.198 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 13:35:41 DEBUG 20.51.105.198 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 13:35:41 INFO 20.51.105.198 365205 48 --- End access to /index.php 2025-12-07 13:35:42 DEBUG 20.51.105.198 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 13:35:42 NOTICE 20.51.105.198 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 13:35:42 DEBUG 20.51.105.198 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 13:35:42 INFO 20.51.105.198 365209 48 --- End access to /index.php 2025-12-07 13:35:42 DEBUG 20.51.105.198 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 13:35:42 NOTICE 20.51.105.198 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 13:35:42 DEBUG 20.51.105.198 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 13:35:42 INFO 20.51.105.198 365204 48 --- End access to /index.php 2025-12-07 13:35:43 DEBUG 20.51.105.198 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 13:35:43 NOTICE 20.51.105.198 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 13:35:43 DEBUG 20.51.105.198 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 13:35:43 INFO 20.51.105.198 365208 48 --- End access to /index.php 2025-12-07 14:42:45 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:45 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:45 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:45 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 14:42:46 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:46 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:46 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:46 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 14:42:46 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:46 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:46 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:46 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 14:42:46 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:46 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:46 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:46 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 14:42:47 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:47 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:47 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:47 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 14:42:47 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:47 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:47 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:47 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 14:42:47 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:47 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:47 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:47 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 14:42:48 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:48 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:48 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:48 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 14:42:48 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:48 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:48 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:48 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 14:42:49 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:49 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:49 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:49 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 14:42:49 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:49 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:49 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:49 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 14:42:49 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:49 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:49 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:49 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 14:42:50 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:50 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:50 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:50 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 14:42:50 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:50 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:50 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:50 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 14:42:50 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:50 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:50 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:50 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 14:42:51 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:51 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:51 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:51 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 14:42:51 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:51 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:51 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:51 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 14:42:51 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:51 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:51 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:51 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 14:42:52 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:52 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:52 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:52 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 14:42:52 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 14:42:52 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 14:42:52 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 14:42:52 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 15:03:06 DEBUG 101.36.107.228 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 15:03:06 NOTICE 101.36.107.228 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:03:06 DEBUG 101.36.107.228 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:03:06 INFO 101.36.107.228 1717068 48 --- End access to /index.php 2025-12-07 15:03:08 DEBUG 101.36.107.228 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 15:03:08 NOTICE 101.36.107.228 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:03:08 DEBUG 101.36.107.228 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:03:08 INFO 101.36.107.228 365204 48 --- End access to /index.php 2025-12-07 15:09:54 DEBUG 185.242.226.102 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 15:09:54 NOTICE 185.242.226.102 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:09:54 DEBUG 185.242.226.102 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:09:54 INFO 185.242.226.102 365208 48 --- End access to /index.php 2025-12-07 15:43:48 DEBUG 43.130.31.17 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 15:43:48 NOTICE 43.130.31.17 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:43:48 DEBUG 43.130.31.17 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:43:48 INFO 43.130.31.17 367003 48 --- End access to /index.php 2025-12-07 15:45:20 DEBUG 154.219.117.66 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:20 NOTICE 154.219.117.66 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:20 DEBUG 154.219.117.66 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:20 INFO 154.219.117.66 365210 48 --- End access to /index.php 2025-12-07 15:45:21 DEBUG 154.219.117.66 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:21 NOTICE 154.219.117.66 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:21 DEBUG 154.219.117.66 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:21 INFO 154.219.117.66 1717068 48 --- End access to /index.php 2025-12-07 15:45:21 DEBUG 154.219.117.66 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:21 NOTICE 154.219.117.66 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:21 DEBUG 154.219.117.66 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:21 INFO 154.219.117.66 365205 48 --- End access to /index.php 2025-12-07 15:45:22 DEBUG 154.219.117.66 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:22 NOTICE 154.219.117.66 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:22 DEBUG 154.219.117.66 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:22 INFO 154.219.117.66 365209 48 --- End access to /index.php 2025-12-07 15:45:22 DEBUG 154.219.117.66 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:22 NOTICE 154.219.117.66 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:22 DEBUG 154.219.117.66 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:22 INFO 154.219.117.66 365204 48 --- End access to /index.php 2025-12-07 15:45:22 DEBUG 154.219.117.66 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:22 NOTICE 154.219.117.66 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:22 DEBUG 154.219.117.66 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:22 INFO 154.219.117.66 365208 48 --- End access to /index.php 2025-12-07 15:45:23 DEBUG 154.219.117.66 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:23 NOTICE 154.219.117.66 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:23 DEBUG 154.219.117.66 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:23 INFO 154.219.117.66 367003 48 --- End access to /index.php 2025-12-07 15:45:23 DEBUG 154.219.117.66 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:23 NOTICE 154.219.117.66 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:23 DEBUG 154.219.117.66 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:23 INFO 154.219.117.66 365210 48 --- End access to /index.php 2025-12-07 15:45:23 DEBUG 154.219.117.66 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:23 NOTICE 154.219.117.66 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:45:23 DEBUG 154.219.117.66 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:45:23 INFO 154.219.117.66 1717068 48 --- End access to /index.php 2025-12-07 15:45:24 DEBUG 154.219.117.66 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 15:45:24 WARNING 154.219.117.66 365209 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-07 15:45:24 INFO 154.219.117.66 365209 48 --- End access to /index.php 2025-12-07 15:46:15 DEBUG 45.207.210.174 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:15 NOTICE 45.207.210.174 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:15 DEBUG 45.207.210.174 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:15 INFO 45.207.210.174 365208 48 --- End access to /index.php 2025-12-07 15:46:16 DEBUG 45.207.210.174 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:16 NOTICE 45.207.210.174 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:16 DEBUG 45.207.210.174 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:16 INFO 45.207.210.174 367003 48 --- End access to /index.php 2025-12-07 15:46:18 DEBUG 45.207.210.174 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:18 NOTICE 45.207.210.174 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:18 DEBUG 45.207.210.174 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:18 INFO 45.207.210.174 365210 48 --- End access to /index.php 2025-12-07 15:46:19 DEBUG 45.207.210.174 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:19 NOTICE 45.207.210.174 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:19 DEBUG 45.207.210.174 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:19 INFO 45.207.210.174 1717068 48 --- End access to /index.php 2025-12-07 15:46:19 DEBUG 45.207.210.174 365205 48 NEW TOKEN generated by : /index.php/ 2025-12-07 15:46:19 NOTICE 45.207.210.174 365205 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:19 DEBUG 45.207.210.174 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:19 INFO 45.207.210.174 365205 48 --- End access to /index.php/ 2025-12-07 15:46:19 DEBUG 45.207.210.174 365209 48 NEW TOKEN generated by : /index.php/ 2025-12-07 15:46:19 NOTICE 45.207.210.174 365209 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:19 DEBUG 45.207.210.174 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:19 INFO 45.207.210.174 365209 48 --- End access to /index.php/ 2025-12-07 15:46:20 DEBUG 45.207.210.174 365204 48 NEW TOKEN generated by : /index.php/ 2025-12-07 15:46:20 NOTICE 45.207.210.174 365204 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:20 DEBUG 45.207.210.174 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:20 INFO 45.207.210.174 365204 48 --- End access to /index.php/ 2025-12-07 15:46:20 DEBUG 45.207.210.174 365208 48 NEW TOKEN generated by : /index.php/ 2025-12-07 15:46:20 NOTICE 45.207.210.174 365208 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:20 DEBUG 45.207.210.174 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:20 INFO 45.207.210.174 365208 48 --- End access to /index.php/ 2025-12-07 15:46:20 DEBUG 45.207.210.174 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:20 NOTICE 45.207.210.174 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:20 DEBUG 45.207.210.174 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:20 INFO 45.207.210.174 367003 48 --- End access to /index.php 2025-12-07 15:46:21 DEBUG 45.207.210.174 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:21 WARNING 45.207.210.174 1717068 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-07 15:46:21 INFO 45.207.210.174 1717068 48 --- End access to /index.php 2025-12-07 15:46:23 DEBUG 154.219.115.155 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:23 NOTICE 154.219.115.155 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:23 DEBUG 154.219.115.155 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:23 INFO 154.219.115.155 365209 48 --- End access to /index.php 2025-12-07 15:46:23 DEBUG 154.219.115.155 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:23 NOTICE 154.219.115.155 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:23 DEBUG 154.219.115.155 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:23 INFO 154.219.115.155 365204 48 --- End access to /index.php 2025-12-07 15:46:24 DEBUG 154.219.115.155 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:24 NOTICE 154.219.115.155 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:24 DEBUG 154.219.115.155 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:24 INFO 154.219.115.155 365208 48 --- End access to /index.php 2025-12-07 15:46:24 DEBUG 154.219.115.155 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:24 NOTICE 154.219.115.155 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:24 DEBUG 154.219.115.155 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:24 INFO 154.219.115.155 367003 48 --- End access to /index.php 2025-12-07 15:46:25 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:25 NOTICE 154.219.115.155 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:25 DEBUG 154.219.115.155 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:25 INFO 154.219.115.155 365210 48 --- End access to /index.php 2025-12-07 15:46:25 DEBUG 154.219.115.155 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:25 NOTICE 154.219.115.155 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:25 DEBUG 154.219.115.155 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:25 INFO 154.219.115.155 1717068 48 --- End access to /index.php 2025-12-07 15:46:25 DEBUG 154.219.115.155 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:25 NOTICE 154.219.115.155 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:25 DEBUG 154.219.115.155 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:25 INFO 154.219.115.155 365205 48 --- End access to /index.php 2025-12-07 15:46:26 DEBUG 154.219.115.155 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:26 NOTICE 154.219.115.155 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:26 DEBUG 154.219.115.155 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:26 INFO 154.219.115.155 365209 48 --- End access to /index.php 2025-12-07 15:46:26 DEBUG 154.219.115.155 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:26 NOTICE 154.219.115.155 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:26 DEBUG 154.219.115.155 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:26 INFO 154.219.115.155 365204 48 --- End access to /index.php 2025-12-07 15:46:26 DEBUG 154.219.115.155 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:26 NOTICE 154.219.115.155 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 15:46:26 DEBUG 154.219.115.155 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 15:46:26 INFO 154.219.115.155 365208 48 --- End access to /index.php 2025-12-07 15:46:27 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 15:46:27 WARNING 154.219.115.155 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-07 15:46:27 INFO 154.219.115.155 365210 48 --- End access to /index.php 2025-12-07 16:16:23 DEBUG 43.173.177.116 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 16:16:23 NOTICE 43.173.177.116 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 16:16:23 DEBUG 43.173.177.116 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 16:16:23 INFO 43.173.177.116 365209 48 --- End access to /index.php 2025-12-07 17:37:41 DEBUG 43.166.238.12 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 17:37:41 NOTICE 43.166.238.12 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:37:41 DEBUG 43.166.238.12 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:37:41 INFO 43.166.238.12 365204 48 --- End access to /index.php 2025-12-07 17:52:11 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:11 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:11 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:11 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 17:52:12 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:12 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:12 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:12 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 17:52:12 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:12 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:12 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:12 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 17:52:12 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:12 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:12 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:12 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 17:52:13 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:13 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:13 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:13 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 17:52:13 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:13 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:13 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:13 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 17:52:13 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:13 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:13 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:13 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 17:52:14 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:14 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:14 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:14 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 17:52:14 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:14 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:14 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 17:52:14 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:14 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:14 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:14 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 17:52:15 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:15 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:15 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:15 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 17:52:15 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:15 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:15 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:15 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 17:52:15 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:15 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:15 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:16 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 17:52:16 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:16 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:16 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:16 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 17:52:16 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:16 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:16 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:16 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 17:52:17 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:17 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:17 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:17 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 17:52:17 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:17 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:17 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:17 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 17:52:17 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:17 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:17 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:17 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 17:52:18 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:18 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:18 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:18 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 17:52:18 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 17:52:18 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 17:52:18 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 17:52:18 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 18:08:52 DEBUG 93.158.90.74 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 18:08:52 NOTICE 93.158.90.74 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 18:08:52 DEBUG 93.158.90.74 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 18:08:52 INFO 93.158.90.74 365208 48 --- End access to /index.php 2025-12-07 18:24:24 DEBUG 117.188.112.89 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 18:24:24 NOTICE 117.188.112.89 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 18:24:24 DEBUG 117.188.112.89 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 18:24:24 INFO 117.188.112.89 367003 48 --- End access to /index.php 2025-12-07 18:30:35 DEBUG 122.51.236.174 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 18:30:35 NOTICE 122.51.236.174 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 18:30:35 DEBUG 122.51.236.174 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 18:30:35 INFO 122.51.236.174 365210 48 --- End access to /index.php 2025-12-07 19:18:47 DEBUG 149.50.96.133 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 19:18:47 WARNING 149.50.96.133 365205 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-07 19:18:47 INFO 149.50.96.133 365205 48 --- End access to /index.php 2025-12-07 20:01:49 DEBUG 79.112.30.255 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 20:01:49 NOTICE 79.112.30.255 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:01:49 DEBUG 79.112.30.255 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:01:49 INFO 79.112.30.255 365209 48 --- End access to /index.php 2025-12-07 20:39:35 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:35 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:35 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:35 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 20:39:36 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:36 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:36 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:36 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 20:39:36 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:36 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:36 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:36 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 20:39:36 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:36 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:36 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:36 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 20:39:37 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:37 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:37 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:37 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 20:39:37 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:37 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:37 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:37 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 20:39:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 20:39:38 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:38 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:38 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:38 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 20:39:38 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:38 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:38 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:38 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 20:39:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 20:39:39 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:39 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:39 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:39 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 20:39:39 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:39 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:39 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:39 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 20:39:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 20:39:40 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:40 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:40 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:40 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 20:39:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 20:39:41 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:41 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:41 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:41 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 20:39:41 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:41 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:41 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:41 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 20:39:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 20:39:42 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:42 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:42 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:42 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 20:39:42 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 20:39:42 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:39:42 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:39:42 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 20:46:23 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:23 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:23 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:23 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 20:46:24 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:24 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:24 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:24 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 20:46:24 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:24 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:24 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:24 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 20:46:25 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:25 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:25 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:25 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 20:46:25 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:25 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:25 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:25 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 20:46:25 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:25 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:25 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:25 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 20:46:26 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:26 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:26 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:26 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 20:46:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 20:46:26 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:26 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:26 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:26 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 20:46:27 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:27 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:27 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:27 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 20:46:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 20:46:27 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:27 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:27 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:27 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 20:46:28 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:28 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:28 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:28 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 20:46:28 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:28 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:28 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:28 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 20:46:28 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:28 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:28 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:28 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 20:46:29 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:29 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:29 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:29 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 20:46:29 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:29 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:29 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:29 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 20:46:30 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:30 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:30 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:30 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 20:46:30 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:30 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:30 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:30 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 20:46:30 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 20:46:30 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 20:46:30 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 20:46:30 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 21:11:45 DEBUG 212.227.7.168 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 21:11:45 NOTICE 212.227.7.168 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 21:11:45 DEBUG 212.227.7.168 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 21:11:45 INFO 212.227.7.168 365204 48 --- End access to /index.php 2025-12-07 21:32:53 DEBUG 80.140.32.134 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 21:32:53 NOTICE 80.140.32.134 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 21:32:53 DEBUG 80.140.32.134 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 21:32:53 INFO 80.140.32.134 365208 48 --- End access to /index.php 2025-12-07 22:12:22 DEBUG 117.83.212.113 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 22:12:22 NOTICE 117.83.212.113 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 22:12:22 DEBUG 117.83.212.113 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 22:12:22 INFO 117.83.212.113 367003 48 --- End access to /index.php 2025-12-07 22:17:21 DEBUG 43.155.129.131 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 22:17:21 NOTICE 43.155.129.131 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 22:17:21 DEBUG 43.155.129.131 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 22:17:21 INFO 43.155.129.131 365210 48 --- End access to /index.php 2025-12-07 22:17:39 DEBUG 43.173.173.203 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 22:17:39 NOTICE 43.173.173.203 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 22:17:39 DEBUG 43.173.173.203 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 22:17:39 INFO 43.173.173.203 1717068 48 --- End access to /index.php 2025-12-07 23:04:19 DEBUG 85.203.44.49 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:04:19 NOTICE 85.203.44.49 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:04:19 DEBUG 85.203.44.49 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:04:19 INFO 85.203.44.49 365205 48 --- End access to /index.php 2025-12-07 23:27:39 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:39 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:39 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:39 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 23:27:39 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:39 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:39 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:39 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 23:27:40 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:40 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:40 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:40 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 23:27:40 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:40 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:40 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:40 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 23:27:40 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:40 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:40 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:40 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 23:27:40 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:40 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:40 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:40 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-07 23:27:40 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:40 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:40 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:40 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 23:27:40 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:40 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:40 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:40 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 23:27:41 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:41 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:41 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:41 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 23:27:41 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:41 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:41 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:41 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 23:27:41 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:41 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:41 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:41 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 23:27:41 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:41 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:41 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:41 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 23:27:41 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:41 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:41 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:41 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-07 23:27:42 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:42 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:42 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:42 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 23:27:42 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:42 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:42 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:42 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 23:27:42 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:42 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:42 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:42 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 23:27:42 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:42 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:42 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:42 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 23:27:42 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:42 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:42 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:42 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 23:27:43 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:43 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:43 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:43 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 23:27:43 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:43 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:43 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:43 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-07 23:27:43 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:43 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:43 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:43 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 23:27:43 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:43 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:43 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:43 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 23:27:43 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:43 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:43 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:43 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 23:27:43 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:43 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:43 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:43 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 23:27:44 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:44 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:44 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:44 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 23:27:44 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:44 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:44 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:44 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 23:27:44 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:44 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:44 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:44 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-07 23:27:44 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:44 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:44 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:44 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 23:27:44 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:44 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:44 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:44 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 23:27:44 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:44 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:44 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:44 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 23:27:45 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:45 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:45 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:45 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 23:27:45 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:45 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:45 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:45 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 23:27:45 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:45 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:45 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:45 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 23:27:45 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:45 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:45 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:45 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-07 23:27:45 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:45 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:45 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:45 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-07 23:27:45 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:45 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:45 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:45 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-07 23:27:46 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:46 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:46 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:46 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-07 23:27:46 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:46 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:46 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:46 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-07 23:27:46 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:46 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:46 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:46 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-07 23:27:46 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:27:46 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:27:46 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:27:46 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-07 23:33:06 DEBUG 171.12.203.231 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:33:06 NOTICE 171.12.203.231 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:33:06 DEBUG 171.12.203.231 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:33:06 INFO 171.12.203.231 365209 48 --- End access to /index.php 2025-12-07 23:44:11 DEBUG 211.163.12.1 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:44:11 NOTICE 211.163.12.1 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:44:11 DEBUG 211.163.12.1 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:44:11 INFO 211.163.12.1 365204 48 --- End access to /index.php 2025-12-07 23:44:11 DEBUG 219.226.11.154 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:44:11 NOTICE 219.226.11.154 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:44:11 DEBUG 219.226.11.154 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:44:11 INFO 219.226.11.154 365208 48 --- End access to /index.php 2025-12-07 23:44:58 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:44:58 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:44:58 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:44:58 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 23:44:58 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:44:58 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:44:58 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:44:58 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 23:44:58 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:44:58 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:44:58 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:44:58 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 23:44:59 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:44:59 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:44:59 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:44:59 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 23:44:59 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:44:59 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:44:59 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:44:59 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 23:45:00 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:00 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:00 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:00 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 23:45:00 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:00 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:00 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:00 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 23:45:00 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:00 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:00 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:00 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 23:45:01 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:01 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:01 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:01 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 23:45:01 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:01 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:01 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:01 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 23:45:01 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:01 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:01 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:01 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 23:45:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 23:45:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 23:45:02 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:02 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:02 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:02 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 23:45:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 23:45:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 23:45:04 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:04 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:04 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:04 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 23:45:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 23:45:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 23:45:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:45:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:45:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:45:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 23:53:57 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:57 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:57 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:57 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 23:53:57 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:57 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:57 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:57 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 23:53:58 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:58 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:58 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:58 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 23:53:58 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:58 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:58 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:58 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 23:53:58 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:58 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:58 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:58 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 23:53:59 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:59 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:59 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:59 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 23:53:59 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:59 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:59 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:59 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 23:53:59 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:53:59 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:53:59 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:53:59 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 23:54:00 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:00 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:00 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:00 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 23:54:00 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:00 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:00 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:00 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 23:54:00 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:00 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:00 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:00 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 23:54:01 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:01 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:01 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:01 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 23:54:01 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:01 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:01 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:01 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-07 23:54:02 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:02 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:02 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:02 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-07 23:54:02 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:02 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:02 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:02 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-07 23:54:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-07 23:54:03 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:03 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:03 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:03 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-07 23:54:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-07 23:54:03 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:03 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:03 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:03 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-07 23:54:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-07 23:54:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-07 23:54:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-07 23:54:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 02:13:07 DEBUG 205.210.31.168 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 02:13:07 NOTICE 205.210.31.168 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:13:07 DEBUG 205.210.31.168 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:13:07 INFO 205.210.31.168 367003 48 --- End access to /index.php 2025-12-08 02:40:09 DEBUG 147.185.133.106 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 02:40:09 NOTICE 147.185.133.106 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:40:09 DEBUG 147.185.133.106 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:40:09 INFO 147.185.133.106 365210 48 --- End access to /index.php 2025-12-08 02:44:38 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:38 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:38 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:38 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 02:44:39 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:39 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:39 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:39 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 02:44:39 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:39 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:39 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:39 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 02:44:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 02:44:40 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:40 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:40 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:40 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 02:44:40 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:40 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:40 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:40 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 02:44:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 02:44:41 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:41 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:41 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:41 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 02:44:41 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:41 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:41 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:41 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 02:44:42 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:42 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:42 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:42 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 02:44:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 02:44:42 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:42 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:42 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:42 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 02:44:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 02:44:43 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:43 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:43 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:43 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 02:44:44 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:44 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:44 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:44 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 02:44:44 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:44 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:44 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:44 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 02:44:44 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:44 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:44 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:44 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 02:44:45 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:45 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:45 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:45 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 02:44:45 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:45 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:45 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:45 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 02:44:45 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 02:44:45 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 02:44:45 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 02:44:45 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 03:09:54 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:54 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:54 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:54 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 03:09:55 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:55 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:55 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:55 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 03:09:55 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:55 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:55 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:55 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 03:09:55 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:55 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:55 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:55 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 03:09:56 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:56 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:56 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:56 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 03:09:56 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:56 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:56 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:56 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 03:09:57 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:57 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:57 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:57 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 03:09:57 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:57 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:57 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:57 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 03:09:57 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:57 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:57 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:57 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 03:09:58 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:58 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:58 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:58 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 03:09:58 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:58 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:58 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:58 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 03:09:58 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:58 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:58 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:58 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 03:09:59 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:59 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:59 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:59 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 03:09:59 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:59 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:59 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:59 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 03:09:59 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 03:09:59 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:09:59 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:09:59 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 03:10:00 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 03:10:00 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:10:00 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:10:00 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 03:10:00 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 03:10:00 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:10:00 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:10:00 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 03:10:01 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 03:10:01 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:10:01 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:10:01 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 03:10:01 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 03:10:01 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:10:01 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:10:01 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 03:10:01 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 03:10:01 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:10:01 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:10:01 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 03:24:10 DEBUG 48.216.244.43 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 03:24:10 NOTICE 48.216.244.43 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 03:24:10 DEBUG 48.216.244.43 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 03:24:10 INFO 48.216.244.43 1717068 48 --- End access to /index.php 2025-12-08 04:06:34 DEBUG 150.109.119.38 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 04:06:34 NOTICE 150.109.119.38 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 04:06:34 DEBUG 150.109.119.38 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 04:06:34 INFO 150.109.119.38 365205 48 --- End access to /index.php 2025-12-08 04:16:59 DEBUG 43.173.180.53 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 04:16:59 NOTICE 43.173.180.53 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 04:16:59 DEBUG 43.173.180.53 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 04:16:59 INFO 43.173.180.53 365209 48 --- End access to /index.php 2025-12-08 05:50:52 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:52 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:52 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:52 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 05:50:53 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:53 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:53 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:53 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 05:50:53 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:53 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:53 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:53 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 05:50:54 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:54 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:54 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:54 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 05:50:54 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:54 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:54 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:54 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 05:50:54 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:54 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:54 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:54 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 05:50:55 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:55 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:55 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:55 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 05:50:55 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:55 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:55 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:55 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 05:50:55 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:55 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:55 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:55 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 05:50:56 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:56 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:56 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:56 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 05:50:56 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:56 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:56 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:56 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 05:50:56 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:56 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:56 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:56 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 05:50:57 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:57 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:57 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:57 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 05:50:57 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:57 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:57 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:57 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 05:50:58 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:58 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:58 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:58 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 05:50:58 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:58 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:58 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:58 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 05:50:58 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:58 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:58 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:58 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 05:50:59 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:59 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:59 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:59 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 05:50:59 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:59 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:59 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:59 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 05:50:59 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 05:50:59 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:50:59 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:50:59 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 05:52:52 DEBUG 101.91.148.219 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 05:52:52 NOTICE 101.91.148.219 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 05:52:52 DEBUG 101.91.148.219 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 05:52:52 INFO 101.91.148.219 365204 48 --- End access to /index.php 2025-12-08 06:06:33 DEBUG 87.249.134.8 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 06:06:33 NOTICE 87.249.134.8 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:06:33 DEBUG 87.249.134.8 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:06:33 INFO 87.249.134.8 365208 48 --- End access to /index.php 2025-12-08 06:36:49 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:49 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:49 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:49 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 06:36:50 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:50 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:50 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:50 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 06:36:50 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:50 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:50 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:50 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 06:36:50 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:50 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:50 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:50 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 06:36:51 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:51 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:51 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:51 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 06:36:51 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:51 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:51 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:51 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 06:36:51 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:51 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:51 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:51 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 06:36:52 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:52 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:52 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:52 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 06:36:52 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:52 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:52 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:52 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 06:36:53 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:53 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:53 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:53 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 06:36:53 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:53 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:53 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:53 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 06:36:53 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:53 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:53 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:53 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 06:36:54 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:54 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:54 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:54 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 06:36:54 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:54 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:54 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:54 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 06:36:54 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:54 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:54 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:54 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 06:36:55 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:55 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:55 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:55 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 06:36:55 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:55 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:55 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:55 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 06:36:55 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:55 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:55 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:55 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 06:36:56 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:56 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:56 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:56 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 06:36:56 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 06:36:56 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:36:56 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:36:56 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 06:51:31 DEBUG 167.94.138.57 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 06:51:31 NOTICE 167.94.138.57 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 06:51:31 DEBUG 167.94.138.57 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 06:51:31 INFO 167.94.138.57 367003 48 --- End access to /index.php 2025-12-08 07:02:24 DEBUG 111.21.35.230 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 07:02:24 NOTICE 111.21.35.230 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:02:24 DEBUG 111.21.35.230 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:02:24 INFO 111.21.35.230 365210 48 --- End access to /index.php 2025-12-08 07:02:38 DEBUG 58.245.27.199 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 07:02:38 NOTICE 58.245.27.199 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:02:38 DEBUG 58.245.27.199 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:02:38 INFO 58.245.27.199 1717068 48 --- End access to /index.php 2025-12-08 07:03:10 DEBUG 220.171.34.194 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 07:03:10 NOTICE 220.171.34.194 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:03:10 DEBUG 220.171.34.194 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:03:10 INFO 220.171.34.194 365205 48 --- End access to /index.php 2025-12-08 07:03:10 DEBUG 153.0.129.36 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 07:03:10 NOTICE 153.0.129.36 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:03:10 DEBUG 153.0.129.36 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:03:10 INFO 153.0.129.36 365209 48 --- End access to /index.php 2025-12-08 07:03:11 DEBUG 183.215.74.2 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 07:03:11 NOTICE 183.215.74.2 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:03:11 DEBUG 183.215.74.2 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:03:11 INFO 183.215.74.2 365204 48 --- End access to /index.php 2025-12-08 07:04:23 DEBUG 120.211.145.101 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 07:04:23 NOTICE 120.211.145.101 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:04:23 DEBUG 120.211.145.101 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:04:23 INFO 120.211.145.101 365208 48 --- End access to /index.php 2025-12-08 07:04:53 DEBUG 218.206.187.6 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 07:04:53 NOTICE 218.206.187.6 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:04:53 DEBUG 218.206.187.6 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:04:53 INFO 218.206.187.6 367003 48 --- End access to /index.php 2025-12-08 07:04:53 DEBUG 111.33.20.67 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 07:04:53 NOTICE 111.33.20.67 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:04:53 DEBUG 111.33.20.67 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:04:53 INFO 111.33.20.67 365210 48 --- End access to /index.php 2025-12-08 07:04:54 DEBUG 112.102.227.100 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 07:04:54 NOTICE 112.102.227.100 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:04:54 DEBUG 112.102.227.100 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:04:54 INFO 112.102.227.100 1717068 48 --- End access to /index.php 2025-12-08 07:32:22 DEBUG 206.189.139.55 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 07:32:22 NOTICE 206.189.139.55 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:32:22 DEBUG 206.189.139.55 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:32:22 INFO 206.189.139.55 365205 48 --- End access to /index.php 2025-12-08 07:58:14 DEBUG 43.153.19.83 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 07:58:14 NOTICE 43.153.19.83 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 07:58:14 DEBUG 43.153.19.83 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 07:58:14 INFO 43.153.19.83 365209 48 --- End access to /index.php 2025-12-08 08:15:04 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:04 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:04 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:04 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 08:15:04 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:04 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:04 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:04 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 08:15:04 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:04 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:04 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:04 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 08:15:05 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:05 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:05 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:05 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 08:15:05 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:05 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:05 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:05 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 08:15:05 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:05 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:05 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:05 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 08:15:05 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:05 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:05 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:05 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 08:15:05 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:05 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:05 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:05 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 08:15:05 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:05 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:05 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:05 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 08:15:06 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:06 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:06 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:06 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 08:15:06 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:06 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:06 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:06 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 08:15:06 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:06 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:06 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:06 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 08:15:06 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:06 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:06 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:06 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 08:15:06 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:06 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:06 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:06 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 08:15:06 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:06 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:06 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:06 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 08:15:07 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:07 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:07 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:07 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 08:15:07 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:07 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:07 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:07 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 08:15:07 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:07 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:07 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:07 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 08:15:07 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:07 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:07 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:07 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 08:15:07 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:07 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:07 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:07 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 08:15:07 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:07 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:07 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:07 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 08:15:08 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:08 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:08 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:08 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 08:15:08 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:08 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:08 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:08 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 08:15:08 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:08 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:08 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:08 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 08:15:08 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:08 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:08 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:08 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 08:15:08 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:08 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:08 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:08 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 08:15:09 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:09 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:09 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:09 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 08:15:09 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:09 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:09 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:09 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 08:15:09 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:09 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:09 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:09 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 08:15:09 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:09 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:09 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:09 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 08:15:09 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:09 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:09 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:09 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 08:15:10 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:10 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:10 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:10 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 08:15:10 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:10 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:10 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:10 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 08:15:10 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:10 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:10 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:10 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 08:15:10 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:10 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:10 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:10 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 08:15:10 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:10 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:10 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:10 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 08:15:10 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:10 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:10 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:10 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 08:15:11 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:11 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:11 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:11 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 08:15:11 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:11 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:11 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:11 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 08:15:11 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 08:15:11 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 08:15:11 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 08:15:11 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 09:00:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 09:00:26 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:26 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:26 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:26 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 09:00:26 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:26 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:26 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:26 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 09:00:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 09:00:27 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:27 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:27 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:27 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 09:00:27 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:27 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:27 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:27 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 09:00:28 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:28 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:28 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:28 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 09:00:28 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:28 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:28 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:28 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 09:00:28 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:28 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:28 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:28 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 09:00:29 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:29 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:29 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:29 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 09:00:29 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:29 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:29 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:29 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 09:00:30 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:30 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:30 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:30 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 09:00:30 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:30 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:30 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:30 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 09:00:30 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:30 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:30 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:30 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 09:00:31 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:31 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:31 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:31 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 09:00:31 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:31 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:31 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:31 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 09:00:31 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:31 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:31 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:31 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 09:00:32 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:32 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:32 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:32 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 09:00:32 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:32 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:32 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:32 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 09:00:32 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 09:00:32 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 09:00:32 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 09:00:32 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 10:03:43 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:43 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:43 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:43 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 10:03:43 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:43 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:43 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:43 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 10:03:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 10:03:44 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:44 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:44 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:44 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 10:03:44 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:44 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:44 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:44 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 10:03:44 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:44 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:44 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:44 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 10:03:45 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:45 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:45 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:45 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 10:03:45 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:45 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:45 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:45 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 10:03:45 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:45 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:45 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:45 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 10:03:46 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:46 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:46 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:46 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 10:03:46 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:46 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:46 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:46 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 10:03:47 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:47 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:47 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:47 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 10:03:47 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:47 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:47 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:47 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 10:03:47 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:47 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:47 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:47 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 10:03:48 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:48 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:48 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:48 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 10:03:48 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:48 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:48 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:48 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 10:03:48 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:48 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:48 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:48 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 10:03:49 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:49 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:49 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:49 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 10:03:49 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:49 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:49 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:49 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 10:03:49 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 10:03:49 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:03:49 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:03:49 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 10:14:39 DEBUG 34.39.184.237 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 10:14:39 NOTICE 34.39.184.237 365204 48 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:14:39 DEBUG 34.39.184.237 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:14:39 INFO 34.39.184.237 365204 48 --- End access to /index.php 2025-12-08 10:16:06 DEBUG 43.173.173.38 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 10:16:06 NOTICE 43.173.173.38 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:16:06 DEBUG 43.173.173.38 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:16:06 INFO 43.173.173.38 365208 48 --- End access to /index.php 2025-12-08 10:16:07 DEBUG 43.173.175.145 367003 48 DefaultValues::fetchAll 2025-12-08 10:16:07 DEBUG 43.173.175.145 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-08 10:16:07 NOTICE 43.173.175.145 367003 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-08 10:16:07 DEBUG 43.173.175.145 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:16:07 INFO 43.173.175.145 367003 48 --- End access to /core/js/lib_head.js.php 2025-12-08 10:16:39 DEBUG 136.107.40.167 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 10:16:39 NOTICE 136.107.40.167 365210 48 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:16:39 DEBUG 136.107.40.167 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:16:39 INFO 136.107.40.167 365210 48 --- End access to /index.php 2025-12-08 10:52:36 DEBUG 43.130.53.252 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 10:52:36 NOTICE 43.130.53.252 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:52:36 DEBUG 43.130.53.252 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:52:36 INFO 43.130.53.252 1717068 48 --- End access to /index.php 2025-12-08 10:55:22 DEBUG 192.42.116.210 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 10:55:22 NOTICE 192.42.116.210 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 10:55:22 DEBUG 192.42.116.210 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:55:22 INFO 192.42.116.210 365205 48 --- End access to /index.php 2025-12-08 10:55:22 DEBUG 192.42.116.210 365209 48 DefaultValues::fetchAll 2025-12-08 10:55:22 DEBUG 192.42.116.210 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-08 10:55:22 NOTICE 192.42.116.210 365209 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-08 10:55:22 DEBUG 192.42.116.210 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:55:22 DEBUG 192.42.116.210 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-08 10:55:22 INFO 192.42.116.210 365209 48 --- End access to /user/passwordforgotten.php 2025-12-08 10:55:23 NOTICE 192.42.116.210 365204 48 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-08 10:55:23 INFO 192.42.116.210 365204 48 --- End access to /theme/eldy/manifest.json.php 2025-12-08 10:55:23 DEBUG 192.42.116.210 365208 48 DefaultValues::fetchAll 2025-12-08 10:55:23 DEBUG 192.42.116.210 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-08 10:55:23 NOTICE 192.42.116.210 365208 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-08 10:55:23 DEBUG 192.42.116.210 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 10:55:23 DEBUG 192.42.116.210 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-08 10:55:23 INFO 192.42.116.210 365208 48 --- End access to /theme/eldy/style.css.php 2025-12-08 12:14:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 12:14:11 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:11 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:11 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:11 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 12:14:12 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:12 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:12 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:12 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 12:14:12 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:12 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:12 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:12 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 12:14:12 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:12 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:12 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:12 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 12:14:13 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:13 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:13 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:13 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 12:14:13 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:13 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:13 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:13 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 12:14:14 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:14 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:14 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 12:14:14 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:14 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:14 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:14 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 12:14:14 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:14 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:14 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:14 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 12:14:15 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:15 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:15 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:15 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 12:14:15 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:15 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:15 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:15 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 12:14:15 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:15 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:15 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:15 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 12:14:16 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:16 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:16 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:16 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 12:14:16 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:16 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:16 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:16 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 12:14:16 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:16 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:16 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:16 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 12:14:17 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:17 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:17 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:17 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 12:14:17 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:17 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:17 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:17 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 12:14:18 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:18 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:18 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:18 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 12:14:18 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 12:14:18 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:14:18 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:14:18 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 12:38:20 DEBUG 170.106.161.78 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 12:38:20 NOTICE 170.106.161.78 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 12:38:20 DEBUG 170.106.161.78 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 12:38:20 INFO 170.106.161.78 367003 48 --- End access to /index.php 2025-12-08 13:28:55 DEBUG 170.239.140.76 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 13:28:55 NOTICE 170.239.140.76 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:28:55 DEBUG 170.239.140.76 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:28:55 INFO 170.239.140.76 1717068 48 --- End access to /index.php 2025-12-08 13:28:59 DEBUG 170.239.140.76 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 13:28:59 NOTICE 170.239.140.76 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:28:59 DEBUG 170.239.140.76 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:28:59 INFO 170.239.140.76 365204 48 --- End access to /index.php 2025-12-08 13:41:06 DEBUG 1.24.16.105 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 13:41:06 NOTICE 1.24.16.105 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:41:06 DEBUG 1.24.16.105 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:41:06 INFO 1.24.16.105 365208 48 --- End access to /index.php 2025-12-08 13:41:48 DEBUG 123.191.137.43 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 13:41:48 NOTICE 123.191.137.43 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:41:48 DEBUG 123.191.137.43 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:41:48 INFO 123.191.137.43 367003 48 --- End access to /index.php 2025-12-08 13:42:05 DEBUG 113.200.72.200 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 13:42:05 NOTICE 113.200.72.200 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:42:05 DEBUG 113.200.72.200 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:42:05 INFO 113.200.72.200 365210 48 --- End access to /index.php 2025-12-08 13:45:37 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:37 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:37 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:37 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 13:45:37 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:37 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:37 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:37 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 13:45:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 13:45:38 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:38 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:38 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:38 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 13:45:38 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:38 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:38 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:38 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 13:45:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 13:45:39 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:39 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:39 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:39 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 13:45:39 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:39 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:39 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:39 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 13:45:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 13:45:40 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:40 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:40 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:40 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 13:45:40 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:40 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:40 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:40 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 13:45:41 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:41 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:41 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:41 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 13:45:41 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:41 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:41 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:41 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 13:45:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 13:45:42 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:42 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:42 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:42 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 13:45:42 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:42 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:42 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:42 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 13:45:43 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:43 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:43 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:43 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 13:45:43 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:43 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:43 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:43 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 13:45:43 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:43 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:43 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:43 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 13:45:44 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 13:45:44 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 13:45:44 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 13:45:44 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 14:05:13 DEBUG 5.187.35.158 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 14:05:13 NOTICE 5.187.35.158 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 14:05:13 DEBUG 5.187.35.158 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 14:05:13 INFO 5.187.35.158 1717068 48 --- End access to /index.php 2025-12-08 15:01:45 DEBUG 152.32.221.218 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 15:01:45 NOTICE 152.32.221.218 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:01:45 DEBUG 152.32.221.218 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:01:45 INFO 152.32.221.218 365205 48 --- End access to /index.php 2025-12-08 15:01:46 DEBUG 152.32.221.218 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 15:01:46 NOTICE 152.32.221.218 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:01:46 DEBUG 152.32.221.218 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:01:46 INFO 152.32.221.218 365209 48 --- End access to /index.php 2025-12-08 15:04:23 DEBUG 104.45.140.204 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 15:04:23 NOTICE 104.45.140.204 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:04:23 DEBUG 104.45.140.204 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:04:23 INFO 104.45.140.204 365204 48 --- End access to /index.php 2025-12-08 15:42:11 DEBUG 183.131.196.15 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:11 NOTICE 183.131.196.15 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:11 DEBUG 183.131.196.15 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:11 INFO 183.131.196.15 365208 48 --- End access to /index.php 2025-12-08 15:42:14 DEBUG 183.131.196.15 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:14 NOTICE 183.131.196.15 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:14 DEBUG 183.131.196.15 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:14 INFO 183.131.196.15 367003 48 --- End access to /index.php 2025-12-08 15:42:14 DEBUG 183.131.196.15 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:14 NOTICE 183.131.196.15 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:14 DEBUG 183.131.196.15 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:14 INFO 183.131.196.15 365210 48 --- End access to /index.php 2025-12-08 15:42:16 DEBUG 183.131.196.15 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:16 NOTICE 183.131.196.15 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:16 DEBUG 183.131.196.15 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:16 INFO 183.131.196.15 1717068 48 --- End access to /index.php 2025-12-08 15:42:16 DEBUG 183.131.196.15 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:16 NOTICE 183.131.196.15 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:16 DEBUG 183.131.196.15 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:16 INFO 183.131.196.15 365205 48 --- End access to /index.php 2025-12-08 15:42:18 DEBUG 183.131.196.15 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:18 NOTICE 183.131.196.15 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:18 DEBUG 183.131.196.15 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:18 INFO 183.131.196.15 365209 48 --- End access to /index.php 2025-12-08 15:42:18 DEBUG 183.131.196.15 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:18 NOTICE 183.131.196.15 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:18 DEBUG 183.131.196.15 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:18 INFO 183.131.196.15 365204 48 --- End access to /index.php 2025-12-08 15:42:18 DEBUG 183.131.196.15 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:18 NOTICE 183.131.196.15 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:18 DEBUG 183.131.196.15 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:18 INFO 183.131.196.15 365208 48 --- End access to /index.php 2025-12-08 15:42:19 DEBUG 183.131.196.15 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:19 NOTICE 183.131.196.15 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:19 DEBUG 183.131.196.15 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:19 INFO 183.131.196.15 367003 48 --- End access to /index.php 2025-12-08 15:42:19 DEBUG 183.131.196.15 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:19 NOTICE 183.131.196.15 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:19 DEBUG 183.131.196.15 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:19 INFO 183.131.196.15 365210 48 --- End access to /index.php 2025-12-08 15:42:19 DEBUG 183.131.196.15 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:19 NOTICE 183.131.196.15 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:19 DEBUG 183.131.196.15 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:19 INFO 183.131.196.15 1717068 48 --- End access to /index.php 2025-12-08 15:42:20 DEBUG 183.131.196.15 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:20 NOTICE 183.131.196.15 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:20 DEBUG 183.131.196.15 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:20 INFO 183.131.196.15 365205 48 --- End access to /index.php 2025-12-08 15:42:20 DEBUG 183.131.196.15 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:20 NOTICE 183.131.196.15 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:20 DEBUG 183.131.196.15 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:20 INFO 183.131.196.15 365209 48 --- End access to /index.php 2025-12-08 15:42:20 DEBUG 183.131.196.15 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:20 NOTICE 183.131.196.15 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:20 DEBUG 183.131.196.15 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:21 INFO 183.131.196.15 365204 48 --- End access to /index.php 2025-12-08 15:42:21 DEBUG 183.131.196.15 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:21 NOTICE 183.131.196.15 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:21 DEBUG 183.131.196.15 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:21 INFO 183.131.196.15 365208 48 --- End access to /index.php 2025-12-08 15:42:21 DEBUG 183.131.196.15 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:21 NOTICE 183.131.196.15 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:21 DEBUG 183.131.196.15 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:21 INFO 183.131.196.15 367003 48 --- End access to /index.php 2025-12-08 15:42:22 DEBUG 183.131.196.15 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:22 NOTICE 183.131.196.15 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:22 DEBUG 183.131.196.15 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:22 INFO 183.131.196.15 365210 48 --- End access to /index.php 2025-12-08 15:42:22 DEBUG 183.131.196.15 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:22 NOTICE 183.131.196.15 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:22 DEBUG 183.131.196.15 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:22 INFO 183.131.196.15 1717068 48 --- End access to /index.php 2025-12-08 15:42:22 DEBUG 183.131.196.15 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:22 NOTICE 183.131.196.15 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:22 DEBUG 183.131.196.15 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:22 INFO 183.131.196.15 365205 48 --- End access to /index.php 2025-12-08 15:42:23 DEBUG 183.131.196.15 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 15:42:23 NOTICE 183.131.196.15 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:42:23 DEBUG 183.131.196.15 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:42:23 INFO 183.131.196.15 365209 48 --- End access to /index.php 2025-12-08 15:47:41 DEBUG 42.83.147.56 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 15:47:41 NOTICE 42.83.147.56 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:47:41 DEBUG 42.83.147.56 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:47:41 INFO 42.83.147.56 365208 48 --- End access to /index.php 2025-12-08 15:53:04 DEBUG 129.226.93.214 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 15:53:04 NOTICE 129.226.93.214 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 15:53:04 DEBUG 129.226.93.214 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 15:53:04 INFO 129.226.93.214 367003 48 --- End access to /index.php 2025-12-08 16:17:11 DEBUG 43.173.174.218 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 16:17:11 NOTICE 43.173.174.218 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:17:11 DEBUG 43.173.174.218 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:17:11 INFO 43.173.174.218 365210 48 --- End access to /index.php 2025-12-08 16:58:06 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:06 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:06 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:06 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 16:58:06 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:06 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:06 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:06 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 16:58:07 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:07 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:07 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:07 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 16:58:07 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:07 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:07 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:07 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 16:58:07 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:07 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:07 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:07 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 16:58:07 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:07 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:07 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:07 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 16:58:07 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:07 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:07 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:07 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 16:58:08 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:08 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:08 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:08 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 16:58:08 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:08 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:08 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:08 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 16:58:08 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:08 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:08 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:08 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 16:58:08 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:08 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:08 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:08 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 16:58:08 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:08 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:08 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:08 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 16:58:08 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:08 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:08 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:08 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 16:58:09 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:09 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:09 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:09 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 16:58:09 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:09 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:09 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:09 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 16:58:09 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:09 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:09 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:09 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 16:58:09 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:09 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:09 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:09 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 16:58:09 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:09 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:09 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:09 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 16:58:10 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:10 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:10 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:10 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 16:58:10 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:10 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:10 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:10 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 16:58:10 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:10 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:10 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:10 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 16:58:10 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:10 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:10 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:10 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 16:58:10 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:10 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:10 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:10 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 16:58:10 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:10 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:10 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:10 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 16:58:11 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:11 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:11 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:11 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 16:58:11 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:11 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:11 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:11 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 16:58:11 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:11 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:11 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:11 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 16:58:11 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:11 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:11 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:11 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 16:58:11 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:11 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:11 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:11 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 16:58:11 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:11 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:11 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:11 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 16:58:12 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:12 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:12 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:12 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 16:58:12 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:12 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:12 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:12 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 16:58:12 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:12 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:12 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:12 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 16:58:12 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:12 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:12 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:12 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-08 16:58:12 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:12 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:12 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:12 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-08 16:58:13 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:13 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:13 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:13 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-08 16:58:13 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:13 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:13 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:13 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-08 16:58:13 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:13 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:13 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:13 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-08 16:58:13 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:13 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:13 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:13 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-08 16:58:13 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 16:58:13 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 16:58:13 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 16:58:13 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-08 17:30:53 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:53 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:53 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:53 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 17:30:53 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:53 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:53 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:53 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 17:30:53 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:53 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:53 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:53 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 17:30:54 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:54 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:54 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:54 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 17:30:54 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:54 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:54 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:54 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 17:30:54 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:54 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:54 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:54 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 17:30:55 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:55 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:55 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:55 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 17:30:55 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:55 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:55 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:55 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 17:30:55 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:55 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:55 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:55 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 17:30:56 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:56 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:56 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:56 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 17:30:56 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:56 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:56 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:56 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 17:30:57 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:57 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:57 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:57 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 17:30:57 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:57 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:57 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:57 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 17:30:57 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:57 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:57 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:57 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 17:30:58 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:58 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:58 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:58 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 17:30:58 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:58 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:58 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:58 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 17:30:58 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:58 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:58 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:58 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 17:30:59 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:59 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:59 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:59 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 17:30:59 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:59 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:59 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:59 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 17:30:59 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 17:30:59 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:30:59 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:30:59 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 17:44:42 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:42 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:42 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:42 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 17:44:42 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:42 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:42 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:42 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 17:44:42 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:42 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:42 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:42 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 17:44:43 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:43 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:43 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:43 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 17:44:43 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:43 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:43 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:43 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 17:44:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 17:44:44 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:44 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:44 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:44 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 17:44:44 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:44 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:44 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:44 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 17:44:44 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:44 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:44 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:44 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 17:44:45 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:45 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:45 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:45 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 17:44:45 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:45 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:45 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:45 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 17:44:46 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:46 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:46 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:46 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 17:44:46 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:46 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:46 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:46 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 17:44:46 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:46 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:46 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:46 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 17:44:47 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:47 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:47 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:47 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 17:44:47 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:47 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:47 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:47 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 17:44:47 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:47 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:47 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:47 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 17:44:48 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:48 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:48 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:48 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 17:44:48 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:48 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:48 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:48 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 17:44:48 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 17:44:48 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 17:44:48 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 17:44:48 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 18:04:09 DEBUG 203.2.64.59 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 18:04:09 NOTICE 203.2.64.59 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 18:04:09 DEBUG 203.2.64.59 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 18:04:09 INFO 203.2.64.59 1717068 48 --- End access to /index.php 2025-12-08 20:27:09 DEBUG 43.153.54.14 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 20:27:09 NOTICE 43.153.54.14 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:27:09 DEBUG 43.153.54.14 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:27:09 INFO 43.153.54.14 365205 48 --- End access to /index.php 2025-12-08 20:44:14 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:14 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:14 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:14 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 20:44:15 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:15 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:15 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:15 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 20:44:15 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:15 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:15 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:15 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 20:44:15 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:15 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:15 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:15 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 20:44:16 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:16 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:16 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:16 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 20:44:16 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:16 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:16 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:16 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 20:44:17 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:17 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:17 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:17 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 20:44:17 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:17 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:17 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:17 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 20:44:17 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:17 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:17 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:17 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 20:44:18 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:18 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:18 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:18 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 20:44:18 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:18 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:18 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:18 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 20:44:18 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:18 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:18 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:18 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 20:44:19 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:19 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:19 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:19 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 20:44:19 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:19 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:19 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:19 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 20:44:19 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:19 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:19 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:19 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 20:44:20 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:20 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:20 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:20 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 20:44:20 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:20 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:20 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:20 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 20:44:20 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:20 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:20 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:20 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 20:44:21 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:21 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:21 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:21 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 20:44:21 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:21 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:21 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:21 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 20:44:58 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:58 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:58 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:58 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 20:44:58 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:58 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:58 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:58 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 20:44:58 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:58 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:58 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:58 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 20:44:59 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:59 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:59 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:59 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 20:44:59 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:59 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:59 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:59 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 20:44:59 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 20:44:59 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:44:59 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:44:59 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 20:45:00 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:00 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:00 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:00 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 20:45:00 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:00 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:00 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:00 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 20:45:01 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:01 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:01 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:01 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 20:45:01 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:01 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:01 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:01 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 20:45:01 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:01 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:01 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:01 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 20:45:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 20:45:02 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:02 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:02 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:02 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 20:45:02 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:02 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:02 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:02 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 20:45:03 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:03 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:03 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:03 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 20:45:03 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:03 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:03 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:03 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 20:45:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 20:45:04 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:04 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:04 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:04 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 20:45:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 20:45:05 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 20:45:05 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 20:45:05 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 20:45:05 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 21:11:41 DEBUG 167.94.146.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 21:11:41 NOTICE 167.94.146.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 21:11:41 DEBUG 167.94.146.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 21:11:41 INFO 167.94.146.62 365209 48 --- End access to /index.php 2025-12-08 22:20:52 DEBUG 43.173.173.186 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 22:20:52 NOTICE 43.173.173.186 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 22:20:52 DEBUG 43.173.173.186 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 22:20:52 INFO 43.173.173.186 365204 48 --- End access to /index.php 2025-12-08 22:34:02 DEBUG 37.193.88.34 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 22:34:02 NOTICE 37.193.88.34 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 22:34:02 DEBUG 37.193.88.34 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 22:34:02 INFO 37.193.88.34 365208 48 --- End access to /index.php 2025-12-08 22:51:45 DEBUG 141.98.75.209 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 22:51:45 NOTICE 141.98.75.209 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 22:51:45 DEBUG 141.98.75.209 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 22:51:45 INFO 141.98.75.209 367003 48 --- End access to /index.php 2025-12-08 23:44:16 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:16 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:16 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:16 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 23:44:16 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:16 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:16 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:16 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 23:44:16 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:16 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:16 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:16 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 23:44:17 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:17 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:17 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:17 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 23:44:17 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:17 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:17 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:17 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 23:44:18 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:18 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:18 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:18 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 23:44:18 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:18 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:18 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:18 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 23:44:18 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:18 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:18 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:18 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 23:44:19 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:19 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:19 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:19 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 23:44:19 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:19 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:19 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:19 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 23:44:19 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:19 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:19 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:19 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 23:44:20 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:20 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:20 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:20 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 23:44:20 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:20 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:20 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:20 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 23:44:20 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:20 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:20 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:20 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 23:44:21 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:21 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:21 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:21 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 23:44:21 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:21 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:21 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:21 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 23:44:22 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:22 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:22 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:22 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 23:44:22 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:22 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:22 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:22 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 23:44:22 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:22 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:22 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:22 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 23:44:23 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 23:44:23 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:44:23 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:44:23 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 23:52:29 DEBUG 162.216.149.73 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 23:52:29 NOTICE 162.216.149.73 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:52:29 DEBUG 162.216.149.73 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:52:29 INFO 162.216.149.73 365210 48 --- End access to /index.php 2025-12-08 23:54:08 DEBUG 121.24.178.76 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 23:54:08 NOTICE 121.24.178.76 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:54:08 DEBUG 121.24.178.76 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:54:08 INFO 121.24.178.76 1717068 48 --- End access to /index.php 2025-12-08 23:59:01 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:01 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:01 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:01 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 23:59:01 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:01 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:01 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:01 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 23:59:01 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:01 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:01 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:01 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 23:59:02 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:02 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:02 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:02 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 23:59:02 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:02 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:02 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:02 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 23:59:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 23:59:03 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:03 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:03 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:03 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 23:59:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 23:59:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 23:59:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 23:59:04 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:04 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:04 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:04 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 23:59:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 23:59:05 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:05 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:05 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:05 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-08 23:59:05 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:05 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:05 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:05 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-08 23:59:06 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:06 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:06 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:06 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-08 23:59:06 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:06 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:06 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:06 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-08 23:59:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-08 23:59:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-08 23:59:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-08 23:59:07 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-08 23:59:07 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-08 23:59:07 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-08 23:59:07 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 00:23:39 DEBUG 20.64.106.38 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 00:23:39 NOTICE 20.64.106.38 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 00:23:39 DEBUG 20.64.106.38 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 00:23:39 INFO 20.64.106.38 365205 48 --- End access to /index.php 2025-12-09 00:29:10 DEBUG 49.51.36.179 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 00:29:10 NOTICE 49.51.36.179 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 00:29:10 DEBUG 49.51.36.179 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 00:29:10 INFO 49.51.36.179 365209 48 --- End access to /index.php 2025-12-09 01:03:06 DEBUG 148.113.208.45 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 01:03:06 NOTICE 148.113.208.45 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:03:06 DEBUG 148.113.208.45 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:03:06 INFO 148.113.208.45 365204 48 --- End access to /index.php 2025-12-09 01:10:46 DEBUG 183.207.45.112 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 01:10:46 NOTICE 183.207.45.112 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:10:46 DEBUG 183.207.45.112 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:10:46 INFO 183.207.45.112 365208 48 --- End access to /index.php 2025-12-09 01:21:09 DEBUG 14.235.33.1 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 01:21:09 NOTICE 14.235.33.1 367003 48 --- Access to CONNECT /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:21:09 DEBUG 14.235.33.1 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:21:09 INFO 14.235.33.1 367003 48 --- End access to /index.php 2025-12-09 01:37:52 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:52 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:52 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:52 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 01:37:52 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:52 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:52 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:52 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 01:37:52 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:52 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:52 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:52 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 01:37:53 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:53 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:53 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:53 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 01:37:53 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:53 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:53 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:53 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 01:37:53 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:53 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:53 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:53 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 01:37:53 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:53 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:53 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:53 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 01:37:53 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:53 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:53 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:53 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 01:37:53 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:53 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:53 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:53 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 01:37:54 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:54 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:54 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:54 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 01:37:54 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:54 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:54 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:54 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 01:37:54 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:54 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:54 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:54 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 01:37:54 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:54 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:54 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:54 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 01:37:54 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:54 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:54 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:54 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 01:37:55 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:55 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:55 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:55 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 01:37:55 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:55 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:55 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:55 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 01:37:55 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:55 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:55 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:55 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 01:37:55 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:55 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:55 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:55 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 01:37:55 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:55 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:55 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:55 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 01:37:55 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:55 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:55 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:55 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 01:37:56 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:56 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:56 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:56 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 01:37:56 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:56 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:56 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:56 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 01:37:56 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:56 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:56 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:56 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 01:37:56 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:56 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:56 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:56 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 01:37:56 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:56 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:56 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:56 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 01:37:57 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:57 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:57 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:57 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 01:37:57 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:57 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:57 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:57 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 01:37:57 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:57 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:57 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:57 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 01:37:57 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:57 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:57 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:57 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 01:37:57 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:57 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:57 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:57 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 01:37:58 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:58 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:58 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:58 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 01:37:58 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:58 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:58 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:58 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 01:37:58 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:58 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:58 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:58 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 01:37:58 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:58 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:58 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:58 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 01:37:58 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:58 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:58 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:58 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 01:37:58 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:58 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:58 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:58 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 01:37:59 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:59 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:59 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:59 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 01:37:59 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:59 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:59 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:59 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 01:37:59 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:59 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:59 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:59 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 01:37:59 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 01:37:59 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 01:37:59 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 01:37:59 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 02:29:37 DEBUG 198.235.24.227 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 02:29:37 NOTICE 198.235.24.227 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:29:37 DEBUG 198.235.24.227 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:29:37 INFO 198.235.24.227 1717068 48 --- End access to /index.php 2025-12-09 02:47:30 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:30 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:30 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:30 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 02:47:30 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:30 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:30 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:30 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 02:47:30 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:30 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:30 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:30 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 02:47:31 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:31 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:31 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:31 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 02:47:31 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:31 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:31 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:31 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 02:47:31 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:31 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:31 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:31 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 02:47:32 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:32 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:32 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:32 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 02:47:32 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:32 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:32 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:32 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 02:47:32 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:32 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:32 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:32 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 02:47:33 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:33 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:33 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:33 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 02:47:33 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:33 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:33 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:33 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 02:47:33 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:33 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:33 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:33 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 02:47:34 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:34 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:34 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:34 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 02:47:34 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:34 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:34 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:34 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 02:47:35 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:35 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:35 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:35 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 02:47:35 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:35 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:35 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:35 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 02:47:35 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:35 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:35 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:35 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 02:47:36 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:36 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:36 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:36 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 02:47:36 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:36 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:36 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:36 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 02:47:36 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 02:47:36 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 02:47:36 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 02:47:36 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 03:07:20 DEBUG 104.143.84.54 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 03:07:20 NOTICE 104.143.84.54 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:07:20 DEBUG 104.143.84.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:07:20 INFO 104.143.84.54 365205 48 --- End access to /index.php 2025-12-09 03:07:21 DEBUG 104.143.84.54 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 03:07:21 NOTICE 104.143.84.54 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:07:21 DEBUG 104.143.84.54 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:07:21 INFO 104.143.84.54 365209 48 --- End access to /index.php 2025-12-09 03:17:45 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:45 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:45 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:45 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 03:17:46 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:46 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:46 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:46 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 03:17:46 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:46 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:46 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:46 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 03:17:47 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:47 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:47 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:47 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 03:17:47 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:47 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:47 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:47 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 03:17:47 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:47 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:47 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:47 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 03:17:48 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:48 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:48 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:48 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 03:17:48 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:48 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:48 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:48 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 03:17:48 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:48 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:48 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:48 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 03:17:49 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:49 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:49 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:49 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 03:17:49 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:49 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:49 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:49 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 03:17:49 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:49 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:49 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:49 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 03:17:50 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:50 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:50 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:50 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 03:17:50 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:50 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:50 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:50 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 03:17:51 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:51 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:51 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:51 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 03:17:51 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:51 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:51 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:51 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 03:17:51 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:51 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:51 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:51 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 03:17:52 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:52 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:52 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:52 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 03:17:52 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:52 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:52 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:52 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 03:17:52 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 03:17:52 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:17:52 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:17:52 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 03:44:53 DEBUG 45.91.20.27 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 03:44:53 NOTICE 45.91.20.27 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:44:53 DEBUG 45.91.20.27 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:44:53 INFO 45.91.20.27 365204 48 --- End access to /index.php 2025-12-09 03:53:32 DEBUG 159.223.231.97 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 03:53:32 NOTICE 159.223.231.97 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 03:53:32 DEBUG 159.223.231.97 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 03:53:32 INFO 159.223.231.97 365208 48 --- End access to /index.php 2025-12-09 04:18:14 DEBUG 43.173.179.119 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 04:18:14 NOTICE 43.173.179.119 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 04:18:14 DEBUG 43.173.179.119 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 04:18:14 INFO 43.173.179.119 367003 48 --- End access to /index.php 2025-12-09 04:31:02 DEBUG 104.143.84.54 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 04:31:02 NOTICE 104.143.84.54 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 04:31:02 DEBUG 104.143.84.54 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 04:31:02 INFO 104.143.84.54 365210 48 --- End access to /index.php 2025-12-09 04:31:02 DEBUG 104.143.84.54 1717068 48 DefaultValues::fetchAll 2025-12-09 04:31:02 DEBUG 104.143.84.54 1717068 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 04:31:02 NOTICE 104.143.84.54 1717068 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 04:31:02 DEBUG 104.143.84.54 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 04:31:02 DEBUG 104.143.84.54 1717068 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 04:31:02 INFO 104.143.84.54 1717068 48 --- End access to /theme/eldy/style.css.php 2025-12-09 04:31:03 DEBUG 104.143.84.54 365205 48 DefaultValues::fetchAll 2025-12-09 04:31:03 DEBUG 104.143.84.54 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 04:31:03 NOTICE 104.143.84.54 365205 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 04:31:03 DEBUG 104.143.84.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 04:31:03 INFO 104.143.84.54 365205 48 --- End access to /core/js/lib_head.js.php 2025-12-09 05:12:56 DEBUG 54.164.103.246 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 05:12:56 NOTICE 54.164.103.246 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:12:56 DEBUG 54.164.103.246 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:12:56 INFO 54.164.103.246 365209 48 --- End access to /index.php 2025-12-09 05:22:28 DEBUG 43.133.187.11 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 05:22:28 NOTICE 43.133.187.11 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:22:28 DEBUG 43.133.187.11 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:22:28 INFO 43.133.187.11 365204 48 --- End access to /index.php 2025-12-09 05:35:05 DEBUG 46.246.122.111 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 05:35:05 NOTICE 46.246.122.111 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:35:05 DEBUG 46.246.122.111 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:35:05 INFO 46.246.122.111 365208 48 --- End access to /index.php 2025-12-09 05:40:20 DEBUG 79.148.191.160 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 05:40:20 NOTICE 79.148.191.160 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:40:20 DEBUG 79.148.191.160 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:40:20 INFO 79.148.191.160 367003 48 --- End access to /index.php 2025-12-09 05:40:21 DEBUG 79.148.191.160 365210 48 DefaultValues::fetchAll 2025-12-09 05:40:21 DEBUG 79.148.191.160 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 05:40:21 NOTICE 79.148.191.160 365210 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 05:40:21 DEBUG 79.148.191.160 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:40:21 DEBUG 79.148.191.160 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 05:40:22 INFO 79.148.191.160 365210 48 --- End access to /theme/eldy/style.css.php 2025-12-09 05:40:31 DEBUG 79.148.191.160 1717068 48 DefaultValues::fetchAll 2025-12-09 05:40:31 DEBUG 79.148.191.160 1717068 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 05:40:31 NOTICE 79.148.191.160 1717068 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 05:40:31 DEBUG 79.148.191.160 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:40:31 INFO 79.148.191.160 1717068 48 --- End access to /core/js/lib_head.js.php 2025-12-09 05:58:58 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 05:58:58 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:58:58 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:58:58 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 05:58:59 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 05:58:59 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:58:59 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:58:59 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 05:58:59 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 05:58:59 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:58:59 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:58:59 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 05:58:59 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 05:58:59 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:58:59 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:58:59 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 05:59:00 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:00 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:00 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:00 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 05:59:00 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:00 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:00 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:00 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 05:59:00 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:00 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:00 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:00 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 05:59:01 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:01 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:01 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:01 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 05:59:01 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:01 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:01 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:01 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 05:59:01 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:01 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:01 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:01 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 05:59:02 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:02 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:02 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:02 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 05:59:02 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:02 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:02 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:02 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 05:59:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 05:59:03 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:03 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:03 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:03 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 05:59:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 05:59:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 05:59:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 05:59:04 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:04 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:04 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:04 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 05:59:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 05:59:05 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 05:59:05 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 05:59:05 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 05:59:05 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 06:01:27 DEBUG 85.203.45.213 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 06:01:27 NOTICE 85.203.45.213 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:01:27 DEBUG 85.203.45.213 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:01:27 INFO 85.203.45.213 365205 48 --- End access to /index.php 2025-12-09 06:20:35 DEBUG 137.184.29.83 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 06:20:35 NOTICE 137.184.29.83 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:20:35 DEBUG 137.184.29.83 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:20:35 INFO 137.184.29.83 365209 48 --- End access to /index.php 2025-12-09 06:47:21 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:21 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:21 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:21 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 06:47:21 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:21 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:21 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:21 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 06:47:22 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:22 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:22 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:22 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 06:47:22 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:22 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:22 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:22 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 06:47:22 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:22 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:22 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:22 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 06:47:23 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:23 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:23 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:23 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 06:47:23 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:23 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:23 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:23 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 06:47:24 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:24 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:24 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:24 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 06:47:24 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:24 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:24 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:24 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 06:47:24 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:24 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:24 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:24 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 06:47:25 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:25 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:25 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:25 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 06:47:25 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:25 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:25 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:25 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 06:47:25 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:25 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:25 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:25 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 06:47:26 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:26 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:26 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:26 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 06:47:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 06:47:26 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:26 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:26 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:26 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 06:47:27 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:27 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:27 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:27 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 06:47:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 06:47:27 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:27 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:27 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:28 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 06:47:28 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 06:47:28 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 06:47:28 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 06:47:28 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 07:29:41 DEBUG 34.212.176.211 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 07:29:41 NOTICE 34.212.176.211 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 07:29:41 DEBUG 34.212.176.211 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 07:29:41 INFO 34.212.176.211 365204 48 --- End access to /index.php 2025-12-09 07:29:41 DEBUG 34.212.176.211 365208 48 DefaultValues::fetchAll 2025-12-09 07:29:41 DEBUG 34.212.176.211 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 07:29:41 NOTICE 34.212.176.211 365208 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 07:29:41 DEBUG 34.212.176.211 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 07:29:41 DEBUG 34.212.176.211 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 07:29:41 INFO 34.212.176.211 365208 48 --- End access to /theme/eldy/style.css.php 2025-12-09 07:29:41 DEBUG 34.212.176.211 367003 48 DefaultValues::fetchAll 2025-12-09 07:29:41 DEBUG 34.212.176.211 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 07:29:41 NOTICE 34.212.176.211 367003 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 07:29:41 DEBUG 34.212.176.211 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 07:29:41 INFO 34.212.176.211 367003 48 --- End access to /core/js/lib_head.js.php 2025-12-09 07:52:33 DEBUG 66.132.153.139 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 07:52:33 NOTICE 66.132.153.139 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 07:52:33 DEBUG 66.132.153.139 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 07:52:33 INFO 66.132.153.139 365210 48 --- End access to /index.php 2025-12-09 08:56:26 DEBUG 43.166.253.94 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 08:56:26 NOTICE 43.166.253.94 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 08:56:26 DEBUG 43.166.253.94 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 08:56:26 INFO 43.166.253.94 1717068 48 --- End access to /index.php 2025-12-09 09:11:26 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:26 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:26 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:26 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 09:11:26 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:26 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:26 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:26 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 09:11:27 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:27 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:27 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:27 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 09:11:27 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:27 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:27 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:27 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 09:11:27 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:27 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:27 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:27 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 09:11:28 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:28 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:28 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:28 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 09:11:28 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:28 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:28 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:28 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 09:11:29 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:29 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:29 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:29 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 09:11:29 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:29 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:29 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:29 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 09:11:29 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:29 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:29 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:29 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 09:11:30 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:30 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:30 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:30 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 09:11:30 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:30 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:30 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:30 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 09:11:30 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:30 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:30 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:30 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 09:11:31 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:31 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:31 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:31 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 09:11:31 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:31 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:31 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:31 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 09:11:31 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:31 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:31 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:31 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 09:11:32 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:32 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:32 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:32 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 09:11:32 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:32 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:32 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:32 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 09:11:32 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:32 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:32 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:32 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 09:11:33 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 09:11:33 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:11:33 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:11:33 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 09:46:25 DEBUG 185.242.226.102 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 09:46:25 NOTICE 185.242.226.102 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 09:46:25 DEBUG 185.242.226.102 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 09:46:25 INFO 185.242.226.102 365205 48 --- End access to /index.php 2025-12-09 10:12:43 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:43 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:43 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:43 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 10:12:43 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:43 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:43 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:43 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 10:12:43 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:43 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:43 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:43 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 10:12:43 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:43 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:43 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:43 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 10:12:44 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:44 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:44 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:44 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 10:12:44 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:44 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:44 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:44 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 10:12:44 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:44 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:44 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:44 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 10:12:44 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:44 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:44 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:44 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 10:12:44 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:44 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:44 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:44 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 10:12:44 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:44 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:44 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:44 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 10:12:45 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:45 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:45 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:45 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 10:12:45 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:45 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:45 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:45 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 10:12:45 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:45 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:45 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:45 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 10:12:45 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:45 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:45 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:45 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 10:12:45 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:45 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:45 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:45 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 10:12:45 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:45 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:45 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:45 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 10:12:46 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:46 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:46 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:46 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 10:12:46 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:46 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:46 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:46 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 10:12:46 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:46 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:46 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:46 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 10:12:46 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:46 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:46 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:46 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 10:12:46 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:46 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:46 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:46 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 10:12:47 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:47 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:47 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:47 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 10:12:47 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:47 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:47 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:47 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 10:12:47 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:47 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:47 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:47 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 10:12:47 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:47 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:47 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:47 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 10:12:47 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:47 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:47 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:47 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 10:12:48 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:48 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:48 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:48 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 10:12:48 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:48 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:48 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:48 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 10:12:48 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:48 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:48 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:48 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 10:12:48 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:48 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:48 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:48 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 10:12:48 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:48 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:48 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:48 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 10:12:48 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:48 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:48 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:48 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 10:12:49 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:49 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:49 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:49 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 10:12:49 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:49 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:49 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:49 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 10:12:49 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:49 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:49 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:49 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 10:12:49 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:49 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:49 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:49 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 10:12:49 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:49 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:49 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:49 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 10:12:49 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:49 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:49 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:49 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 10:12:50 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:50 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:50 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:50 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 10:12:50 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:12:50 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:12:50 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:12:50 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 10:16:20 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:20 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:20 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:20 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 10:16:21 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:21 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:21 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:21 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 10:16:21 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:21 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:21 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:21 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 10:16:21 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:21 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:21 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:21 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 10:16:22 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:22 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:22 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:22 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 10:16:22 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:22 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:22 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:22 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 10:16:22 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:22 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:22 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:22 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 10:16:23 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:23 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:23 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:23 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 10:16:23 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:23 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:23 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:23 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 10:16:24 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:24 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:24 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:24 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 10:16:24 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:24 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:24 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:24 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 10:16:24 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:24 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:24 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:24 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 10:16:25 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:25 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:25 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:25 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 10:16:25 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:25 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:25 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:25 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 10:16:25 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:25 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:25 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:25 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 10:16:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 10:16:26 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:26 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:26 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:26 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 10:16:26 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:26 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:26 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:26 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 10:16:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 10:16:27 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:16:27 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:16:27 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:16:27 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 10:21:21 DEBUG 43.173.180.77 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:21:21 NOTICE 43.173.180.77 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:21:21 DEBUG 43.173.180.77 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:21:21 INFO 43.173.180.77 365209 48 --- End access to /index.php 2025-12-09 10:23:38 DEBUG 154.219.115.155 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:38 NOTICE 154.219.115.155 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:38 DEBUG 154.219.115.155 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:38 INFO 154.219.115.155 365204 48 --- End access to /index.php 2025-12-09 10:23:39 DEBUG 154.219.115.155 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:39 NOTICE 154.219.115.155 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:39 DEBUG 154.219.115.155 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:39 INFO 154.219.115.155 365208 48 --- End access to /index.php 2025-12-09 10:23:39 DEBUG 154.219.115.155 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:39 NOTICE 154.219.115.155 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:39 DEBUG 154.219.115.155 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:39 INFO 154.219.115.155 367003 48 --- End access to /index.php 2025-12-09 10:23:39 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:39 NOTICE 154.219.115.155 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:39 DEBUG 154.219.115.155 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:39 INFO 154.219.115.155 365210 48 --- End access to /index.php 2025-12-09 10:23:40 DEBUG 154.219.115.155 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:40 NOTICE 154.219.115.155 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:40 DEBUG 154.219.115.155 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:40 INFO 154.219.115.155 1717068 48 --- End access to /index.php 2025-12-09 10:23:40 DEBUG 154.219.115.155 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:40 NOTICE 154.219.115.155 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:40 DEBUG 154.219.115.155 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:40 INFO 154.219.115.155 365205 48 --- End access to /index.php 2025-12-09 10:23:40 DEBUG 154.219.115.155 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:40 NOTICE 154.219.115.155 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:40 DEBUG 154.219.115.155 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:40 INFO 154.219.115.155 365209 48 --- End access to /index.php 2025-12-09 10:23:41 DEBUG 154.219.115.155 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:41 NOTICE 154.219.115.155 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:41 DEBUG 154.219.115.155 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:41 INFO 154.219.115.155 365204 48 --- End access to /index.php 2025-12-09 10:23:41 DEBUG 154.219.115.155 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:41 NOTICE 154.219.115.155 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:23:41 DEBUG 154.219.115.155 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:23:41 INFO 154.219.115.155 365208 48 --- End access to /index.php 2025-12-09 10:23:42 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:23:42 WARNING 154.219.115.155 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-09 10:23:42 INFO 154.219.115.155 365210 48 --- End access to /index.php 2025-12-09 10:47:01 DEBUG 154.219.117.66 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:47:01 NOTICE 154.219.117.66 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:47:01 DEBUG 154.219.117.66 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:47:01 INFO 154.219.117.66 365205 48 --- End access to /index.php 2025-12-09 10:47:05 DEBUG 154.219.117.66 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 10:47:05 WARNING 154.219.117.66 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-09 10:47:05 INFO 154.219.117.66 365210 48 --- End access to /index.php 2025-12-09 10:53:44 DEBUG 45.207.210.174 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 10:53:44 NOTICE 45.207.210.174 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 10:53:44 DEBUG 45.207.210.174 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 10:53:44 INFO 45.207.210.174 365205 48 --- End access to /index.php 2025-12-09 10:53:47 DEBUG 45.207.210.174 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 10:53:47 WARNING 45.207.210.174 365208 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-09 10:53:47 INFO 45.207.210.174 365208 48 --- End access to /index.php 2025-12-09 11:33:15 DEBUG 203.2.64.59 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 11:33:15 NOTICE 203.2.64.59 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 11:33:15 DEBUG 203.2.64.59 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 11:33:15 INFO 203.2.64.59 365210 48 --- End access to /index.php 2025-12-09 11:59:48 DEBUG 54.39.28.147 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 11:59:48 NOTICE 54.39.28.147 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 11:59:48 DEBUG 54.39.28.147 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 11:59:48 INFO 54.39.28.147 1717068 48 --- End access to /index.php 2025-12-09 11:59:48 DEBUG 54.39.28.147 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 11:59:48 WARNING 54.39.28.147 365205 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-09 11:59:48 INFO 54.39.28.147 365205 48 --- End access to /index.php 2025-12-09 12:28:51 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:51 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:51 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:51 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 12:28:51 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:51 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:51 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:51 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 12:28:52 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:52 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:52 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:52 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 12:28:52 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:52 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:52 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:52 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 12:28:53 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:53 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:53 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:53 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 12:28:53 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:53 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:53 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:53 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 12:28:53 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:53 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:53 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:53 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 12:28:54 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:54 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:54 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:54 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 12:28:54 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:54 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:54 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:54 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 12:28:54 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:54 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:54 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:54 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 12:28:55 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:55 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:55 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:55 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 12:28:55 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:55 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:55 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:55 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 12:28:55 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:55 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:55 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:55 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 12:28:56 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:56 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:56 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:56 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 12:28:56 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:56 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:56 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:56 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 12:28:57 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:57 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:57 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:57 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 12:28:57 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:57 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:57 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:57 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 12:28:57 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:57 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:57 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:57 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 12:28:58 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:58 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:58 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:58 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 12:28:58 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 12:28:58 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 12:28:58 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 12:28:58 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 15:27:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 15:27:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 15:27:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 15:27:05 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:05 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:05 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:05 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 15:27:05 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:05 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:05 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:05 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 15:27:06 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:06 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:06 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:06 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 15:27:06 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:06 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:06 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:06 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 15:27:06 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:06 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:06 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:06 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 15:27:07 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:07 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:07 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:07 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 15:27:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 15:27:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 15:27:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 15:27:08 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:08 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:08 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:08 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 15:27:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 15:27:09 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:09 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:09 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:09 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 15:27:09 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:09 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:09 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:09 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 15:27:10 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:10 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:10 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:10 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 15:27:10 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:10 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:10 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:10 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 15:27:10 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:10 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:10 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:10 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 15:27:11 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 15:27:11 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:27:11 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:27:11 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 15:46:16 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:16 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:16 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:16 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 15:46:16 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:16 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:16 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:16 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 15:46:16 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:16 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:16 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:16 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 15:46:17 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:17 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:17 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:17 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 15:46:17 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:17 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:17 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:17 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 15:46:17 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:17 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:17 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:17 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 15:46:18 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:18 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:18 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:18 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 15:46:18 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:18 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:18 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:18 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 15:46:18 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:18 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:18 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:18 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 15:46:19 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:19 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:19 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:19 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 15:46:19 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:19 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:19 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:19 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 15:46:20 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:20 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:20 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:20 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 15:46:20 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:20 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:20 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:20 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 15:46:20 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:20 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:20 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:20 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 15:46:21 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:21 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:21 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:21 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 15:46:21 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:21 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:21 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:21 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 15:46:21 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:21 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:21 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:21 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 15:46:22 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:22 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:22 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:22 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 15:46:22 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:22 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:22 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:22 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 15:46:22 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 15:46:22 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 15:46:22 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 15:46:22 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 16:15:16 DEBUG 43.163.23.203 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 16:15:16 NOTICE 43.163.23.203 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 16:15:16 DEBUG 43.163.23.203 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 16:15:16 INFO 43.163.23.203 365209 48 --- End access to /index.php 2025-12-09 16:16:54 DEBUG 43.153.71.12 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 16:16:54 NOTICE 43.153.71.12 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 16:16:54 DEBUG 43.153.71.12 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 16:16:54 INFO 43.153.71.12 365204 48 --- End access to /index.php 2025-12-09 16:29:58 DEBUG 43.130.3.120 365208 48 DefaultValues::fetchAll 2025-12-09 16:29:58 DEBUG 43.130.3.120 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 16:29:58 NOTICE 43.130.3.120 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 16:29:58 DEBUG 43.130.3.120 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 16:29:58 INFO 43.130.3.120 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-09 16:41:29 DEBUG 49.51.141.76 367003 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-09 16:41:29 DEBUG 49.51.141.76 367003 48 DefaultValues::fetchAll 2025-12-09 16:41:29 DEBUG 49.51.141.76 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 16:41:29 NOTICE 49.51.141.76 367003 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-09 16:41:29 DEBUG 49.51.141.76 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 16:41:29 DEBUG 49.51.141.76 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 16:41:29 INFO 49.51.141.76 367003 48 --- End access to /user/passwordforgotten.php 2025-12-09 16:55:37 DEBUG 43.156.109.53 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 16:55:37 NOTICE 43.156.109.53 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 16:55:37 DEBUG 43.156.109.53 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 16:55:37 INFO 43.156.109.53 365210 48 --- End access to /index.php 2025-12-09 17:04:42 DEBUG 129.226.93.214 1717068 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-09 17:04:42 DEBUG 129.226.93.214 1717068 48 DefaultValues::fetchAll 2025-12-09 17:04:42 DEBUG 129.226.93.214 1717068 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 17:04:42 NOTICE 129.226.93.214 1717068 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-09 17:04:42 DEBUG 129.226.93.214 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:04:42 DEBUG 129.226.93.214 1717068 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 17:04:42 INFO 129.226.93.214 1717068 48 --- End access to /user/passwordforgotten.php 2025-12-09 17:09:51 DEBUG 183.131.196.49 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:51 NOTICE 183.131.196.49 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:51 DEBUG 183.131.196.49 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:51 INFO 183.131.196.49 365205 48 --- End access to /index.php 2025-12-09 17:09:51 DEBUG 183.131.196.49 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:51 NOTICE 183.131.196.49 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:51 DEBUG 183.131.196.49 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:51 INFO 183.131.196.49 365209 48 --- End access to /index.php 2025-12-09 17:09:51 DEBUG 183.131.196.49 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:51 NOTICE 183.131.196.49 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:51 DEBUG 183.131.196.49 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:52 INFO 183.131.196.49 365204 48 --- End access to /index.php 2025-12-09 17:09:52 DEBUG 183.131.196.49 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:52 NOTICE 183.131.196.49 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:52 DEBUG 183.131.196.49 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:52 INFO 183.131.196.49 365208 48 --- End access to /index.php 2025-12-09 17:09:52 DEBUG 183.131.196.49 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:52 NOTICE 183.131.196.49 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:52 DEBUG 183.131.196.49 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:52 INFO 183.131.196.49 367003 48 --- End access to /index.php 2025-12-09 17:09:53 DEBUG 183.131.196.49 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:53 NOTICE 183.131.196.49 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:53 DEBUG 183.131.196.49 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:53 INFO 183.131.196.49 365210 48 --- End access to /index.php 2025-12-09 17:09:53 DEBUG 183.131.196.49 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:53 NOTICE 183.131.196.49 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:53 DEBUG 183.131.196.49 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:53 INFO 183.131.196.49 1717068 48 --- End access to /index.php 2025-12-09 17:09:53 DEBUG 183.131.196.49 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:53 NOTICE 183.131.196.49 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:53 DEBUG 183.131.196.49 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:53 INFO 183.131.196.49 365205 48 --- End access to /index.php 2025-12-09 17:09:54 DEBUG 183.131.196.49 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:54 NOTICE 183.131.196.49 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:54 DEBUG 183.131.196.49 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:54 INFO 183.131.196.49 365209 48 --- End access to /index.php 2025-12-09 17:09:54 DEBUG 183.131.196.49 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:54 NOTICE 183.131.196.49 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:54 DEBUG 183.131.196.49 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:54 INFO 183.131.196.49 365204 48 --- End access to /index.php 2025-12-09 17:09:54 DEBUG 183.131.196.49 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:54 NOTICE 183.131.196.49 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:54 DEBUG 183.131.196.49 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:54 INFO 183.131.196.49 365208 48 --- End access to /index.php 2025-12-09 17:09:55 DEBUG 183.131.196.49 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:55 NOTICE 183.131.196.49 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:55 DEBUG 183.131.196.49 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:55 INFO 183.131.196.49 367003 48 --- End access to /index.php 2025-12-09 17:09:56 DEBUG 183.131.196.49 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:56 NOTICE 183.131.196.49 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:56 DEBUG 183.131.196.49 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:56 INFO 183.131.196.49 365210 48 --- End access to /index.php 2025-12-09 17:09:56 DEBUG 183.131.196.49 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:56 NOTICE 183.131.196.49 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:56 DEBUG 183.131.196.49 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:56 INFO 183.131.196.49 1717068 48 --- End access to /index.php 2025-12-09 17:09:57 DEBUG 183.131.196.49 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:57 NOTICE 183.131.196.49 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:57 DEBUG 183.131.196.49 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:57 INFO 183.131.196.49 365205 48 --- End access to /index.php 2025-12-09 17:09:57 DEBUG 183.131.196.49 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:57 NOTICE 183.131.196.49 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:57 DEBUG 183.131.196.49 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:57 INFO 183.131.196.49 365209 48 --- End access to /index.php 2025-12-09 17:09:57 DEBUG 183.131.196.49 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:57 NOTICE 183.131.196.49 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:57 DEBUG 183.131.196.49 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:57 INFO 183.131.196.49 365204 48 --- End access to /index.php 2025-12-09 17:09:58 DEBUG 183.131.196.49 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:58 NOTICE 183.131.196.49 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:58 DEBUG 183.131.196.49 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:58 INFO 183.131.196.49 365208 48 --- End access to /index.php 2025-12-09 17:09:58 DEBUG 183.131.196.49 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:58 NOTICE 183.131.196.49 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:58 DEBUG 183.131.196.49 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:58 INFO 183.131.196.49 367003 48 --- End access to /index.php 2025-12-09 17:09:58 DEBUG 183.131.196.49 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 17:09:58 NOTICE 183.131.196.49 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:09:58 DEBUG 183.131.196.49 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:09:58 INFO 183.131.196.49 365210 48 --- End access to /index.php 2025-12-09 17:15:38 DEBUG 43.135.130.202 365205 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-09 17:15:38 DEBUG 43.135.130.202 365205 48 DefaultValues::fetchAll 2025-12-09 17:15:38 DEBUG 43.135.130.202 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 17:15:38 NOTICE 43.135.130.202 365205 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-09 17:15:38 DEBUG 43.135.130.202 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:15:38 DEBUG 43.135.130.202 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 17:15:38 INFO 43.135.130.202 365205 48 --- End access to /user/passwordforgotten.php 2025-12-09 17:34:05 DEBUG 183.131.196.49 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:05 NOTICE 183.131.196.49 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:05 DEBUG 183.131.196.49 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:05 INFO 183.131.196.49 365209 48 --- End access to /index.php 2025-12-09 17:34:06 DEBUG 183.131.196.49 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:06 NOTICE 183.131.196.49 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:06 DEBUG 183.131.196.49 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:06 INFO 183.131.196.49 365204 48 --- End access to /index.php 2025-12-09 17:34:06 DEBUG 183.131.196.49 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:06 NOTICE 183.131.196.49 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:06 DEBUG 183.131.196.49 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:06 INFO 183.131.196.49 365208 48 --- End access to /index.php 2025-12-09 17:34:06 DEBUG 183.131.196.49 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:06 NOTICE 183.131.196.49 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:06 DEBUG 183.131.196.49 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:06 INFO 183.131.196.49 367003 48 --- End access to /index.php 2025-12-09 17:34:07 DEBUG 183.131.196.49 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:07 NOTICE 183.131.196.49 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:07 DEBUG 183.131.196.49 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:07 INFO 183.131.196.49 365210 48 --- End access to /index.php 2025-12-09 17:34:07 DEBUG 183.131.196.49 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:07 NOTICE 183.131.196.49 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:07 DEBUG 183.131.196.49 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:07 INFO 183.131.196.49 1717068 48 --- End access to /index.php 2025-12-09 17:34:07 DEBUG 183.131.196.49 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:07 NOTICE 183.131.196.49 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:07 DEBUG 183.131.196.49 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:07 INFO 183.131.196.49 365205 48 --- End access to /index.php 2025-12-09 17:34:08 DEBUG 183.131.196.49 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:08 NOTICE 183.131.196.49 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:08 DEBUG 183.131.196.49 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:08 INFO 183.131.196.49 365209 48 --- End access to /index.php 2025-12-09 17:34:08 DEBUG 183.131.196.49 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:08 NOTICE 183.131.196.49 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:08 DEBUG 183.131.196.49 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:08 INFO 183.131.196.49 365204 48 --- End access to /index.php 2025-12-09 17:34:09 DEBUG 183.131.196.49 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:09 NOTICE 183.131.196.49 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:09 DEBUG 183.131.196.49 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:09 INFO 183.131.196.49 365208 48 --- End access to /index.php 2025-12-09 17:34:09 DEBUG 183.131.196.49 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:09 NOTICE 183.131.196.49 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:09 DEBUG 183.131.196.49 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:09 INFO 183.131.196.49 367003 48 --- End access to /index.php 2025-12-09 17:34:09 DEBUG 183.131.196.49 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:09 NOTICE 183.131.196.49 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:09 DEBUG 183.131.196.49 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:09 INFO 183.131.196.49 365210 48 --- End access to /index.php 2025-12-09 17:34:10 DEBUG 183.131.196.49 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:10 NOTICE 183.131.196.49 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:10 DEBUG 183.131.196.49 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:10 INFO 183.131.196.49 1717068 48 --- End access to /index.php 2025-12-09 17:34:10 DEBUG 183.131.196.49 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:10 NOTICE 183.131.196.49 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:10 DEBUG 183.131.196.49 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:10 INFO 183.131.196.49 365205 48 --- End access to /index.php 2025-12-09 17:34:10 DEBUG 183.131.196.49 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:10 NOTICE 183.131.196.49 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:10 DEBUG 183.131.196.49 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:10 INFO 183.131.196.49 365209 48 --- End access to /index.php 2025-12-09 17:34:11 DEBUG 183.131.196.49 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:11 NOTICE 183.131.196.49 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:11 DEBUG 183.131.196.49 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:11 INFO 183.131.196.49 365204 48 --- End access to /index.php 2025-12-09 17:34:11 DEBUG 183.131.196.49 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:11 NOTICE 183.131.196.49 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:11 DEBUG 183.131.196.49 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:11 INFO 183.131.196.49 365208 48 --- End access to /index.php 2025-12-09 17:34:11 DEBUG 183.131.196.49 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:11 NOTICE 183.131.196.49 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:11 DEBUG 183.131.196.49 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:11 INFO 183.131.196.49 367003 48 --- End access to /index.php 2025-12-09 17:34:12 DEBUG 183.131.196.49 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:12 NOTICE 183.131.196.49 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:12 DEBUG 183.131.196.49 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:12 INFO 183.131.196.49 365210 48 --- End access to /index.php 2025-12-09 17:34:12 DEBUG 183.131.196.49 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 17:34:12 NOTICE 183.131.196.49 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 17:34:12 DEBUG 183.131.196.49 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 17:34:12 INFO 183.131.196.49 1717068 48 --- End access to /index.php 2025-12-09 18:39:22 DEBUG 43.159.149.216 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 18:39:22 NOTICE 43.159.149.216 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:39:22 DEBUG 43.159.149.216 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:39:22 INFO 43.159.149.216 365209 48 --- End access to /index.php 2025-12-09 18:52:29 DEBUG 43.159.152.187 365204 48 DefaultValues::fetchAll 2025-12-09 18:52:29 DEBUG 43.159.152.187 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 18:52:29 NOTICE 43.159.152.187 365204 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 18:52:29 DEBUG 43.159.152.187 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:52:29 INFO 43.159.152.187 365204 48 --- End access to /core/js/lib_head.js.php 2025-12-09 18:55:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 18:55:04 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:04 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:04 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:04 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 18:55:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 18:55:04 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:04 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:04 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:04 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 18:55:05 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:05 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:05 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:05 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 18:55:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 18:55:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 18:55:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 18:55:06 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:06 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:06 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:06 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 18:55:07 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:07 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:07 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:07 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 18:55:07 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:07 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:07 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:07 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 18:55:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 18:55:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 18:55:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 18:55:08 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:08 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:08 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:08 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 18:55:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 18:55:09 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:09 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:09 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:09 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 18:55:09 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:09 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:09 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:09 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 18:55:10 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:10 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:10 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:10 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 18:55:10 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 18:55:10 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:55:10 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:55:10 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 18:57:49 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:49 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:49 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:49 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 18:57:49 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:49 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:49 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:49 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 18:57:49 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:49 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:49 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:49 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 18:57:50 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:50 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:50 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:50 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 18:57:50 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:50 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:50 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:50 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 18:57:50 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:50 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:50 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:50 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 18:57:51 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:51 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:51 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:51 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 18:57:51 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:51 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:51 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:51 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 18:57:52 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:52 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:52 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:52 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 18:57:52 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:52 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:52 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:52 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 18:57:52 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:52 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:52 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:52 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 18:57:53 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:53 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:53 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:53 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 18:57:53 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:53 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:53 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:53 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 18:57:53 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:53 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:53 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:53 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 18:57:54 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:54 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:54 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:54 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 18:57:54 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:54 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:54 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:54 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 18:57:54 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:54 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:54 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:54 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 18:57:55 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:55 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:55 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:55 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 18:57:55 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:55 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:55 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:55 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 18:57:55 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 18:57:55 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 18:57:55 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 18:57:55 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 20:26:35 DEBUG 150.109.119.38 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 20:26:35 NOTICE 150.109.119.38 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 20:26:35 DEBUG 150.109.119.38 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 20:26:35 INFO 150.109.119.38 365208 48 --- End access to /index.php 2025-12-09 20:40:48 DEBUG 43.157.179.227 367003 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-09 20:40:48 DEBUG 43.157.179.227 367003 48 DefaultValues::fetchAll 2025-12-09 20:40:48 DEBUG 43.157.179.227 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 20:40:48 NOTICE 43.157.179.227 367003 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-09 20:40:48 DEBUG 43.157.179.227 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 20:40:48 DEBUG 43.157.179.227 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 20:40:48 INFO 43.157.179.227 367003 48 --- End access to /user/passwordforgotten.php 2025-12-09 20:51:43 DEBUG 43.165.190.5 365210 48 DefaultValues::fetchAll 2025-12-09 20:51:43 DEBUG 43.165.190.5 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 20:51:43 NOTICE 43.165.190.5 365210 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-09 20:51:43 DEBUG 43.165.190.5 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 20:51:43 INFO 43.165.190.5 365210 48 --- End access to /core/js/lib_head.js.php 2025-12-09 21:00:18 DEBUG 43.135.135.57 1717068 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-09 21:00:18 DEBUG 43.135.135.57 1717068 48 DefaultValues::fetchAll 2025-12-09 21:00:18 DEBUG 43.135.135.57 1717068 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 21:00:18 NOTICE 43.135.135.57 1717068 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-09 21:00:18 DEBUG 43.135.135.57 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:00:18 DEBUG 43.135.135.57 1717068 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 21:00:18 INFO 43.135.135.57 1717068 48 --- End access to /user/passwordforgotten.php 2025-12-09 21:10:39 DEBUG 43.157.170.13 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:10:39 NOTICE 43.157.170.13 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:10:39 DEBUG 43.157.170.13 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:10:39 INFO 43.157.170.13 365205 48 --- End access to /index.php 2025-12-09 21:20:57 DEBUG 43.133.69.37 365209 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-09 21:20:57 DEBUG 43.133.69.37 365209 48 DefaultValues::fetchAll 2025-12-09 21:20:57 DEBUG 43.133.69.37 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 21:20:57 NOTICE 43.133.69.37 365209 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-09 21:20:57 DEBUG 43.133.69.37 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:20:57 DEBUG 43.133.69.37 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 21:20:57 INFO 43.133.69.37 365209 48 --- End access to /user/passwordforgotten.php 2025-12-09 21:24:25 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:25 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:25 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:25 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 21:24:25 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:25 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:25 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:25 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 21:24:25 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:25 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:25 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:25 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 21:24:26 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:26 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:26 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:26 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 21:24:26 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:26 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:26 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:26 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 21:24:26 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:26 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:26 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:26 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 21:24:26 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:26 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:26 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:26 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 21:24:26 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:26 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:26 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:26 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 21:24:27 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:27 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:27 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:27 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 21:24:27 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:27 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:27 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:27 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 21:24:27 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:27 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:27 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:27 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 21:24:27 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:27 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:27 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:27 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 21:24:27 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:27 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:27 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:27 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 21:24:27 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:27 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:27 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:27 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 21:24:28 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:28 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:28 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:28 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 21:24:28 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:28 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:28 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:28 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 21:24:28 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:28 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:28 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:28 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 21:24:28 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:28 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:28 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:28 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 21:24:28 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:28 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:28 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:28 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 21:24:28 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:28 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:28 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:29 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 21:24:29 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:29 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:29 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:29 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 21:24:29 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:29 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:29 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:29 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 21:24:29 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:29 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:29 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:29 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 21:24:29 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:29 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:29 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:29 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 21:24:29 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:29 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:29 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:29 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 21:24:30 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:30 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:30 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:30 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 21:24:30 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:30 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:30 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:30 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 21:24:30 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:30 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:30 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:30 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 21:24:30 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:30 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:30 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:30 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 21:24:30 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:30 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:30 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:30 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 21:24:30 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:30 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:30 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:30 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 21:24:31 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:31 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:31 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:31 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 21:24:31 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:31 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:31 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:31 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 21:24:31 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:31 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:31 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:31 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-09 21:24:31 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:31 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:31 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:31 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-09 21:24:31 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:31 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:31 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:31 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-09 21:24:32 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:32 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:32 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:32 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-09 21:24:32 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:32 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:32 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:32 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-09 21:24:32 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:32 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:32 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:32 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-09 21:24:32 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:24:32 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:24:32 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:24:32 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-09 21:30:31 DEBUG 43.133.91.48 365204 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-09 21:30:31 DEBUG 43.133.91.48 365204 48 DefaultValues::fetchAll 2025-12-09 21:30:31 DEBUG 43.133.91.48 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-09 21:30:31 NOTICE 43.133.91.48 365204 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-09 21:30:31 DEBUG 43.133.91.48 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:30:31 DEBUG 43.133.91.48 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-09 21:30:31 INFO 43.133.91.48 365204 48 --- End access to /user/passwordforgotten.php 2025-12-09 21:53:26 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:26 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:26 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:26 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 21:53:26 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:26 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:26 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:26 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 21:53:26 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:26 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:26 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:26 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 21:53:27 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:27 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:27 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:27 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 21:53:27 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:27 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:27 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:27 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 21:53:27 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:27 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:27 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:27 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 21:53:28 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:28 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:28 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:28 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 21:53:28 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:28 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:28 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:28 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 21:53:29 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:29 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:29 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:29 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 21:53:29 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:29 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:29 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:29 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 21:53:29 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:29 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:29 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:29 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 21:53:30 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:30 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:30 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:30 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 21:53:30 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:30 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:30 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:30 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 21:53:30 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:30 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:30 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:30 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 21:53:31 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:31 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:31 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:31 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 21:53:31 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:31 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:31 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:31 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 21:53:31 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:31 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:31 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:31 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 21:53:32 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:32 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:32 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:32 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 21:53:32 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:32 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:32 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:32 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 21:53:32 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 21:53:32 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 21:53:32 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 21:53:32 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 22:14:10 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:10 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:10 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:10 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 22:14:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 22:14:11 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:11 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:11 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:11 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 22:14:11 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:11 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:11 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:11 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 22:14:12 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:12 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:12 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:12 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 22:14:12 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:12 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:12 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:12 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 22:14:12 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:12 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:12 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:12 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 22:14:13 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:13 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:13 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:13 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 22:14:13 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:13 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:13 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:13 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 22:14:13 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:13 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:13 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:13 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 22:14:14 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:14 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:14 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:14 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 22:14:14 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:14 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:14 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:14 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 22:14:14 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:14 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:14 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:14 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 22:14:15 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:15 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:15 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:15 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-09 22:14:15 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:15 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:15 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:15 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-09 22:14:16 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:16 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:16 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:16 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-09 22:14:16 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:16 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:16 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:16 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-09 22:14:16 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:16 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:16 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:16 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-09 22:14:17 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:17 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:17 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:17 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-09 22:14:17 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-09 22:14:17 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:14:17 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:14:17 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-09 22:18:09 DEBUG 43.173.176.150 365208 48 NEW TOKEN generated by : /index.php 2025-12-09 22:18:09 NOTICE 43.173.176.150 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:18:09 DEBUG 43.173.176.150 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:18:09 INFO 43.173.176.150 365208 48 --- End access to /index.php 2025-12-09 22:33:03 DEBUG 107.172.58.36 367003 48 NEW TOKEN generated by : /index.php 2025-12-09 22:33:03 NOTICE 107.172.58.36 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 22:33:03 DEBUG 107.172.58.36 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 22:33:03 INFO 107.172.58.36 367003 48 --- End access to /index.php 2025-12-09 23:38:54 DEBUG 147.185.132.120 365210 48 NEW TOKEN generated by : /index.php 2025-12-09 23:38:54 NOTICE 147.185.132.120 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 23:38:54 DEBUG 147.185.132.120 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 23:38:54 INFO 147.185.132.120 365210 48 --- End access to /index.php 2025-12-09 23:48:22 DEBUG 162.62.213.187 1717068 48 NEW TOKEN generated by : /index.php 2025-12-09 23:48:22 NOTICE 162.62.213.187 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-09 23:48:22 DEBUG 162.62.213.187 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-09 23:48:22 INFO 162.62.213.187 1717068 48 --- End access to /index.php 2025-12-10 00:10:05 DEBUG 207.244.245.162 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 00:10:05 NOTICE 207.244.245.162 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:10:05 DEBUG 207.244.245.162 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:10:05 INFO 207.244.245.162 365205 48 --- End access to /index.php 2025-12-10 00:10:05 DEBUG 207.244.245.162 365209 48 DefaultValues::fetchAll 2025-12-10 00:10:05 DEBUG 207.244.245.162 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 00:10:05 NOTICE 207.244.245.162 365209 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 00:10:05 DEBUG 207.244.245.162 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:10:05 DEBUG 207.244.245.162 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-10 00:10:05 INFO 207.244.245.162 365209 48 --- End access to /theme/eldy/style.css.php 2025-12-10 00:10:05 DEBUG 207.244.245.162 365204 48 DefaultValues::fetchAll 2025-12-10 00:10:05 DEBUG 207.244.245.162 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 00:10:05 NOTICE 207.244.245.162 365204 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 00:10:05 DEBUG 207.244.245.162 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:10:05 INFO 207.244.245.162 365204 48 --- End access to /core/js/lib_head.js.php 2025-12-10 00:52:01 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:01 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:01 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:01 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 00:52:01 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:01 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:01 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:01 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 00:52:01 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:01 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:01 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:01 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 00:52:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 00:52:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 00:52:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 00:52:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 00:52:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 00:52:04 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:04 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:04 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:04 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 00:52:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 00:52:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 00:52:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 00:52:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 00:52:06 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:06 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:06 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:06 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 00:52:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 00:52:07 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:07 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:07 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:07 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 00:52:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 00:52:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 00:52:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 00:52:08 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 00:52:08 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 00:52:08 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 00:52:08 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 01:31:58 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 01:31:58 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:31:58 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:31:58 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 01:31:59 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 01:31:59 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:31:59 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:31:59 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 01:31:59 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 01:31:59 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:31:59 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:31:59 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 01:31:59 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 01:31:59 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:31:59 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:31:59 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 01:32:00 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:00 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:00 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:00 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 01:32:00 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:00 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:00 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:00 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 01:32:00 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:00 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:00 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:00 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 01:32:01 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:01 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:01 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:01 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 01:32:01 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:01 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:01 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:01 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 01:32:01 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:01 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:01 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:01 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 01:32:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 01:32:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 01:32:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 01:32:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 01:32:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 01:32:04 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:04 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:04 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:04 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 01:32:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 01:32:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 01:32:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 01:32:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 01:32:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 01:32:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 01:32:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 02:44:37 DEBUG 190.0.45.162 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 02:44:37 NOTICE 190.0.45.162 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 02:44:37 DEBUG 190.0.45.162 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 02:44:37 INFO 190.0.45.162 365210 48 --- End access to /index.php 2025-12-10 02:54:11 DEBUG 43.166.136.153 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 02:54:11 NOTICE 43.166.136.153 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 02:54:11 DEBUG 43.166.136.153 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 02:54:11 INFO 43.166.136.153 1717068 48 --- End access to /index.php 2025-12-10 02:55:25 DEBUG 121.127.34.156 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 02:55:25 NOTICE 121.127.34.156 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 02:55:25 DEBUG 121.127.34.156 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 02:55:25 INFO 121.127.34.156 365205 48 --- End access to /index.php 2025-12-10 03:09:06 DEBUG 43.153.47.201 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 03:09:06 NOTICE 43.153.47.201 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:09:06 DEBUG 43.153.47.201 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:09:06 INFO 43.153.47.201 365209 48 --- End access to /index.php 2025-12-10 03:18:27 DEBUG 43.157.38.228 365204 48 DefaultValues::fetchAll 2025-12-10 03:18:27 DEBUG 43.157.38.228 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 03:18:27 NOTICE 43.157.38.228 365204 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 03:18:27 DEBUG 43.157.38.228 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:18:27 INFO 43.157.38.228 365204 48 --- End access to /core/js/lib_head.js.php 2025-12-10 03:25:42 DEBUG 43.135.133.241 365208 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-10 03:25:42 DEBUG 43.135.133.241 365208 48 DefaultValues::fetchAll 2025-12-10 03:25:42 DEBUG 43.135.133.241 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 03:25:42 NOTICE 43.135.133.241 365208 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-10 03:25:42 DEBUG 43.135.133.241 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:25:42 DEBUG 43.135.133.241 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-10 03:25:42 INFO 43.135.133.241 365208 48 --- End access to /user/passwordforgotten.php 2025-12-10 03:39:53 DEBUG 71.6.199.65 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 03:39:53 NOTICE 71.6.199.65 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:39:53 DEBUG 71.6.199.65 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:39:53 INFO 71.6.199.65 367003 48 --- End access to /index.php 2025-12-10 03:54:54 DEBUG 101.32.208.70 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 03:54:54 NOTICE 101.32.208.70 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:54:54 DEBUG 101.32.208.70 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:54:54 INFO 101.32.208.70 365210 48 --- End access to /index.php 2025-12-10 03:59:37 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:37 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:37 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:37 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 03:59:38 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:38 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:38 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:38 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 03:59:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 03:59:39 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:39 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:39 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:39 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 03:59:39 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:39 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:39 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:39 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 03:59:39 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:39 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:39 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:39 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 03:59:40 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:40 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:40 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:40 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 03:59:40 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:40 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:40 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:40 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 03:59:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 03:59:41 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:41 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:41 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:41 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 03:59:41 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:41 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:41 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:41 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 03:59:41 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:41 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:41 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:41 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 03:59:42 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:42 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:42 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:42 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 03:59:42 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:42 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:42 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:42 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 03:59:43 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:43 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:43 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:43 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 03:59:43 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:43 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:43 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:43 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 03:59:43 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:43 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:43 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:43 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 03:59:44 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:44 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:44 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:44 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 03:59:44 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:44 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:44 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:44 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 03:59:44 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 03:59:44 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 03:59:44 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 03:59:44 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 05:03:00 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:00 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:00 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:00 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 05:03:01 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:01 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:01 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:01 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 05:03:01 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:01 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:01 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:01 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 05:03:01 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:01 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:01 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:01 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 05:03:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 05:03:02 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:02 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:02 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:02 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 05:03:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 05:03:03 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:03 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:03 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:03 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 05:03:03 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:03 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:03 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:03 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 05:03:04 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:04 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:04 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:04 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 05:03:04 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:04 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:04 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:04 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 05:03:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 05:03:05 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:05 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:05 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:05 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 05:03:05 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:05 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:05 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:05 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 05:03:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 05:03:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 05:03:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 05:03:06 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:06 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:06 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:06 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 05:03:07 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:07 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:07 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:07 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 05:03:07 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 05:03:07 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:03:07 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:03:07 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 05:24:43 DEBUG 117.33.163.216 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 05:24:43 NOTICE 117.33.163.216 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:24:43 DEBUG 117.33.163.216 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:43 INFO 117.33.163.216 365209 48 --- End access to /index.php 2025-12-10 05:24:45 DEBUG 180.101.244.12 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 05:24:45 NOTICE 180.101.244.12 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:24:45 DEBUG 180.101.244.12 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:45 DEBUG 180.101.244.13 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 05:24:45 NOTICE 180.101.244.13 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:24:45 DEBUG 180.101.244.13 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:45 INFO 180.101.244.12 365208 48 --- End access to /index.php 2025-12-10 05:24:45 INFO 180.101.244.13 365204 48 --- End access to /index.php 2025-12-10 05:24:48 DEBUG 106.55.245.27 367003 48 DefaultValues::fetchAll 2025-12-10 05:24:48 DEBUG 106.55.245.27 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 05:24:48 NOTICE 106.55.245.27 367003 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 05:24:48 DEBUG 106.55.245.27 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:48 INFO 106.55.245.27 367003 48 --- End access to /core/js/lib_head.js.php 2025-12-10 05:24:49 DEBUG 106.52.123.222 365210 48 DefaultValues::fetchAll 2025-12-10 05:24:49 DEBUG 106.52.123.222 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 05:24:49 NOTICE 106.52.123.222 365210 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 05:24:49 DEBUG 106.52.123.222 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:49 INFO 106.52.123.222 365210 48 --- End access to /core/js/lib_head.js.php 2025-12-10 05:24:56 DEBUG 129.211.162.87 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 05:24:56 NOTICE 129.211.162.87 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:24:56 DEBUG 129.211.162.87 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:56 INFO 129.211.162.87 1717068 48 --- End access to /index.php 2025-12-10 05:24:57 DEBUG 129.211.162.87 365205 48 DefaultValues::fetchAll 2025-12-10 05:24:57 DEBUG 129.211.162.87 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 05:24:57 NOTICE 129.211.162.87 365205 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 05:24:57 DEBUG 129.211.162.87 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:57 DEBUG 129.211.162.87 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-10 05:24:57 INFO 129.211.162.87 365205 48 --- End access to /theme/eldy/style.css.php 2025-12-10 05:24:58 DEBUG 220.196.160.95 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 05:24:58 NOTICE 220.196.160.95 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 05:24:58 DEBUG 220.196.160.95 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:58 INFO 220.196.160.95 365209 48 --- End access to /index.php 2025-12-10 05:24:59 DEBUG 220.196.160.95 365204 48 DefaultValues::fetchAll 2025-12-10 05:24:59 DEBUG 220.196.160.95 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 05:24:59 NOTICE 220.196.160.95 365204 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 05:24:59 DEBUG 220.196.160.95 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:59 DEBUG 220.196.160.95 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-10 05:24:59 INFO 220.196.160.95 365204 48 --- End access to /theme/eldy/style.css.php 2025-12-10 05:24:59 DEBUG 129.211.162.87 365208 48 DefaultValues::fetchAll 2025-12-10 05:24:59 DEBUG 129.211.162.87 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 05:24:59 NOTICE 129.211.162.87 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 05:24:59 DEBUG 129.211.162.87 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:24:59 INFO 129.211.162.87 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-10 05:25:00 DEBUG 220.196.160.95 367003 48 DefaultValues::fetchAll 2025-12-10 05:25:00 DEBUG 220.196.160.95 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 05:25:00 NOTICE 220.196.160.95 367003 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 05:25:00 DEBUG 220.196.160.95 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 05:25:00 INFO 220.196.160.95 367003 48 --- End access to /core/js/lib_head.js.php 2025-12-10 05:50:53 DEBUG 84.32.64.79 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 05:50:53 WARNING 84.32.64.79 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-10 05:50:53 INFO 84.32.64.79 365210 48 --- End access to /index.php 2025-12-10 06:15:51 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:51 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:51 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:51 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 06:15:51 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:51 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:51 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:52 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 06:15:52 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:52 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:52 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:52 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 06:15:52 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:52 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:52 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:52 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 06:15:52 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:52 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:52 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:52 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 06:15:52 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:52 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:52 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:52 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 06:15:53 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:53 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:53 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:53 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 06:15:53 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:53 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:53 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:53 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 06:15:53 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:53 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:53 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:53 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 06:15:53 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:53 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:53 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:53 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 06:15:53 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:53 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:53 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:53 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 06:15:53 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:53 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:53 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:53 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 06:15:54 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:54 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:54 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:54 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 06:15:54 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:54 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:54 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:54 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 06:15:54 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:54 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:54 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:54 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 06:15:54 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:54 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:54 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:54 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 06:15:54 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:54 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:54 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:54 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 06:15:54 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:54 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:54 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:54 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 06:15:55 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:55 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:55 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:55 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 06:15:55 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:55 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:55 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:55 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 06:15:55 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:55 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:55 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:55 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 06:15:55 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:55 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:55 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:55 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 06:15:56 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:56 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:56 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:56 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 06:15:56 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:56 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:56 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:56 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 06:15:56 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:56 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:56 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:56 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 06:15:56 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:56 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:56 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:56 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 06:15:56 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:56 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:56 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:56 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 06:15:56 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:56 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:56 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:56 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 06:15:57 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:57 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:57 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:57 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 06:15:57 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:57 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:57 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:57 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 06:15:57 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:57 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:57 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:57 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 06:15:57 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:57 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:57 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:57 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 06:15:57 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:57 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:57 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:57 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 06:15:57 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:57 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:57 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:57 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 06:15:58 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:58 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:58 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:58 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 06:15:58 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:58 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:58 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:58 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 06:15:58 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:58 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:58 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:58 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 06:15:58 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:58 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:58 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:58 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 06:15:58 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:58 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:58 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:58 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 06:15:58 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 06:15:58 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:15:58 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:15:58 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 06:34:16 DEBUG 121.204.225.23 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:34:16 NOTICE 121.204.225.23 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:34:16 DEBUG 121.204.225.23 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:34:16 INFO 121.204.225.23 1717068 48 --- End access to /index.php 2025-12-10 06:34:16 DEBUG 121.204.225.23 365209 48 DefaultValues::fetchAll 2025-12-10 06:34:16 DEBUG 121.204.225.23 365209 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 06:34:16 NOTICE 121.204.225.23 365209 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 06:34:16 DEBUG 121.204.225.23 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:34:16 DEBUG 121.204.225.23 365209 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-10 06:34:16 INFO 121.204.225.23 365209 48 --- End access to /theme/eldy/style.css.php 2025-12-10 06:34:18 DEBUG 121.204.225.23 365208 48 DefaultValues::fetchAll 2025-12-10 06:34:18 DEBUG 121.204.225.23 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 06:34:18 NOTICE 121.204.225.23 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 06:34:18 DEBUG 121.204.225.23 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:34:18 INFO 121.204.225.23 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-10 06:34:22 DEBUG 123.181.24.117 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 06:34:22 NOTICE 123.181.24.117 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:34:22 DEBUG 123.181.24.117 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:34:22 INFO 123.181.24.117 365204 48 --- End access to /index.php 2025-12-10 06:34:58 DEBUG 110.80.148.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 06:34:58 NOTICE 110.80.148.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:34:58 DEBUG 110.80.148.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:34:58 INFO 110.80.148.3 367003 48 --- End access to /index.php 2025-12-10 06:34:58 DEBUG 110.80.148.3 365205 48 DefaultValues::fetchAll 2025-12-10 06:34:58 DEBUG 110.80.148.3 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 06:34:58 NOTICE 110.80.148.3 365205 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 06:34:58 DEBUG 110.80.148.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:34:58 DEBUG 110.80.148.3 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-10 06:34:58 INFO 110.80.148.3 365205 48 --- End access to /theme/eldy/style.css.php 2025-12-10 06:35:00 DEBUG 110.80.148.3 365210 48 DefaultValues::fetchAll 2025-12-10 06:35:00 DEBUG 110.80.148.3 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 06:35:00 NOTICE 110.80.148.3 365210 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 06:35:00 DEBUG 110.80.148.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:35:00 INFO 110.80.148.3 365210 48 --- End access to /core/js/lib_head.js.php 2025-12-10 06:36:35 DEBUG 120.217.65.41 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 06:36:35 NOTICE 120.217.65.41 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:36:35 DEBUG 120.217.65.41 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:36:35 INFO 120.217.65.41 1717068 48 --- End access to /index.php 2025-12-10 06:36:39 DEBUG 211.91.227.159 365208 48 DefaultValues::fetchAll 2025-12-10 06:36:39 DEBUG 211.91.227.159 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 06:36:39 NOTICE 211.91.227.159 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 06:36:39 DEBUG 211.91.227.159 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:36:39 INFO 211.91.227.159 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-10 06:36:39 DEBUG 36.170.80.73 365204 48 DefaultValues::fetchAll 2025-12-10 06:36:39 DEBUG 36.170.80.73 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-10 06:36:39 NOTICE 36.170.80.73 365204 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-10 06:36:39 DEBUG 36.170.80.73 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:36:39 DEBUG 36.170.80.73 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-10 06:36:39 INFO 36.170.80.73 365204 48 --- End access to /theme/eldy/style.css.php 2025-12-10 06:41:08 DEBUG 2a06:4883:1000::24 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 06:41:08 NOTICE 2a06:4883:1000::24 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 06:41:08 DEBUG 2a06:4883:1000::24 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 06:41:08 INFO 2a06:4883:1000::24 365209 48 --- End access to /index.php 2025-12-10 07:02:54 DEBUG 175.178.195.90 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 07:02:54 NOTICE 175.178.195.90 367003 48 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:02:54 DEBUG 175.178.195.90 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:02:54 INFO 175.178.195.90 367003 48 --- End access to /index.php 2025-12-10 07:19:40 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:40 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:40 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:40 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 07:19:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 07:19:41 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:41 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:41 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:41 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 07:19:41 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:41 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:41 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:41 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 07:19:41 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:41 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:41 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:41 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 07:19:42 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:42 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:42 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:42 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 07:19:42 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:42 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:42 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:42 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 07:19:42 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:42 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:42 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:42 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 07:19:43 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:43 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:43 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:43 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 07:19:43 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:43 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:43 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:43 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 07:19:44 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:44 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:44 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:44 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 07:19:44 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:44 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:44 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:44 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 07:19:44 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:44 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:44 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:44 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 07:19:45 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:45 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:45 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:45 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 07:19:45 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:45 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:45 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:45 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 07:19:45 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:45 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:45 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:45 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 07:19:46 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:46 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:46 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:46 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 07:19:46 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:46 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:46 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:46 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 07:19:46 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:46 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:46 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:46 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 07:19:47 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 07:19:47 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 07:19:47 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 07:19:47 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 08:22:01 DEBUG 159.223.17.140 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 08:22:01 NOTICE 159.223.17.140 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:22:01 DEBUG 159.223.17.140 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:22:01 INFO 159.223.17.140 365205 48 --- End access to /index.php 2025-12-10 08:45:50 DEBUG 117.132.188.205 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 08:45:50 NOTICE 117.132.188.205 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:45:50 DEBUG 117.132.188.205 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:45:50 INFO 117.132.188.205 1717068 48 --- End access to /index.php 2025-12-10 08:48:17 DEBUG 167.94.138.190 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 08:48:17 NOTICE 167.94.138.190 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:48:17 DEBUG 167.94.138.190 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:48:17 INFO 167.94.138.190 365208 48 --- End access to /index.php 2025-12-10 08:54:17 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:17 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:17 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:17 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 08:54:17 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:17 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:17 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:17 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 08:54:17 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:17 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:17 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:17 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 08:54:18 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:18 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:18 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:18 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 08:54:18 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:18 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:18 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:18 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 08:54:18 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:18 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:18 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:18 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 08:54:19 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:19 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:19 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:19 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 08:54:19 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:19 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:19 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:19 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 08:54:19 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:19 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:19 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:20 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 08:54:20 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:20 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:20 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:20 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 08:54:20 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:20 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:20 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:20 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 08:54:21 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:21 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:21 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:21 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 08:54:21 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:21 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:21 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:21 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 08:54:21 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:21 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:21 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:21 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 08:54:22 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:22 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:22 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:22 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 08:54:22 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:22 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:22 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:22 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 08:54:22 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:22 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:22 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:22 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 08:54:23 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:23 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:23 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:23 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 08:54:23 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:23 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:23 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:23 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 08:54:23 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 08:54:23 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 08:54:23 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 08:54:23 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 09:04:42 DEBUG 198.235.24.78 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 09:04:42 NOTICE 198.235.24.78 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 09:04:42 DEBUG 198.235.24.78 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 09:04:42 INFO 198.235.24.78 365204 48 --- End access to /index.php 2025-12-10 09:32:28 DEBUG 178.128.247.108 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 09:32:28 NOTICE 178.128.247.108 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 09:32:28 DEBUG 178.128.247.108 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 09:32:28 INFO 178.128.247.108 365209 48 --- End access to /index.php 2025-12-10 10:03:04 DEBUG 51.158.202.174 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 10:03:04 WARNING 51.158.202.174 367003 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-10 10:03:04 INFO 51.158.202.174 367003 48 --- End access to /index.php 2025-12-10 10:07:26 DEBUG 51.158.202.174 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 10:07:26 WARNING 51.158.202.174 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-10 10:07:26 INFO 51.158.202.174 365210 48 --- End access to /index.php 2025-12-10 10:17:11 DEBUG 43.173.182.251 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 10:17:11 NOTICE 43.173.182.251 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:17:11 DEBUG 43.173.182.251 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:17:11 INFO 43.173.182.251 365205 48 --- End access to /index.php 2025-12-10 10:41:31 DEBUG 51.79.151.214 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 10:41:31 NOTICE 51.79.151.214 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:41:31 DEBUG 51.79.151.214 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:41:31 INFO 51.79.151.214 1717068 48 --- End access to /index.php 2025-12-10 10:43:01 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:01 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:01 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:01 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 10:43:01 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:01 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:01 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:01 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 10:43:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 10:43:02 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:02 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:02 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:02 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 10:43:02 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:02 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:02 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:02 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 10:43:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 10:43:03 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:03 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:03 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:03 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 10:43:03 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:03 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:03 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:03 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 10:43:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 10:43:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 10:43:04 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:04 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:04 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:04 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 10:43:05 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:05 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:05 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:05 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 10:43:05 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:05 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:05 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:05 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 10:43:06 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:06 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:06 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:06 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 10:43:06 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:06 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:06 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:06 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 10:43:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 10:43:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 10:43:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 10:43:07 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:07 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:07 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:07 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 10:43:08 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 10:43:08 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:43:08 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:43:08 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 10:50:58 DEBUG 51.159.71.186 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 10:50:58 WARNING 51.159.71.186 365208 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-10 10:50:58 INFO 51.159.71.186 365208 48 --- End access to /index.php 2025-12-10 10:51:09 DEBUG 35.203.211.237 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 10:51:09 NOTICE 35.203.211.237 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 10:51:09 DEBUG 35.203.211.237 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 10:51:09 INFO 35.203.211.237 365204 48 --- End access to /index.php 2025-12-10 11:30:15 DEBUG 192.210.160.141 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 11:30:15 NOTICE 192.210.160.141 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 11:30:15 DEBUG 192.210.160.141 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 11:30:15 INFO 192.210.160.141 367003 48 --- End access to /index.php 2025-12-10 11:30:19 DEBUG 192.210.160.141 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 11:30:19 NOTICE 192.210.160.141 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 11:30:19 DEBUG 192.210.160.141 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 11:30:19 INFO 192.210.160.141 1717068 48 --- End access to /index.php 2025-12-10 12:11:05 DEBUG 216.180.246.85 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 12:11:05 NOTICE 216.180.246.85 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:11:05 DEBUG 216.180.246.85 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:11:05 INFO 216.180.246.85 365208 48 --- End access to /index.php 2025-12-10 12:11:41 DEBUG 216.180.246.85 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 12:11:41 NOTICE 216.180.246.85 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:11:41 DEBUG 216.180.246.85 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:11:41 INFO 216.180.246.85 365204 48 --- End access to /index.php 2025-12-10 12:22:22 DEBUG 142.93.143.8 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 12:22:22 NOTICE 142.93.143.8 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:22:22 DEBUG 142.93.143.8 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:22:22 INFO 142.93.143.8 365209 48 --- End access to /index.php 2025-12-10 12:22:22 DEBUG 142.93.143.8 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 12:22:22 NOTICE 142.93.143.8 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:22:22 DEBUG 142.93.143.8 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:22:22 INFO 142.93.143.8 367003 48 --- End access to /index.php 2025-12-10 12:22:59 DEBUG 142.93.143.8 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 12:22:59 NOTICE 142.93.143.8 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:22:59 DEBUG 142.93.143.8 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:22:59 INFO 142.93.143.8 365205 48 --- End access to /index.php 2025-12-10 12:44:23 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:23 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:23 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:23 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 12:44:23 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:23 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:23 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:23 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 12:44:24 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:24 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:24 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:24 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 12:44:24 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:24 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:24 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:24 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 12:44:24 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:24 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:24 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:24 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 12:44:25 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:25 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:25 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:25 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 12:44:25 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:25 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:25 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:25 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 12:44:25 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:25 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:25 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:25 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 12:44:26 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:26 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:26 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:26 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 12:44:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 12:44:26 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:26 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:26 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:26 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 12:44:27 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:27 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:27 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:27 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 12:44:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 12:44:28 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:28 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:28 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:28 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 12:44:28 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:28 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:28 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:28 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 12:44:28 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:28 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:28 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:28 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 12:44:29 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:29 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:29 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:29 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 12:44:29 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:29 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:29 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:29 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 12:44:29 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:29 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:29 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:29 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 12:44:30 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 12:44:30 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 12:44:30 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 12:44:30 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 13:38:41 DEBUG 149.50.97.212 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 13:38:41 NOTICE 149.50.97.212 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 13:38:41 DEBUG 149.50.97.212 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 13:38:41 INFO 149.50.97.212 1717068 48 --- End access to /index.php 2025-12-10 14:19:53 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:53 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:53 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:53 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 14:19:54 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:54 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:54 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:54 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 14:19:54 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:54 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:54 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:54 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 14:19:54 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:54 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:54 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:54 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 14:19:55 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:55 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:55 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:55 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 14:19:55 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:55 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:55 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:55 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 14:19:56 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:56 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:56 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:56 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 14:19:56 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:56 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:56 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:56 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 14:19:56 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:56 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:56 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:56 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 14:19:57 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:57 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:57 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:57 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 14:19:57 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:57 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:57 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:57 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 14:19:57 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:57 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:57 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:57 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 14:19:58 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:58 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:58 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:58 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 14:19:58 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:58 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:58 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:58 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 14:19:58 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:58 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:58 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:58 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 14:19:59 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:59 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:59 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:59 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 14:19:59 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 14:19:59 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:19:59 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:19:59 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 14:20:00 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 14:20:00 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:20:00 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:20:00 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 14:20:00 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 14:20:00 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:20:00 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:20:00 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 14:20:00 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 14:20:00 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:20:00 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:20:00 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 14:56:09 DEBUG 62.60.135.149 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 14:56:09 NOTICE 62.60.135.149 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 14:56:09 DEBUG 62.60.135.149 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 14:56:09 INFO 62.60.135.149 365208 48 --- End access to /index.php 2025-12-10 15:01:51 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:51 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:51 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:51 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 15:01:51 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:51 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:51 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:51 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 15:01:52 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:52 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:52 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:52 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 15:01:52 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:52 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:52 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:52 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 15:01:52 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:52 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:52 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:52 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 15:01:52 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:52 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:52 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:52 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 15:01:52 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:52 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:52 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:52 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 15:01:53 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:53 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:53 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:53 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 15:01:53 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:53 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:53 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:53 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 15:01:53 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:53 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:53 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:53 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 15:01:53 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:53 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:53 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:53 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 15:01:53 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:53 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:53 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:53 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 15:01:54 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:54 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:54 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:54 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 15:01:54 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:54 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:54 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:54 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 15:01:54 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:54 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:54 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:54 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 15:01:54 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:54 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:54 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:54 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 15:01:54 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:54 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:54 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:54 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 15:01:54 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:54 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:54 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:54 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 15:01:55 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:55 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:55 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:55 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 15:01:55 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:55 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:55 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:55 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 15:01:55 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:55 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:55 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:55 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 15:01:55 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:55 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:55 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:55 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 15:01:55 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:55 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:55 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:56 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 15:01:56 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:56 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:56 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:56 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 15:01:56 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:56 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:56 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:56 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:56 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:56 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:56 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 15:01:56 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 15:01:56 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:56 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:56 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:56 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:56 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:56 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:56 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 15:01:56 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 15:01:57 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:57 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:57 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:57 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:57 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:57 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:57 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 15:01:57 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 15:01:57 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:57 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:57 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:57 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:57 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:57 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:57 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 15:01:57 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 15:01:57 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:57 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:57 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:57 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:57 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:57 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:57 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 15:01:57 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 15:01:58 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:58 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:58 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:58 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:58 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:58 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:58 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 15:01:58 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 15:01:58 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:58 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:58 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:58 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:58 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:58 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:58 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 15:01:58 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 15:01:59 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:59 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:59 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:59 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 15:01:59 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 15:01:59 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:01:59 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:01:59 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 15:06:35 DEBUG 202.155.148.20 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 15:06:35 NOTICE 202.155.148.20 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 15:06:35 DEBUG 202.155.148.20 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 15:06:35 INFO 202.155.148.20 365208 48 --- End access to /index.php 2025-12-10 16:15:59 DEBUG 43.173.177.227 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 16:15:59 NOTICE 43.173.177.227 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 16:15:59 DEBUG 43.173.177.227 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 16:15:59 INFO 43.173.177.227 367003 48 --- End access to /index.php 2025-12-10 16:46:23 DEBUG 20.65.193.225 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 16:46:23 NOTICE 20.65.193.225 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 16:46:23 DEBUG 20.65.193.225 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 16:46:23 INFO 20.65.193.225 365209 48 --- End access to /index.php 2025-12-10 17:15:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 17:15:03 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:03 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:03 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:03 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 17:15:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:15:03 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:03 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:03 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:03 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 17:15:04 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:04 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:04 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:04 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 17:15:04 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:04 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:04 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:04 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 17:15:04 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:04 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:04 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:04 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 17:15:05 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:05 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:05 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:05 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:15:05 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:05 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:05 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:05 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 17:15:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 17:15:06 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:06 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:06 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:06 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 17:15:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 17:15:06 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:06 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:06 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:06 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:15:07 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:07 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:07 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:07 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 17:15:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 17:15:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 17:15:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 17:15:08 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:08 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:08 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:08 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:15:09 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:09 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:09 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:09 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 17:15:09 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 17:15:09 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:15:09 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:15:09 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 17:23:33 DEBUG 176.65.132.67 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:23:33 NOTICE 176.65.132.67 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:23:33 DEBUG 176.65.132.67 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:23:33 INFO 176.65.132.67 365210 48 --- End access to /index.php 2025-12-10 17:31:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:31:07 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:07 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:07 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:07 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 17:31:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 17:31:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 17:31:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 17:31:08 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:08 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:08 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:08 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:31:09 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:09 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:09 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:09 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 17:31:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 17:31:10 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:10 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:10 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:10 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 17:31:10 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:10 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:10 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:10 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 17:31:11 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:11 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:11 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:11 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:31:11 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:11 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:11 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:11 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 17:31:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 17:31:12 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:12 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:12 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:12 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 17:31:12 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:12 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:12 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:12 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 17:31:13 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:13 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:13 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:13 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 17:31:13 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:13 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:13 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:13 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 17:31:13 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:13 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:13 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:13 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 17:31:14 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:14 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:14 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:14 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 17:31:14 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 17:31:14 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 17:31:14 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 17:31:14 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 19:18:59 DEBUG 205.210.31.245 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 19:18:59 NOTICE 205.210.31.245 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 19:18:59 DEBUG 205.210.31.245 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 19:18:59 INFO 205.210.31.245 365205 48 --- End access to /index.php 2025-12-10 20:07:22 DEBUG 84.246.85.11 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 20:07:22 NOTICE 84.246.85.11 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:07:22 DEBUG 84.246.85.11 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:07:22 INFO 84.246.85.11 365204 48 --- End access to /index.php 2025-12-10 20:07:22 DEBUG 84.246.85.11 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 20:07:22 NOTICE 84.246.85.11 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:07:22 DEBUG 84.246.85.11 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:07:22 INFO 84.246.85.11 365208 48 --- End access to /index.php 2025-12-10 20:07:23 DEBUG 84.246.85.11 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 20:07:23 NOTICE 84.246.85.11 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:07:23 DEBUG 84.246.85.11 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:07:23 INFO 84.246.85.11 367003 48 --- End access to /index.php 2025-12-10 20:10:36 DEBUG 185.242.226.102 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 20:10:36 NOTICE 185.242.226.102 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:10:36 DEBUG 185.242.226.102 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:10:36 INFO 185.242.226.102 365209 48 --- End access to /index.php 2025-12-10 20:26:36 DEBUG 151.238.51.196 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 20:26:36 NOTICE 151.238.51.196 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:26:36 DEBUG 151.238.51.196 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:26:36 INFO 151.238.51.196 365205 48 --- End access to /index.php 2025-12-10 20:34:22 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:22 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:22 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:22 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 20:34:22 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:22 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:22 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:22 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 20:34:23 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:23 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:23 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:23 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 20:34:23 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:23 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:23 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:23 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 20:34:23 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:23 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:23 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:23 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 20:34:24 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:24 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:24 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:24 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 20:34:24 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:24 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:24 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:24 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 20:34:24 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:24 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:24 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:24 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 20:34:25 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:25 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:25 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:25 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 20:34:25 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:25 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:25 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:25 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 20:34:25 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:25 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:25 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:25 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 20:34:26 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:26 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:26 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:26 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 20:34:26 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:26 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:26 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:26 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 20:34:26 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:26 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:26 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:26 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 20:34:27 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:27 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:27 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:27 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 20:34:27 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:27 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:27 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:27 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 20:34:28 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:28 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:28 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:28 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 20:34:28 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:28 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:28 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:28 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 20:34:28 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:28 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:28 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:28 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 20:34:29 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 20:34:29 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:34:29 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:34:29 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 20:45:20 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:20 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:20 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:20 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 20:45:20 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:20 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:20 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:20 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 20:45:20 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:20 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:20 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:20 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 20:45:21 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:21 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:21 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:21 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 20:45:21 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:21 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:21 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:21 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 20:45:21 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:21 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:21 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:21 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 20:45:22 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:22 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:22 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:22 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 20:45:22 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:22 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:22 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:22 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 20:45:22 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:22 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:22 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:22 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 20:45:23 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:23 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:23 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:23 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 20:45:23 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:23 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:23 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:23 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 20:45:24 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:24 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:24 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:24 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 20:45:24 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:24 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:24 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:24 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 20:45:24 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:24 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:24 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:24 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 20:45:25 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:25 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:25 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:25 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 20:45:25 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:25 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:25 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:25 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 20:45:25 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:25 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:25 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:25 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 20:45:26 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:26 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:26 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:26 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 20:45:26 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:26 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:26 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:26 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 20:45:26 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 20:45:26 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 20:45:26 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 20:45:26 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 22:18:48 DEBUG 45.87.11.4 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 22:18:48 NOTICE 45.87.11.4 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 22:18:48 DEBUG 45.87.11.4 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 22:18:48 INFO 45.87.11.4 365204 48 --- End access to /index.php 2025-12-10 23:19:14 DEBUG 176.65.148.172 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:19:14 NOTICE 176.65.148.172 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:19:14 DEBUG 176.65.148.172 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:19:14 INFO 176.65.148.172 365208 48 --- End access to /index.php 2025-12-10 23:21:46 DEBUG 157.173.105.5 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:21:46 NOTICE 157.173.105.5 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:21:46 DEBUG 157.173.105.5 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:21:46 INFO 157.173.105.5 365209 48 --- End access to /index.php 2025-12-10 23:21:47 DEBUG 157.173.105.5 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:21:47 NOTICE 157.173.105.5 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:21:47 DEBUG 157.173.105.5 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:21:47 INFO 157.173.105.5 365205 48 --- End access to /index.php 2025-12-10 23:37:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 23:37:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 23:37:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 23:37:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 23:37:08 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:08 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:08 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:08 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 23:37:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 23:37:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 23:37:09 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:09 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:09 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:09 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 23:37:09 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:09 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:09 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:09 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 23:37:10 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:10 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:10 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:10 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 23:37:10 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:10 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:10 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:10 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 23:37:10 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:10 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:10 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:10 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 23:37:11 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:11 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:11 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:11 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 23:37:11 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:11 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:11 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:11 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-10 23:37:11 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:11 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:11 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:11 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-10 23:37:12 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:12 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:12 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:12 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-10 23:37:12 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:12 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:12 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:12 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-10 23:37:12 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:12 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:12 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:12 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-10 23:37:13 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:13 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:13 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:13 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-10 23:37:13 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:37:13 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:37:13 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:37:13 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-10 23:45:58 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:58 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:58 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:58 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 23:45:58 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:58 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:58 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:58 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 23:45:58 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:58 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:58 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:58 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 23:45:59 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:59 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:59 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:59 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 23:45:59 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:59 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:59 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:59 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 23:45:59 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:59 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:59 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:59 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 23:45:59 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:59 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:59 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:59 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 23:45:59 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:45:59 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:45:59 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:45:59 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 23:46:00 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:00 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:00 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:00 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 23:46:00 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:00 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:00 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:00 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 23:46:00 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:00 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:00 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:00 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 23:46:00 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:00 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:00 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:00 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 23:46:00 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:00 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:00 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:00 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 23:46:01 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:01 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:01 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:01 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 23:46:01 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:01 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:01 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:01 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 23:46:01 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:01 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:01 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:01 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 23:46:01 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:01 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:01 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:01 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 23:46:01 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:01 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:01 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:01 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:01 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:01 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:01 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 23:46:01 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 23:46:02 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:02 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:02 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:02 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:02 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:02 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:02 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 23:46:02 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 23:46:02 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:02 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:02 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:02 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:02 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:02 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:02 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 23:46:02 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 23:46:03 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:03 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:03 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:03 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:03 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:03 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:03 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 23:46:03 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 23:46:03 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:03 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:03 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:03 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:03 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:03 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:03 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 23:46:03 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 23:46:03 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:03 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:03 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:03 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:03 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:03 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:03 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 23:46:03 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 23:46:04 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:04 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:04 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:04 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:04 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:04 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:04 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-10 23:46:04 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 23:46:04 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:04 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:04 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:04 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:04 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:04 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:04 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 23:46:04 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 23:46:04 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:04 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:04 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:04 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:04 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:04 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:04 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-10 23:46:04 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-10 23:46:05 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:05 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:05 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:05 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:05 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:05 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:05 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-10 23:46:05 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-10 23:46:05 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:05 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:05 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:05 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-10 23:46:05 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:05 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:05 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:05 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-10 23:46:06 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-10 23:46:06 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-10 23:46:06 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-10 23:46:06 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 00:13:55 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:55 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:55 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:55 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 00:13:55 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:55 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:55 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:55 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 00:13:56 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:56 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:56 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:56 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 00:13:56 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:56 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:56 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:56 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 00:13:56 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:56 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:56 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:56 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 00:13:57 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:57 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:57 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:57 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 00:13:57 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:57 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:57 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:57 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 00:13:57 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:57 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:57 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:57 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 00:13:58 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:58 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:58 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:58 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 00:13:58 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:58 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:58 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:58 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 00:13:58 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:58 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:58 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:58 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 00:13:59 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:59 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:59 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:59 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 00:13:59 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 00:13:59 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:13:59 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:13:59 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 00:14:00 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 00:14:00 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:14:00 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:14:00 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 00:14:00 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 00:14:00 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:14:00 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:14:00 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 00:14:00 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 00:14:00 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:14:00 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:14:00 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 00:14:01 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 00:14:01 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:14:01 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:14:01 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 00:14:01 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 00:14:01 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:14:01 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:14:01 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 00:14:01 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 00:14:01 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:14:01 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:14:01 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 00:14:02 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 00:14:02 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:14:02 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:14:02 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 00:28:55 DEBUG 43.173.175.227 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 00:28:55 NOTICE 43.173.175.227 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:28:55 DEBUG 43.173.175.227 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:28:55 INFO 43.173.175.227 365208 48 --- End access to /index.php 2025-12-11 00:38:47 DEBUG 61.242.93.59 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 00:38:47 NOTICE 61.242.93.59 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:38:47 DEBUG 61.242.93.59 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:38:47 DEBUG 202.136.54.143 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 00:38:47 NOTICE 202.136.54.143 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 00:38:47 DEBUG 202.136.54.143 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 00:38:47 INFO 61.242.93.59 365204 48 --- End access to /index.php 2025-12-11 00:38:47 INFO 202.136.54.143 1717068 48 --- End access to /index.php 2025-12-11 01:00:53 DEBUG 167.94.146.59 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 01:00:53 NOTICE 167.94.146.59 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 01:00:53 DEBUG 167.94.146.59 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 01:00:53 INFO 167.94.146.59 365205 48 --- End access to /index.php 2025-12-11 01:18:06 DEBUG 176.65.132.67 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 01:18:06 NOTICE 176.65.132.67 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 01:18:06 DEBUG 176.65.132.67 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 01:18:06 INFO 176.65.132.67 367003 48 --- End access to /index.php 2025-12-11 01:46:01 DEBUG 112.121.183.78 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 01:46:01 NOTICE 112.121.183.78 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 01:46:01 DEBUG 112.121.183.78 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 01:46:01 INFO 112.121.183.78 365209 48 --- End access to /index.php 2025-12-11 01:47:20 DEBUG 43.159.141.150 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 01:47:20 NOTICE 43.159.141.150 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 01:47:20 DEBUG 43.159.141.150 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 01:47:20 INFO 43.159.141.150 365210 48 --- End access to /index.php 2025-12-11 01:47:42 DEBUG 35.203.210.141 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 01:47:42 NOTICE 35.203.210.141 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 01:47:42 DEBUG 35.203.210.141 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 01:47:42 INFO 35.203.210.141 365208 48 --- End access to /index.php 2025-12-11 02:02:18 DEBUG 170.106.187.106 1717068 48 DefaultValues::fetchAll 2025-12-11 02:02:18 DEBUG 170.106.187.106 1717068 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 02:02:18 NOTICE 170.106.187.106 1717068 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-11 02:02:18 DEBUG 170.106.187.106 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:02:18 INFO 170.106.187.106 1717068 48 --- End access to /core/js/lib_head.js.php 2025-12-11 02:22:45 DEBUG 157.173.122.176 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:22:45 NOTICE 157.173.122.176 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:22:45 DEBUG 157.173.122.176 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:22:45 INFO 157.173.122.176 365204 48 --- End access to /index.php 2025-12-11 02:30:19 DEBUG 157.245.1.191 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:30:19 NOTICE 157.245.1.191 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:30:19 DEBUG 157.245.1.191 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:30:19 INFO 157.245.1.191 365205 48 --- End access to /index.php 2025-12-11 02:35:20 DEBUG 154.219.117.66 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:20 NOTICE 154.219.117.66 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:20 DEBUG 154.219.117.66 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:20 INFO 154.219.117.66 367003 48 --- End access to /index.php 2025-12-11 02:35:21 DEBUG 154.219.117.66 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:21 NOTICE 154.219.117.66 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:21 DEBUG 154.219.117.66 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:21 INFO 154.219.117.66 365209 48 --- End access to /index.php 2025-12-11 02:35:21 DEBUG 154.219.117.66 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:21 NOTICE 154.219.117.66 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:21 DEBUG 154.219.117.66 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:21 INFO 154.219.117.66 365210 48 --- End access to /index.php 2025-12-11 02:35:21 DEBUG 154.219.117.66 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:21 NOTICE 154.219.117.66 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:21 DEBUG 154.219.117.66 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:21 INFO 154.219.117.66 365208 48 --- End access to /index.php 2025-12-11 02:35:22 DEBUG 154.219.117.66 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:22 NOTICE 154.219.117.66 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:22 DEBUG 154.219.117.66 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:22 INFO 154.219.117.66 1717068 48 --- End access to /index.php 2025-12-11 02:35:22 DEBUG 154.219.117.66 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:22 NOTICE 154.219.117.66 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:22 DEBUG 154.219.117.66 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:22 INFO 154.219.117.66 365204 48 --- End access to /index.php 2025-12-11 02:35:22 DEBUG 154.219.117.66 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:22 NOTICE 154.219.117.66 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:22 DEBUG 154.219.117.66 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:22 INFO 154.219.117.66 365205 48 --- End access to /index.php 2025-12-11 02:35:23 DEBUG 154.219.117.66 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:23 NOTICE 154.219.117.66 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:23 DEBUG 154.219.117.66 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:23 INFO 154.219.117.66 367003 48 --- End access to /index.php 2025-12-11 02:35:23 DEBUG 154.219.117.66 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:23 NOTICE 154.219.117.66 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:35:23 DEBUG 154.219.117.66 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:35:23 INFO 154.219.117.66 365209 48 --- End access to /index.php 2025-12-11 02:35:24 DEBUG 154.219.117.66 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 02:35:24 WARNING 154.219.117.66 365208 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-11 02:35:24 INFO 154.219.117.66 365208 48 --- End access to /index.php 2025-12-11 02:36:13 DEBUG 154.219.115.155 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:13 NOTICE 154.219.115.155 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:13 DEBUG 154.219.115.155 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:13 INFO 154.219.115.155 365204 48 --- End access to /index.php 2025-12-11 02:36:13 DEBUG 154.219.115.155 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:13 NOTICE 154.219.115.155 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:13 DEBUG 154.219.115.155 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:13 INFO 154.219.115.155 365205 48 --- End access to /index.php 2025-12-11 02:36:14 DEBUG 154.219.115.155 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:14 NOTICE 154.219.115.155 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:14 DEBUG 154.219.115.155 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:14 INFO 154.219.115.155 367003 48 --- End access to /index.php 2025-12-11 02:36:14 DEBUG 154.219.115.155 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:14 NOTICE 154.219.115.155 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:14 DEBUG 154.219.115.155 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:14 INFO 154.219.115.155 365209 48 --- End access to /index.php 2025-12-11 02:36:14 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:14 NOTICE 154.219.115.155 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:14 DEBUG 154.219.115.155 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:14 INFO 154.219.115.155 365210 48 --- End access to /index.php 2025-12-11 02:36:15 DEBUG 154.219.115.155 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:15 NOTICE 154.219.115.155 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:15 DEBUG 154.219.115.155 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:15 INFO 154.219.115.155 365208 48 --- End access to /index.php 2025-12-11 02:36:15 DEBUG 154.219.115.155 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:15 NOTICE 154.219.115.155 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:15 DEBUG 154.219.115.155 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:15 INFO 154.219.115.155 1717068 48 --- End access to /index.php 2025-12-11 02:36:15 DEBUG 154.219.115.155 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:15 NOTICE 154.219.115.155 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:15 DEBUG 154.219.115.155 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:15 INFO 154.219.115.155 365204 48 --- End access to /index.php 2025-12-11 02:36:16 DEBUG 154.219.115.155 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:16 NOTICE 154.219.115.155 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:16 DEBUG 154.219.115.155 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:16 INFO 154.219.115.155 365205 48 --- End access to /index.php 2025-12-11 02:36:16 DEBUG 154.219.115.155 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:16 NOTICE 154.219.115.155 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:36:16 DEBUG 154.219.115.155 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:36:16 INFO 154.219.115.155 367003 48 --- End access to /index.php 2025-12-11 02:36:17 DEBUG 154.219.115.155 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 02:36:17 WARNING 154.219.115.155 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-11 02:36:17 INFO 154.219.115.155 365210 48 --- End access to /index.php 2025-12-11 02:37:10 DEBUG 45.207.210.174 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 02:37:10 NOTICE 45.207.210.174 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:10 DEBUG 45.207.210.174 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:10 INFO 45.207.210.174 1717068 48 --- End access to /index.php 2025-12-11 02:37:10 DEBUG 45.207.210.174 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:37:10 NOTICE 45.207.210.174 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:10 DEBUG 45.207.210.174 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:10 INFO 45.207.210.174 365204 48 --- End access to /index.php 2025-12-11 02:37:11 DEBUG 45.207.210.174 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:37:11 NOTICE 45.207.210.174 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:11 DEBUG 45.207.210.174 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:11 INFO 45.207.210.174 365205 48 --- End access to /index.php 2025-12-11 02:37:11 DEBUG 45.207.210.174 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:37:11 NOTICE 45.207.210.174 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:11 DEBUG 45.207.210.174 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:11 INFO 45.207.210.174 367003 48 --- End access to /index.php 2025-12-11 02:37:11 DEBUG 45.207.210.174 365209 48 NEW TOKEN generated by : /index.php/ 2025-12-11 02:37:11 NOTICE 45.207.210.174 365209 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:11 DEBUG 45.207.210.174 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:11 INFO 45.207.210.174 365209 48 --- End access to /index.php/ 2025-12-11 02:37:12 DEBUG 45.207.210.174 365210 48 NEW TOKEN generated by : /index.php/ 2025-12-11 02:37:12 NOTICE 45.207.210.174 365210 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:12 DEBUG 45.207.210.174 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:12 INFO 45.207.210.174 365210 48 --- End access to /index.php/ 2025-12-11 02:37:12 DEBUG 45.207.210.174 365208 48 NEW TOKEN generated by : /index.php/ 2025-12-11 02:37:12 NOTICE 45.207.210.174 365208 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:12 DEBUG 45.207.210.174 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:12 INFO 45.207.210.174 365208 48 --- End access to /index.php/ 2025-12-11 02:37:12 DEBUG 45.207.210.174 1717068 48 NEW TOKEN generated by : /index.php/ 2025-12-11 02:37:12 NOTICE 45.207.210.174 1717068 48 --- Access to GET /index.php/ - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:12 DEBUG 45.207.210.174 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:12 INFO 45.207.210.174 1717068 48 --- End access to /index.php/ 2025-12-11 02:37:13 DEBUG 45.207.210.174 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:37:13 NOTICE 45.207.210.174 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:37:13 DEBUG 45.207.210.174 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:37:13 INFO 45.207.210.174 365204 48 --- End access to /index.php 2025-12-11 02:37:13 DEBUG 45.207.210.174 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:37:13 WARNING 45.207.210.174 367003 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-11 02:37:13 INFO 45.207.210.174 367003 48 --- End access to /index.php 2025-12-11 02:48:07 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:07 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:07 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:07 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 02:48:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 02:48:08 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:08 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:08 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:08 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 02:48:08 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:08 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:08 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:08 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 02:48:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 02:48:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 02:48:09 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:09 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:09 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:09 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 02:48:10 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:10 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:10 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:10 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 02:48:10 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:10 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:10 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:10 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 02:48:10 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:10 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:10 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:10 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 02:48:11 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:11 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:11 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:11 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 02:48:11 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:11 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:11 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:11 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 02:48:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 02:48:12 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:12 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:12 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:12 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 02:48:12 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:12 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:12 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:12 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 02:48:13 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:13 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:13 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:13 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 02:48:13 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:13 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:13 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:13 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 02:48:13 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:13 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:13 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:13 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 02:48:14 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:14 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:14 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:14 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 02:48:14 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 02:48:14 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 02:48:14 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 02:48:14 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 03:10:38 DEBUG 178.175.167.144 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 03:10:38 WARNING 178.175.167.144 365210 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-11 03:10:38 INFO 178.175.167.144 365210 48 --- End access to /index.php 2025-12-11 03:10:38 DEBUG 178.175.167.144 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 03:10:38 NOTICE 178.175.167.144 365208 48 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:10:38 DEBUG 178.175.167.144 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:10:38 INFO 178.175.167.144 365208 48 --- End access to /index.php 2025-12-11 03:51:03 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:03 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:03 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:03 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 03:51:04 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:04 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:04 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:04 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 03:51:04 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:04 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:04 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:04 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 03:51:04 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:04 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:04 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:04 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 03:51:05 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:05 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:05 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:05 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 03:51:05 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:05 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:05 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:05 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 03:51:05 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:05 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:05 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:05 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 03:51:06 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:06 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:06 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:06 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 03:51:06 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:06 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:06 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:06 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 03:51:07 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:07 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:07 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:07 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 03:51:07 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:07 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:07 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:07 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 03:51:07 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:07 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:07 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:07 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 03:51:08 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:08 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:08 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:08 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 03:51:08 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:08 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:08 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:08 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 03:51:08 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:08 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:08 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:08 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 03:51:09 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:09 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:09 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:09 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 03:51:09 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:09 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:09 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:09 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 03:51:09 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:09 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:09 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:09 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 03:51:10 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:10 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:10 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:10 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 03:51:10 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 03:51:10 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 03:51:10 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 03:51:10 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 04:19:58 DEBUG 171.34.229.58 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 04:19:58 NOTICE 171.34.229.58 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 04:19:58 DEBUG 171.34.229.58 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 04:19:58 INFO 171.34.229.58 1717068 48 --- End access to /index.php 2025-12-11 04:38:41 DEBUG 43.130.139.177 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 04:38:41 NOTICE 43.130.139.177 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 04:38:41 DEBUG 43.130.139.177 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 04:38:41 INFO 43.130.139.177 365204 48 --- End access to /index.php 2025-12-11 04:45:55 DEBUG 176.65.132.67 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 04:45:55 NOTICE 176.65.132.67 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 04:45:55 DEBUG 176.65.132.67 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 04:45:55 INFO 176.65.132.67 365205 48 --- End access to /index.php 2025-12-11 04:55:02 DEBUG 43.166.244.66 367003 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-11 04:55:02 DEBUG 43.166.244.66 367003 48 DefaultValues::fetchAll 2025-12-11 04:55:02 DEBUG 43.166.244.66 367003 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 04:55:02 NOTICE 43.166.244.66 367003 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-11 04:55:02 DEBUG 43.166.244.66 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 04:55:02 DEBUG 43.166.244.66 367003 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-11 04:55:02 INFO 43.166.244.66 367003 48 --- End access to /user/passwordforgotten.php 2025-12-11 05:18:11 DEBUG 43.135.182.95 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 05:18:11 NOTICE 43.135.182.95 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 05:18:11 DEBUG 43.135.182.95 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 05:18:11 INFO 43.135.182.95 365209 48 --- End access to /index.php 2025-12-11 05:30:59 DEBUG 43.155.140.157 365208 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-11 05:30:59 DEBUG 43.155.140.157 365208 48 DefaultValues::fetchAll 2025-12-11 05:30:59 DEBUG 43.155.140.157 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 05:30:59 NOTICE 43.155.140.157 365208 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-11 05:30:59 DEBUG 43.155.140.157 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 05:30:59 DEBUG 43.155.140.157 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-11 05:30:59 INFO 43.155.140.157 365208 48 --- End access to /user/passwordforgotten.php 2025-12-11 06:11:20 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:20 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:20 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:20 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 06:11:20 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:20 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:20 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:20 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 06:11:20 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:20 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:20 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:20 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 06:11:21 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:21 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:21 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:21 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 06:11:21 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:21 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:21 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:21 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 06:11:21 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:21 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:21 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:21 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 06:11:22 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:22 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:22 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:22 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 06:11:22 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:22 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:22 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:22 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 06:11:22 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:22 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:22 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:22 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 06:11:23 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:23 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:23 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:23 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 06:11:23 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:23 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:23 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:23 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 06:11:23 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:23 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:23 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:23 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 06:11:24 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:24 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:24 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:24 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 06:11:24 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:24 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:24 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:24 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 06:11:24 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:24 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:24 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:24 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 06:11:25 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:25 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:25 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:25 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 06:11:25 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:25 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:25 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:25 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 06:11:25 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:25 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:25 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:25 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 06:11:26 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:26 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:26 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:26 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 06:11:26 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 06:11:26 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:11:26 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:11:26 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 06:27:40 DEBUG 194.50.14.17 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 06:27:40 NOTICE 194.50.14.17 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:27:40 DEBUG 194.50.14.17 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:27:40 INFO 194.50.14.17 1717068 48 --- End access to /index.php 2025-12-11 06:48:36 DEBUG 43.173.1.57 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 06:48:36 NOTICE 43.173.1.57 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 06:48:36 DEBUG 43.173.1.57 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 06:48:36 INFO 43.173.1.57 365204 48 --- End access to /index.php 2025-12-11 07:12:49 DEBUG 43.135.144.126 365205 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-11 07:12:49 DEBUG 43.135.144.126 365205 48 DefaultValues::fetchAll 2025-12-11 07:12:49 DEBUG 43.135.144.126 365205 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 07:12:49 NOTICE 43.135.144.126 365205 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-11 07:12:49 DEBUG 43.135.144.126 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:12:49 DEBUG 43.135.144.126 365205 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-11 07:12:49 INFO 43.135.144.126 365205 48 --- End access to /user/passwordforgotten.php 2025-12-11 07:27:42 DEBUG 43.155.188.157 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 07:27:42 NOTICE 43.155.188.157 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:27:42 DEBUG 43.155.188.157 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:27:42 INFO 43.155.188.157 367003 48 --- End access to /index.php 2025-12-11 07:30:08 DEBUG 198.38.91.111 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 07:30:08 WARNING 198.38.91.111 365209 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-11 07:30:08 INFO 198.38.91.111 365209 48 --- End access to /index.php 2025-12-11 07:37:18 DEBUG 43.155.188.157 365210 48 DefaultValues::fetchAll 2025-12-11 07:37:18 DEBUG 43.155.188.157 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 07:37:18 NOTICE 43.155.188.157 365210 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-11 07:37:18 DEBUG 43.155.188.157 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:37:18 INFO 43.155.188.157 365210 48 --- End access to /core/js/lib_head.js.php 2025-12-11 07:42:27 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:27 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:27 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:27 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 07:42:27 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:27 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:27 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:27 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 07:42:28 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:28 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:28 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:28 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 07:42:28 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:28 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:28 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:28 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 07:42:28 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:28 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:28 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:28 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 07:42:29 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:29 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:29 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:29 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 07:42:29 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:29 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:29 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:29 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 07:42:29 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:29 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:29 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:29 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 07:42:30 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:30 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:30 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:30 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 07:42:30 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:30 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:30 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:30 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 07:42:31 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:31 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:31 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:31 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 07:42:31 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:31 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:31 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:31 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 07:42:31 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:31 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:31 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:31 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 07:42:32 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:32 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:32 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:32 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 07:42:32 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:32 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:32 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:32 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 07:42:32 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:32 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:32 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:32 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 07:42:33 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:33 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:33 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:33 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 07:42:33 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:33 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:33 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:33 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 07:42:33 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:33 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:33 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:33 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 07:42:34 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 07:42:34 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 07:42:34 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:42:34 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 07:46:25 DEBUG 43.157.22.109 365208 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-11 07:46:25 DEBUG 43.157.22.109 365208 48 DefaultValues::fetchAll 2025-12-11 07:46:25 DEBUG 43.157.22.109 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 07:46:25 NOTICE 43.157.22.109 365208 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-11 07:46:25 DEBUG 43.157.22.109 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:46:25 DEBUG 43.157.22.109 365208 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-11 07:46:25 INFO 43.157.22.109 365208 48 --- End access to /user/passwordforgotten.php 2025-12-11 07:55:42 DEBUG 43.157.180.116 1717068 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-11 07:55:42 DEBUG 43.157.180.116 1717068 48 DefaultValues::fetchAll 2025-12-11 07:55:42 DEBUG 43.157.180.116 1717068 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 07:55:42 NOTICE 43.157.180.116 1717068 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-11 07:55:42 DEBUG 43.157.180.116 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 07:55:42 DEBUG 43.157.180.116 1717068 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-11 07:55:42 INFO 43.157.180.116 1717068 48 --- End access to /user/passwordforgotten.php 2025-12-11 08:06:19 DEBUG 43.157.43.147 365204 48 NEW TOKEN generated by : /user/passwordforgotten.php 2025-12-11 08:06:19 DEBUG 43.157.43.147 365204 48 DefaultValues::fetchAll 2025-12-11 08:06:19 DEBUG 43.157.43.147 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 08:06:19 NOTICE 43.157.43.147 365204 48 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2025-12-11 08:06:19 DEBUG 43.157.43.147 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 08:06:19 DEBUG 43.157.43.147 365204 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-11 08:06:19 INFO 43.157.43.147 365204 48 --- End access to /user/passwordforgotten.php 2025-12-11 08:23:02 DEBUG 92.246.87.64 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 08:23:02 WARNING 92.246.87.64 365205 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-11 08:23:02 INFO 92.246.87.64 365205 48 --- End access to /index.php 2025-12-11 08:58:39 DEBUG 194.187.179.108 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 08:58:39 NOTICE 194.187.179.108 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 08:58:39 DEBUG 194.187.179.108 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 08:58:39 INFO 194.187.179.108 367003 48 --- End access to /index.php 2025-12-11 09:32:50 DEBUG 118.114.19.190 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 09:32:50 NOTICE 118.114.19.190 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:32:50 DEBUG 118.114.19.190 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:32:50 INFO 118.114.19.190 365209 48 --- End access to /index.php 2025-12-11 09:33:34 DEBUG 118.114.19.190 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 09:33:34 NOTICE 118.114.19.190 365208 48 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:33:34 DEBUG 118.114.19.190 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:33:34 DEBUG 118.114.19.190 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 09:33:34 NOTICE 118.114.19.190 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:33:34 DEBUG 118.114.19.190 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:33:34 INFO 118.114.19.190 365208 48 --- End access to /index.php 2025-12-11 09:33:34 INFO 118.114.19.190 365210 48 --- End access to /index.php 2025-12-11 09:34:05 DEBUG 118.114.19.190 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 09:34:05 NOTICE 118.114.19.190 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:34:05 DEBUG 118.114.19.190 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:34:05 INFO 118.114.19.190 1717068 48 --- End access to /index.php 2025-12-11 09:35:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 09:35:43 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:43 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:43 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:43 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 09:35:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 09:35:43 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:43 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:43 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:43 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 09:35:44 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:44 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:44 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:44 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 09:35:44 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:44 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:44 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:44 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 09:35:44 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:44 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:44 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:44 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 09:35:45 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:45 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:45 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:45 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 09:35:45 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:45 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:45 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:45 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 09:35:45 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:45 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:45 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:45 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 09:35:46 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:46 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:46 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:46 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 09:35:46 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:46 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:46 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:46 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 09:35:46 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:46 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:46 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:46 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 09:35:47 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:47 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:47 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:47 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 09:35:47 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:47 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:47 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:47 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 09:35:47 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:47 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:47 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:47 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 09:35:48 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:48 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:48 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:48 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 09:35:48 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:48 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:48 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:48 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 09:35:48 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:48 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:48 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:48 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 09:35:49 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 09:35:49 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:35:49 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:35:49 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 09:48:33 DEBUG 62.216.76.228 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 09:48:33 NOTICE 62.216.76.228 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:48:33 DEBUG 62.216.76.228 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:48:33 INFO 62.216.76.228 365204 48 --- End access to /index.php 2025-12-11 09:50:25 DEBUG 139.99.25.135 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 09:50:25 NOTICE 139.99.25.135 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:50:25 DEBUG 139.99.25.135 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:50:25 INFO 139.99.25.135 365209 48 --- End access to /index.php 2025-12-11 09:57:59 DEBUG 115.60.162.35 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 09:57:59 NOTICE 115.60.162.35 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 09:57:59 DEBUG 115.60.162.35 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 09:57:59 INFO 115.60.162.35 365210 48 --- End access to /index.php 2025-12-11 10:15:01 DEBUG 43.173.175.70 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 10:15:01 NOTICE 43.173.175.70 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 10:15:01 DEBUG 43.173.175.70 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 10:15:01 INFO 43.173.175.70 365208 48 --- End access to /index.php 2025-12-11 11:16:55 DEBUG 43.166.238.12 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 11:16:55 NOTICE 43.166.238.12 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:16:55 DEBUG 43.166.238.12 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:16:55 INFO 43.166.238.12 365204 48 --- End access to /index.php 2025-12-11 11:28:21 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:21 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:21 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:21 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 11:28:22 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:22 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:22 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:22 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 11:28:22 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:22 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:22 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:22 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 11:28:22 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:22 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:22 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:22 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 11:28:23 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:23 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:23 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:23 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 11:28:23 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:23 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:23 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:23 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 11:28:23 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:23 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:23 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:23 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 11:28:24 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:24 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:24 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:24 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 11:28:24 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:24 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:24 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:24 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 11:28:24 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:24 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:24 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:24 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 11:28:25 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:25 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:25 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:25 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 11:28:25 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:25 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:25 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:25 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 11:28:25 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:25 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:25 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:25 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 11:28:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 11:28:26 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:26 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:26 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:26 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 11:28:26 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:26 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:26 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:26 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 11:28:27 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:27 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:27 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:27 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 11:28:27 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:27 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:27 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:27 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 11:28:27 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:27 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:27 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:27 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 11:28:28 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 11:28:28 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:28:28 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:28:28 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 11:44:51 DEBUG 104.143.84.54 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 11:44:51 NOTICE 104.143.84.54 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:44:51 DEBUG 104.143.84.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:44:51 INFO 104.143.84.54 365205 48 --- End access to /index.php 2025-12-11 11:44:52 DEBUG 104.143.84.54 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 11:44:52 NOTICE 104.143.84.54 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:44:52 DEBUG 104.143.84.54 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:44:52 INFO 104.143.84.54 367003 48 --- End access to /index.php 2025-12-11 11:44:57 DEBUG 104.143.84.54 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 11:44:57 NOTICE 104.143.84.54 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:44:57 DEBUG 104.143.84.54 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:44:57 INFO 104.143.84.54 365209 48 --- End access to /index.php 2025-12-11 11:44:58 DEBUG 104.143.84.54 365210 48 DefaultValues::fetchAll 2025-12-11 11:44:58 DEBUG 104.143.84.54 365210 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 11:44:58 NOTICE 104.143.84.54 365210 48 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-11 11:44:58 DEBUG 104.143.84.54 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:44:58 DEBUG 104.143.84.54 365210 48 sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.prefix, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.type DESC, m.position, m.rowid 2025-12-11 11:44:58 INFO 104.143.84.54 365210 48 --- End access to /theme/eldy/style.css.php 2025-12-11 11:44:58 DEBUG 104.143.84.54 365208 48 DefaultValues::fetchAll 2025-12-11 11:44:58 DEBUG 104.143.84.54 365208 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 11:44:58 NOTICE 104.143.84.54 365208 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-11 11:44:58 DEBUG 104.143.84.54 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:44:58 INFO 104.143.84.54 365208 48 --- End access to /core/js/lib_head.js.php 2025-12-11 11:51:06 DEBUG 123.174.206.244 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 11:51:06 NOTICE 123.174.206.244 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 11:51:06 DEBUG 123.174.206.244 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 11:51:06 INFO 123.174.206.244 1717068 48 --- End access to /index.php 2025-12-11 12:04:45 DEBUG 147.182.158.154 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 12:04:45 NOTICE 147.182.158.154 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 12:04:45 DEBUG 147.182.158.154 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 12:04:45 INFO 147.182.158.154 365204 48 --- End access to /index.php 2025-12-11 12:06:11 DEBUG 36.41.75.167 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 12:06:11 NOTICE 36.41.75.167 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 12:06:11 DEBUG 36.41.75.167 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 12:06:11 INFO 36.41.75.167 365205 48 --- End access to /index.php 2025-12-11 12:09:26 DEBUG 42.101.38.52 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 12:09:26 NOTICE 42.101.38.52 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 12:09:26 DEBUG 42.101.38.52 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 12:09:26 INFO 42.101.38.52 367003 48 --- End access to /index.php 2025-12-11 12:17:21 DEBUG 5.180.220.12 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 12:17:21 NOTICE 5.180.220.12 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 12:17:21 DEBUG 5.180.220.12 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 12:17:21 INFO 5.180.220.12 365209 48 --- End access to /index.php 2025-12-11 12:59:10 DEBUG 176.65.132.67 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 12:59:10 NOTICE 176.65.132.67 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 12:59:10 DEBUG 176.65.132.67 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 12:59:10 INFO 176.65.132.67 365210 48 --- End access to /index.php 2025-12-11 13:04:36 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:36 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:36 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:36 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 13:04:36 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:36 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:36 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:36 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 13:04:37 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:37 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:37 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:37 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 13:04:37 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:37 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:37 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:37 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 13:04:37 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:37 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:37 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:38 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 13:04:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 13:04:38 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:38 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:38 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:38 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 13:04:39 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:39 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:39 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:39 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 13:04:39 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:39 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:39 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:39 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 13:04:39 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:39 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:39 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:39 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 13:04:40 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:40 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:40 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:40 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 13:04:40 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:40 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:40 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:40 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 13:04:40 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:40 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:40 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:40 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 13:04:41 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:41 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:41 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:41 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 13:04:41 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:41 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:41 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:41 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 13:04:41 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:41 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:41 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:41 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 13:04:42 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:42 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:42 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:42 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 13:04:42 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:42 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:42 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:42 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 13:04:43 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:43 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:43 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:43 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 13:04:43 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 13:04:43 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:04:43 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:04:43 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 13:28:02 DEBUG 51.159.71.186 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 13:28:02 WARNING 51.159.71.186 365208 48 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2025-12-11 13:28:02 INFO 51.159.71.186 365208 48 --- End access to /index.php 2025-12-11 13:30:40 DEBUG 43.154.140.188 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 13:30:40 NOTICE 43.154.140.188 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:30:40 DEBUG 43.154.140.188 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:30:40 INFO 43.154.140.188 1717068 48 --- End access to /index.php 2025-12-11 13:44:10 DEBUG 101.26.28.209 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 13:44:10 NOTICE 101.26.28.209 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 13:44:10 DEBUG 101.26.28.209 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 13:44:10 INFO 101.26.28.209 365204 48 --- End access to /index.php 2025-12-11 14:08:27 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:27 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:27 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:27 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 14:08:27 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:27 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:27 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:27 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 14:08:28 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:28 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:28 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:28 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 14:08:28 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:28 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:28 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:28 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 14:08:28 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:28 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:28 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:28 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 14:08:28 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:28 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:28 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:28 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 14:08:29 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:29 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:29 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:29 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 14:08:29 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:29 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:29 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:29 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 14:08:29 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:29 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:29 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:29 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 14:08:29 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:29 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:29 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:29 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 14:08:29 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:29 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:29 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:29 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 14:08:29 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:29 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:29 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:29 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 14:08:30 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:30 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:30 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:30 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 14:08:30 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:30 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:30 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:30 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 14:08:30 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:30 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:30 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:30 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 14:08:30 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:30 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:30 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:30 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 14:08:30 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:30 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:30 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:30 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 14:08:31 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:31 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:31 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:31 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 14:08:31 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:31 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:31 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:31 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 14:08:31 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:31 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:31 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:31 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 14:08:31 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:31 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:31 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:31 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 14:08:31 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:31 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:31 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:31 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 14:08:31 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:31 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:31 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:31 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 14:08:32 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:32 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:32 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:32 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 14:08:32 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:32 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:32 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:32 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 14:08:32 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:32 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:32 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:32 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 14:08:32 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:32 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:32 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:32 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 14:08:32 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:32 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:32 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:32 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 14:08:32 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:32 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:32 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:32 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 14:08:33 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:33 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:33 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:33 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 14:08:33 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:33 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:33 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:33 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 14:08:33 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:33 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:33 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:33 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 14:08:33 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:33 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:33 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:33 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 14:08:33 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:33 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:33 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:33 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 14:08:34 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:34 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:34 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:34 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 14:08:34 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:34 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:34 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:34 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 14:08:34 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:34 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:34 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:34 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 14:08:34 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:34 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:34 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:34 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 14:08:35 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:35 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:35 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:35 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 14:08:35 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 14:08:35 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:08:35 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:08:35 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 14:15:25 DEBUG 100.24.4.116 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 14:15:25 NOTICE 100.24.4.116 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:15:25 DEBUG 100.24.4.116 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:15:25 INFO 100.24.4.116 365205 48 --- End access to /index.php 2025-12-11 14:38:17 DEBUG 194.32.120.210 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 14:38:17 NOTICE 194.32.120.210 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 14:38:17 DEBUG 194.32.120.210 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 14:38:17 INFO 194.32.120.210 367003 48 --- End access to /index.php 2025-12-11 15:14:56 DEBUG 43.135.142.37 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 15:14:56 NOTICE 43.135.142.37 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:14:56 DEBUG 43.135.142.37 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:14:56 INFO 43.135.142.37 365209 48 --- End access to /index.php 2025-12-11 15:34:06 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:06 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:06 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:06 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 15:34:07 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:07 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:07 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:07 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 15:34:07 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:07 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:07 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:07 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 15:34:07 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:07 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:07 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:07 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 15:34:08 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:08 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:08 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:08 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 15:34:08 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:08 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:08 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:08 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 15:34:08 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:08 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:08 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:08 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 15:34:09 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:09 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:09 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:09 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 15:34:09 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:09 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:09 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:09 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 15:34:10 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:10 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:10 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:10 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 15:34:10 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:10 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:10 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:10 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 15:34:10 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:10 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:10 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:10 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 15:34:11 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:11 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:11 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:11 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 15:34:11 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:11 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:11 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:11 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 15:34:11 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:11 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:11 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:11 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 15:34:12 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:12 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:12 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:12 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 15:34:12 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:12 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:12 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:12 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 15:34:12 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:12 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:12 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:12 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 15:34:13 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:13 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:13 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:13 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 15:34:13 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 15:34:13 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 15:34:13 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 15:34:13 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 16:03:21 DEBUG 89.42.231.241 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 16:03:21 NOTICE 89.42.231.241 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 16:03:21 DEBUG 89.42.231.241 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 16:03:21 INFO 89.42.231.241 365210 48 --- End access to /index.php 2025-12-11 16:21:23 DEBUG 60.190.53.2 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 16:21:23 NOTICE 60.190.53.2 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 16:21:23 DEBUG 60.190.53.2 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 16:21:23 INFO 60.190.53.2 365208 48 --- End access to /index.php 2025-12-11 17:12:16 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:16 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:16 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:16 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 17:12:16 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:16 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:16 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:16 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 17:12:16 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:16 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:16 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:16 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 17:12:17 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:17 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:17 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:17 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 17:12:17 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:17 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:17 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:17 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 17:12:17 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:17 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:17 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:17 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 17:12:18 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:18 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:18 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:18 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 17:12:18 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:18 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:18 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:18 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 17:12:18 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:18 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:18 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:18 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 17:12:19 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:19 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:19 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:19 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 17:12:19 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:19 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:19 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:19 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 17:12:19 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:19 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:19 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:20 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 17:12:20 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:20 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:20 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:20 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 17:12:20 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:20 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:20 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:20 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 17:12:21 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:21 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:21 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:21 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 17:12:21 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:21 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:21 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:21 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 17:12:21 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:21 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:21 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:21 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 17:12:22 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:22 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:22 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:22 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 17:12:22 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:22 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:22 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:22 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 17:12:22 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 17:12:22 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:12:22 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:12:22 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 17:23:55 DEBUG 89.42.231.241 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 17:23:55 NOTICE 89.42.231.241 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:23:55 DEBUG 89.42.231.241 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:23:55 INFO 89.42.231.241 1717068 48 --- End access to /index.php 2025-12-11 17:27:32 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:32 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:32 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:32 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 17:27:32 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:32 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:32 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:32 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 17:27:32 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:32 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:32 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:32 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 17:27:33 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:33 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:33 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:33 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 17:27:33 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:33 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:33 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:33 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 17:27:34 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:34 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:34 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:34 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 17:27:34 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:34 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:34 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:34 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 17:27:34 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:34 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:34 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:34 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 17:27:35 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:35 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:35 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:35 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 17:27:35 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:35 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:35 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:35 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 17:27:35 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:35 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:35 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:35 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 17:27:36 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:36 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:36 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:36 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 17:27:36 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:36 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:36 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:36 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 17:27:36 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:36 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:36 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:36 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 17:27:37 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:37 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:37 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:37 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 17:27:37 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:37 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:37 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:37 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 17:27:37 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:37 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:37 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:37 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 17:27:38 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:38 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:38 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:38 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 17:27:38 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:38 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:38 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:38 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 17:27:39 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 17:27:39 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:27:39 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:27:39 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 17:31:09 DEBUG 193.43.135.237 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 17:31:09 NOTICE 193.43.135.237 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 17:31:09 DEBUG 193.43.135.237 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 17:31:09 INFO 193.43.135.237 365204 48 --- End access to /index.php 2025-12-11 19:43:34 DEBUG 162.243.2.188 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 19:43:34 NOTICE 162.243.2.188 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 19:43:34 DEBUG 162.243.2.188 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 19:43:34 INFO 162.243.2.188 365205 48 --- End access to /index.php 2025-12-11 19:45:31 DEBUG 176.65.132.67 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 19:45:31 NOTICE 176.65.132.67 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 19:45:31 DEBUG 176.65.132.67 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 19:45:31 INFO 176.65.132.67 367003 48 --- End access to /index.php 2025-12-11 20:29:20 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:20 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:20 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:20 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 20:29:20 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:20 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:20 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:20 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 20:29:20 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:20 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:20 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:20 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 20:29:21 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:21 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:21 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:21 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 20:29:21 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:21 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:21 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:21 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 20:29:22 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:22 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:22 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:22 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 20:29:22 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:22 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:22 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:22 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 20:29:22 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:22 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:22 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:22 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 20:29:23 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:23 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:23 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:23 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 20:29:23 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:23 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:23 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:23 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 20:29:23 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:23 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:23 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:23 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 20:29:24 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:24 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:24 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:24 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 20:29:24 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:24 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:24 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:24 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 20:29:24 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:24 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:24 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:24 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 20:29:25 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:25 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:25 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:25 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 20:29:25 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:25 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:25 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:25 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 20:29:25 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:25 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:25 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:26 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 20:29:26 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:26 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:26 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:26 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 20:29:26 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:26 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:26 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:26 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 20:29:27 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 20:29:27 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:29:27 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:29:27 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 20:44:56 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:56 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:56 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:56 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 20:44:56 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:56 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:56 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:56 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 20:44:57 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:57 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:57 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:57 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 20:44:57 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:57 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:57 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:57 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 20:44:57 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:57 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:57 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:57 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 20:44:58 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:58 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:58 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:58 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 20:44:58 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:58 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:58 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:58 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 20:44:59 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:59 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:59 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:59 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 20:44:59 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:59 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:59 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:59 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 20:44:59 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 20:44:59 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:44:59 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:44:59 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 20:45:00 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:00 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:00 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:00 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 20:45:00 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:00 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:00 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:00 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 20:45:00 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:00 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:00 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:00 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 20:45:01 DEBUG 14.128.63.62 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:01 NOTICE 14.128.63.62 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:01 DEBUG 14.128.63.62 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:01 INFO 14.128.63.62 365209 48 --- End access to /index.php 2025-12-11 20:45:01 DEBUG 14.128.63.62 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:01 NOTICE 14.128.63.62 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:01 DEBUG 14.128.63.62 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:01 INFO 14.128.63.62 365210 48 --- End access to /index.php 2025-12-11 20:45:01 DEBUG 14.128.63.62 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:01 NOTICE 14.128.63.62 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:01 DEBUG 14.128.63.62 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:01 INFO 14.128.63.62 365208 48 --- End access to /index.php 2025-12-11 20:45:02 DEBUG 14.128.63.62 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:02 NOTICE 14.128.63.62 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:02 DEBUG 14.128.63.62 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:02 INFO 14.128.63.62 1717068 48 --- End access to /index.php 2025-12-11 20:45:02 DEBUG 14.128.63.62 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:02 NOTICE 14.128.63.62 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:02 DEBUG 14.128.63.62 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:02 INFO 14.128.63.62 365204 48 --- End access to /index.php 2025-12-11 20:45:03 DEBUG 14.128.63.62 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:03 NOTICE 14.128.63.62 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:03 DEBUG 14.128.63.62 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:03 INFO 14.128.63.62 365205 48 --- End access to /index.php 2025-12-11 20:45:03 DEBUG 14.128.63.62 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 20:45:03 NOTICE 14.128.63.62 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 20:45:03 DEBUG 14.128.63.62 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 20:45:03 INFO 14.128.63.62 367003 48 --- End access to /index.php 2025-12-11 21:04:52 DEBUG 149.50.97.212 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 21:04:52 NOTICE 149.50.97.212 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:04:52 DEBUG 149.50.97.212 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:04:52 INFO 149.50.97.212 365210 48 --- End access to /index.php 2025-12-11 21:15:41 DEBUG 43.130.3.120 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 21:15:41 NOTICE 43.130.3.120 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:15:41 DEBUG 43.130.3.120 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:15:41 INFO 43.130.3.120 365208 48 --- End access to /index.php 2025-12-11 21:17:07 DEBUG 183.131.196.54 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:07 NOTICE 183.131.196.54 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:07 DEBUG 183.131.196.54 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:07 INFO 183.131.196.54 1717068 48 --- End access to /index.php 2025-12-11 21:17:07 DEBUG 183.131.196.54 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:07 NOTICE 183.131.196.54 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:07 DEBUG 183.131.196.54 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:07 INFO 183.131.196.54 365204 48 --- End access to /index.php 2025-12-11 21:17:08 DEBUG 183.131.196.54 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:08 NOTICE 183.131.196.54 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:08 DEBUG 183.131.196.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:08 INFO 183.131.196.54 365205 48 --- End access to /index.php 2025-12-11 21:17:08 DEBUG 183.131.196.54 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:08 NOTICE 183.131.196.54 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:08 DEBUG 183.131.196.54 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:08 INFO 183.131.196.54 367003 48 --- End access to /index.php 2025-12-11 21:17:08 DEBUG 183.131.196.54 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:08 NOTICE 183.131.196.54 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:08 DEBUG 183.131.196.54 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:08 INFO 183.131.196.54 365209 48 --- End access to /index.php 2025-12-11 21:17:09 DEBUG 183.131.196.54 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:09 NOTICE 183.131.196.54 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:09 DEBUG 183.131.196.54 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:09 INFO 183.131.196.54 365210 48 --- End access to /index.php 2025-12-11 21:17:09 DEBUG 183.131.196.54 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:09 NOTICE 183.131.196.54 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:09 DEBUG 183.131.196.54 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:09 INFO 183.131.196.54 365208 48 --- End access to /index.php 2025-12-11 21:17:09 DEBUG 183.131.196.54 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:09 NOTICE 183.131.196.54 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:09 DEBUG 183.131.196.54 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:09 INFO 183.131.196.54 1717068 48 --- End access to /index.php 2025-12-11 21:17:10 DEBUG 183.131.196.54 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:10 NOTICE 183.131.196.54 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:10 DEBUG 183.131.196.54 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:10 INFO 183.131.196.54 365204 48 --- End access to /index.php 2025-12-11 21:17:10 DEBUG 183.131.196.54 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:10 NOTICE 183.131.196.54 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:10 DEBUG 183.131.196.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:10 INFO 183.131.196.54 365205 48 --- End access to /index.php 2025-12-11 21:17:10 DEBUG 183.131.196.54 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:10 NOTICE 183.131.196.54 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:10 DEBUG 183.131.196.54 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:10 INFO 183.131.196.54 367003 48 --- End access to /index.php 2025-12-11 21:17:11 DEBUG 183.131.196.54 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:11 NOTICE 183.131.196.54 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:11 DEBUG 183.131.196.54 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:11 INFO 183.131.196.54 365209 48 --- End access to /index.php 2025-12-11 21:17:11 DEBUG 183.131.196.54 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:11 NOTICE 183.131.196.54 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:11 DEBUG 183.131.196.54 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:11 INFO 183.131.196.54 365210 48 --- End access to /index.php 2025-12-11 21:17:11 DEBUG 183.131.196.54 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:11 NOTICE 183.131.196.54 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:11 DEBUG 183.131.196.54 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:11 INFO 183.131.196.54 365208 48 --- End access to /index.php 2025-12-11 21:17:12 DEBUG 183.131.196.54 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:12 NOTICE 183.131.196.54 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:12 DEBUG 183.131.196.54 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:12 INFO 183.131.196.54 1717068 48 --- End access to /index.php 2025-12-11 21:17:12 DEBUG 183.131.196.54 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:12 NOTICE 183.131.196.54 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:12 DEBUG 183.131.196.54 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:12 INFO 183.131.196.54 365204 48 --- End access to /index.php 2025-12-11 21:17:12 DEBUG 183.131.196.54 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:12 NOTICE 183.131.196.54 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:12 DEBUG 183.131.196.54 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:12 INFO 183.131.196.54 365205 48 --- End access to /index.php 2025-12-11 21:17:13 DEBUG 183.131.196.54 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:13 NOTICE 183.131.196.54 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:13 DEBUG 183.131.196.54 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:13 INFO 183.131.196.54 367003 48 --- End access to /index.php 2025-12-11 21:17:13 DEBUG 183.131.196.54 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:13 NOTICE 183.131.196.54 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:13 DEBUG 183.131.196.54 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:13 INFO 183.131.196.54 365209 48 --- End access to /index.php 2025-12-11 21:17:13 DEBUG 183.131.196.54 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 21:17:13 NOTICE 183.131.196.54 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 21:17:13 DEBUG 183.131.196.54 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 21:17:13 INFO 183.131.196.54 365210 48 --- End access to /index.php 2025-12-11 22:18:39 DEBUG 43.173.172.31 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 22:18:39 NOTICE 43.173.172.31 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:18:39 DEBUG 43.173.172.31 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:18:39 INFO 43.173.172.31 1717068 48 --- End access to /index.php 2025-12-11 22:18:40 DEBUG 43.173.179.184 365204 48 DefaultValues::fetchAll 2025-12-11 22:18:40 DEBUG 43.173.179.184 365204 48 sql=SELECT rowid,type,user_id,page,param,value FROM llx_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2025-12-11 22:18:40 NOTICE 43.173.179.184 365204 48 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2025-12-11 22:18:40 DEBUG 43.173.179.184 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:18:40 INFO 43.173.179.184 365204 48 --- End access to /core/js/lib_head.js.php 2025-12-11 22:50:36 DEBUG 49.51.233.95 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 22:50:36 NOTICE 49.51.233.95 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:50:36 DEBUG 49.51.233.95 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:50:36 INFO 49.51.233.95 365205 48 --- End access to /index.php 2025-12-11 22:55:50 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:50 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:50 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:50 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 22:55:50 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:50 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:50 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:51 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 22:55:51 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:51 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:51 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:51 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 22:55:51 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:51 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:51 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:51 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 22:55:51 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:51 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:51 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:51 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 22:55:51 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:51 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:51 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:51 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 22:55:52 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:52 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:52 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:52 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 22:55:52 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:52 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:52 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:52 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 22:55:52 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:52 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:52 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:52 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 22:55:52 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:52 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:52 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:52 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 22:55:52 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:52 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:52 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:52 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 22:55:52 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:52 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:52 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:52 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 22:55:53 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:53 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:53 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:53 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 22:55:53 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:53 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:53 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:53 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 22:55:53 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:53 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:53 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:53 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 22:55:53 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:53 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:53 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:53 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 22:55:53 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:53 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:53 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:53 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 22:55:53 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:53 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:53 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:53 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 22:55:54 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:54 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:54 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:54 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 22:55:54 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:54 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:54 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:54 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 22:55:54 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:54 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:54 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:54 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 22:55:54 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:54 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:54 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:54 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 22:55:54 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:54 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:54 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:54 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 22:55:55 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:55 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:55 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:55 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 22:55:55 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:55 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:55 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:55 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 22:55:55 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:55 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:55 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:55 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 22:55:55 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:55 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:55 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:55 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 22:55:55 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:55 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:55 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:55 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 22:55:56 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:56 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:56 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:56 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 22:55:56 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:56 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:56 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:56 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 22:55:56 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:56 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:56 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:56 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 22:55:56 DEBUG 27.124.12.3 365208 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:56 NOTICE 27.124.12.3 365208 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:56 DEBUG 27.124.12.3 365208 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:56 INFO 27.124.12.3 365208 48 --- End access to /index.php 2025-12-11 22:55:56 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:56 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:56 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:56 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 22:55:56 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:56 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:56 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:56 INFO 27.124.12.3 365204 48 --- End access to /index.php 2025-12-11 22:55:57 DEBUG 27.124.12.3 365205 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:57 NOTICE 27.124.12.3 365205 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:57 DEBUG 27.124.12.3 365205 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:57 INFO 27.124.12.3 365205 48 --- End access to /index.php 2025-12-11 22:55:57 DEBUG 27.124.12.3 367003 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:57 NOTICE 27.124.12.3 367003 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:57 DEBUG 27.124.12.3 367003 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:57 INFO 27.124.12.3 367003 48 --- End access to /index.php 2025-12-11 22:55:57 DEBUG 27.124.12.3 365209 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:57 NOTICE 27.124.12.3 365209 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:57 DEBUG 27.124.12.3 365209 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:57 INFO 27.124.12.3 365209 48 --- End access to /index.php 2025-12-11 22:55:57 DEBUG 27.124.12.3 365210 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:57 NOTICE 27.124.12.3 365210 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:57 DEBUG 27.124.12.3 365210 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:57 INFO 27.124.12.3 365210 48 --- End access to /index.php 2025-12-11 22:55:57 DEBUG 27.124.12.3 1717068 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:57 NOTICE 27.124.12.3 1717068 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:57 DEBUG 27.124.12.3 1717068 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:57 INFO 27.124.12.3 1717068 48 --- End access to /index.php 2025-12-11 22:55:58 DEBUG 27.124.12.3 365204 48 NEW TOKEN generated by : /index.php 2025-12-11 22:55:58 NOTICE 27.124.12.3 365204 48 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2025-12-11 22:55:58 DEBUG 27.124.12.3 365204 48 sql=SELECT transkey, transvalue FROM llx_overwrite_trans where (lang='es_MX' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2025-12-11 22:55:58 INFO 27.124.12.3 365204 48 --- End access to /index.php